Re: gnome_wrapper




> 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]