[Win32] Hidden window cannot be shown more than once



Hello,

I have a window that I create in a hidden state. When it is accessed in a menu I call gtk_window_present( window ); and the window is visible. I have a callback attached to the "destroy" and "delete-event" signals and I call gtk_widget_hide( window ) in them.

When a user attempts to access the window a second time, the window is never displayed.

I have verified that the window pointer is not being munged.

This works perfectly fine on Linux clients. It affects Windows 7 64-bit and Windows XP 32-bit clients.

I'm using the following runtime:
gtk2-runtime-2.22.0-2010-10-21-ash.exe [1]
GTK+ Runtime installer, based on gtk+-2.22.0-2, glib-2.26.0-2, atk-1.32.0, pango-1.28.3, cairo-1.10.0-2.

Is this a possible bug? or I'm doing something wrong?

[1] http://downloads.sourceforge.net/gtk-win/gtk2-runtime-2.22.0-2010-10-21-ash.exe?download



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]