Re: show and hide a window
- From: Sven Neumann <sven gimp org>
- To: pvosta unionbio-eu com
- Cc: GTK-list <gtk-list gnome org>
- Subject: Re: show and hide a window
- Date: 30 Jul 2002 14:50:42 +0200
Hi,
Peter Van Osta <pvosta unionbio-eu com> writes:
> I wan to hide and show a window, but simply doing a "gtk_widget_show"
> after hiding the window gives the following error:
>
> Gtk-CRITICAL **: file gtkwidget.c: line 1428 (gtk_widget_show):
> assertion `GTK_IS_WIDGET (widget)' failed.
gtk_widget_hide (widget);
gtk_widget_show (widget);
should work perfectly well. There's most certainly a bug in your code
that changes the widget pointer.
Salut, Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]