]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
many wxItemContainer-related changes:
[wxWidgets.git] / include / wx / gtk / window.h
index 962e33bc67ccc36bc47316649152c1bc59f30dad..c28f5532c9b79c31464fed5d0d07df68d8f1b111 100644 (file)
@@ -209,7 +209,8 @@ public:
     PangoContext   *GtkGetPangoDefaultContext();
 
 #if wxUSE_TOOLTIPS
-    virtual void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
+    // applies tooltip to the widget (tip must be UTF-8 encoded)
+    virtual void ApplyToolTip( GtkTooltips *tips, const gchar *tip );
 #endif // wxUSE_TOOLTIPS
 
     // Called when a window should delay showing itself
@@ -264,10 +265,6 @@ public:
     // horizontal/vertical scroll position
     double m_scrollPos[ScrollDir_Max];
 
-    // if true, don't notify about adjustment change (without resetting the
-    // flag, so this has to be done manually)
-    bool m_blockValueChanged[ScrollDir_Max];
-
     // return the scroll direction index corresponding to the given orientation
     // (which is wxVERTICAL or wxHORIZONTAL)
     static ScrollDir ScrollDirFromOrient(int orient)