]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Fixed typos in comments (patch #1515724)
[wxWidgets.git] / include / wx / gtk / window.h
index 3d09ab6a20e452c9918ccf15730771f34f2cd274..cd4b93c158e19c603ad1bde6f5b02b965674ab78 100644 (file)
@@ -109,6 +109,9 @@ public:
     virtual void AddChild( wxWindowBase *child );
     virtual void RemoveChild( wxWindowBase *child );
 
+    // currently wxGTK2-only
+    void SetDoubleBuffered(bool on);
+
     // implementation
     // --------------
 
@@ -212,6 +215,7 @@ public:
     GtkRange* m_scrollBar[2];
     // horizontal/vertical scroll position
     double m_scrollPos[2];
+    bool m_blockValueChanged[2];
 
     // extra (wxGTK-specific) flags
     bool                 m_needParent:1;        // ! wxFrame, wxDialog, wxNotebookPage ?