Re: gnome_wrapper
- From: Miguel de Icaza <miguel gnu org>
- To: lacage email enst fr
- CC: gnome-components-list gnome org
- Subject: Re: gnome_wrapper
- Date: Tue, 28 Sep 1999 14:02:18 -0500
> Just a small easy question today:
> How am i supposed to use the gnome_wrapper widget ?
>
> The folowing code does not work and i understand that
> window = gnome_wrapper_new ();
> gnome_wrapper_set_covered (GNOME_WRAPPER(window),
> TRUE);
> gtk_container_add (GTK_CONTAINER(window),
> socket);
What is failing with that? Did you do gtk_widget_show on the window
and the socket?
> However, i don't understand how i am supposed to use it.
> I want to inactivate a widget under a cover in normal gtk.
Yes, you can do this. Just dont forget to gtk-widget-show it.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]