-#else // GTK 1
-#ifdef HAVE_XIM
- // XIM support for wxWidgets
- GdkIC *m_ic;
- GdkICAttr *m_icattr;
-#endif // HAVE_XIM
-#endif // GTK 2/1
-
-#ifndef __WXGTK20__
- // The area to be cleared (and not just refreshed)
- // We cannot make this distinction under GTK 2.0.
- wxRegion m_clearRegion;
-#endif