]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
correct access for virtuals, other minor corrections
[wxWidgets.git] / include / wx / gtk / window.h
index abb5e3f310602d70a938ae96c9a65c5911f25977..3d09ab6a20e452c9918ccf15730771f34f2cd274 100644 (file)
@@ -191,6 +191,9 @@ 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;
@@ -283,9 +286,6 @@ protected:
     // sets the border of a given GtkScrolledWindow from a wx style
     static void GtkScrolledWindowSetBorder(GtkWidget* w, int style);
 
-    void BlockScrollEvent();
-    void UnblockScrollEvent();
-
 private:
     DECLARE_DYNAMIC_CLASS(wxWindowGTK)
     DECLARE_NO_COPY_CLASS(wxWindowGTK)