X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e3e65dac0c4e7ad19e3c270caa1e0eea138e5d8d..0acb94947f39951a1688bbaa57d3a4bf5be40dbb:/include/wx/gtk/window.h diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index 91a20f9496..26e0c6a340 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -151,6 +151,14 @@ public: void OnSysColourChanged( wxSysColourChangedEvent &WXUNUSED(event) ) {}; virtual bool IsShown() const; + + // Raise the window to the top of the Z order + virtual void Raise(void) {}; + + // Lower the window to the bottom of the Z order + virtual void Lower(void) {}; + + virtual bool IsRetained(); virtual wxWindow *FindWindow( long id ); virtual wxWindow *FindWindow( const wxString& name ); @@ -164,11 +172,14 @@ public: virtual bool TransferDataFromWindow(); void OnInitDialog( wxInitDialogEvent &event ); virtual void InitDialog(); + + virtual bool PopupMenu( wxMenu *menu, int x, int y ); virtual void SetDropTarget( wxDropTarget *dropTarget ); virtual wxDropTarget *GetDropTarget() const; + private: - virtual GtkWidget* GetDropTargetWidget(void); + virtual GtkWidget* GetConnectWidget(void); public: virtual void SetScrollbar( int orient, int pos, int thumbVisible,