X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cca410b336cd5628a944ede9e9944fdbb04552d4..f8b1df0b15f843b8f47efb9bee38f1de0fa95020:/include/wx/gtk/window.h diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index 6ed61b72cc..9ada466aca 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -184,6 +184,8 @@ public: // fire off capture lost events. void GTKReleaseMouseAndNotify(); + GdkWindow* GTKGetDrawingWindow() const; + protected: // Override GTKWidgetNeedsMnemonic and return true if your // needs to set its mnemonic widget, such as for a @@ -287,7 +289,6 @@ public: // extra (wxGTK-specific) flags bool m_noExpose:1; // wxGLCanvas has its own redrawing bool m_nativeSizeEvent:1; // wxGLCanvas sends wxSizeEvent upon "alloc_size" - bool m_hasScrolling:1; bool m_hasVMT:1; bool m_hasFocus:1; // true if == FindFocus() bool m_isScrolling:1; // dragging scrollbar thumb? @@ -335,7 +336,7 @@ protected: // common part of all ctors (not virtual because called from ctor) void Init(); - virtual void DoMoveInTabOrder(wxWindow *win, MoveKind move); + virtual void DoMoveInTabOrder(wxWindow *win, WindowOrder move); virtual bool DoNavigateIn(int flags);