On Tue, Nov 14, 2006 at 05:17:43PM +0530, Shyjumon N. wrote: > Can any body tell me what is the reason for the following error. > I am using gtk_widget_hide function. > > (togg:2770): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET > (widget)' failed
The thing you pass to gtk_widget_hide() is not a widget. Yeti -- Whatever. _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
