Implement wxSTAY_ON_TOP for wxMessageDialog in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Sep 2009 16:20:57 +0000 (16:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Sep 2009 16:20:57 +0000 (16:20 +0000)
commit4566dcbe24d452b729b0bad3f72ad63e6a60037c
tree9f3e4ee48d4adffdf2ec923fddfcd6e4ffd7bf2a
parentcb755cb737c22705c58e3dba8b990c4d3eefd741
Implement wxSTAY_ON_TOP for wxMessageDialog in wxGTK.

Call gtk_window_set_keep_above() to force the message dialog to be above the
other windows (some WMs do this by default anyhow but not all).

Closes #11163.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/msgdlg.h
src/gtk/msgdlg.cpp