X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7738af5957ace396793ee291a280d5a3dbd4821f..16a6b53ddc74d62fd1b6b82651d0e3859580c48a:/include/wx/gtk/window.h diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index d5a4dd88ab..2a623ee0c1 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -60,6 +60,7 @@ public: virtual bool IsRetained() const; virtual void SetFocus(); + virtual void SetFocusIgnoringChildren(); virtual void SetCanFocus(bool canFocus); virtual bool Reparent( wxWindowBase *newParent ); @@ -239,9 +240,6 @@ public: // Common scroll event handling code for wxWindow and wxScrollBar wxEventType GetScrollEventType(GtkRange* range); - void BlockScrollEvent(); - void UnblockScrollEvent(); - // position and size of the window int m_x, m_y; int m_width, m_height; @@ -301,7 +299,6 @@ public: bool m_needsStyleChange:1; // May not be able to change // background style until OnIdle bool m_mouseButtonDown:1; - bool m_blockScrollEvent:1; bool m_showOnIdle:1; // postpone showing the window until idle