-#else
-#if HAVE_XIM && !defined(__WXGTK20__)
- // XIM support for wxWidgets
- GdkIC *m_ic;
- GdkICAttr *m_icattr;
-#endif
-#endif
-
-#ifndef __WXGTK20__
- // The area to be cleared (and not just refreshed)
- // We cannot make this distinction under GTK 2.0.
- wxRegion m_clearRegion;
-#endif
-
- // scrolling stuff
- GtkAdjustment *m_hAdjust,*m_vAdjust;
- float m_oldHorizontalPos;
- float m_oldVerticalPos;
+
+ // horizontal/vertical scroll bar
+ GtkRange* m_scrollBar[2];
+ // horizontal/vertical scroll position
+ double m_scrollPos[2];