X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5f9d1567ca1915ba2478c96dc6728f6d6ec99f2..70c2fde399c932386368428f27d94d8929d5b393:/include/wx/gtk1/window.h?ds=sidebyside diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index ce6b0332d4..746f9c61a6 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -65,8 +65,6 @@ public: virtual bool Reparent( wxWindowBase *newParent ); virtual void WarpPointer(int x, int y); - virtual void CaptureMouse(); - virtual void ReleaseMouse(); virtual void Refresh( bool eraseBackground = TRUE, const wxRect *rect = (const wxRect *) NULL ); @@ -159,7 +157,7 @@ public: // the layouting functions have to be called later on // (i.e. in idle time, implemented in OnInternalIdle() ). void GtkUpdateSize() { m_sizeSet = FALSE; } - + // position and size of the window int m_x, m_y; int m_width, m_height; @@ -168,7 +166,7 @@ public: // see the docs in src/gtk/window.cpp GtkWidget *m_widget; // mostly the widget seen by the rest of GTK GtkWidget *m_wxwindow; // mostly the client area as per wxWindows - + // this widget will be queried for GTK's focus events GtkWidget *m_focusWidget; @@ -229,6 +227,9 @@ public: virtual void DoSetClientSize(int width, int height); virtual void DoMoveWindow(int x, int y, int width, int height); + virtual void DoCaptureMouse(); + virtual void DoReleaseMouse(); + #if wxUSE_TOOLTIPS virtual void DoSetToolTip( wxToolTip *tip ); #endif // wxUSE_TOOLTIPS