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
// 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)