Tried to restore wxPopupTransientWindow functionality

under GTK+.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-01-29 11:32:46 +00:00
parent 087f594ba1
commit 537a0880d2
5 changed files with 61 additions and 43 deletions

View File

@@ -104,6 +104,9 @@ public:
// in dismissing it if the mouse is cilcked outside it)
virtual bool ProcessLeftDown(wxMouseEvent& event);
// Overridden to grab the input on some plaforms
virtual bool Show( bool show = true );
protected:
// common part of all ctors
void Init();