]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/window.h
Get/SetTitle only for wxTopLevelWindow (wxGTK part).
[wxWidgets.git] / include / wx / gtk1 / window.h
index 0f47a275189e7375497bdae72a8008f3b1fac1d1..46475e3ea270a016039a1491d9f3cea2926ed86d 100644 (file)
@@ -173,6 +173,10 @@ public:
     virtual void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
 #endif // wxUSE_TOOLTIPS
 
+    // Call after modifing the value of m_hAdjust or m_vAdjust to bring the
+    // scrolbar in sync (this does not generate any wx events)
+    void GtkUpdateScrollbar(int orient);
+
     // Called from GTK signales handlers. it indicates that
     // the layouting functions have to be called later on
     // (i.e. in idle time, implemented in OnInternalIdle() ).