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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user