]> Pileus Git - ~andy/gtk/commit
gdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconify
authorCody Russell <cody@jhu.edu>
Thu, 18 Oct 2007 00:31:22 +0000 (00:31 +0000)
committerCody Russell <bratsche@src.gnome.org>
Thu, 18 Oct 2007 00:31:22 +0000 (00:31 +0000)
commit21d3d60f4810fccde29ecc6029fcfbc28d457500
tree75b8acf22912d57635eb993b5899f3ba17c5a1b5
parente6572dfb9525110c786bde8c83ad824330638169
gdk/win32/gdkevents-win32.c Force non-modal transient dialogs to iconify

2007-10-17  Cody Russell  <cody@jhu.edu>

        * gdk/win32/gdkevents-win32.c
        * gdk/win32/gdkwindow-win32.[ch]: Force non-modal transient dialogs
        to iconify with their parents on Win32.  Maintain a list of transient
        children, and whenever a window is hidden or restored we now do the
        same thing to all connected transient windows above and below the
        current window in the chain.  See comment under WM_ACTIVATE for the
        reasons why.  (#164537, #371036, #405178)

svn path=/trunk/; revision=18929
ChangeLog
gdk/win32/gdkevents-win32.c
gdk/win32/gdkwindow-win32.c
gdk/win32/gdkwindow-win32.h