]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
Corrceted background problem with themes.
[wxWidgets.git] / include / wx / gtk / window.h
index 9ec7f12639c5eb1486e2b3540481e8a37697c0c9..18f6a1abc0494cffe2aebba0d58d964f6f11b4d8 100644 (file)
@@ -167,6 +167,12 @@ public:
     GtkWidget           *m_widget;
     GtkWidget           *m_wxwindow;
 
+#if HAVE_XIM
+    /* XIM support for wxWindows */
+    GdkIC               *m_ic;
+    GdkICAttr           *m_icattr;
+#endif
+    
     /* scrolling stuff */
     GtkAdjustment       *m_hAdjust,*m_vAdjust;
     float                m_oldHorizontalPos;
@@ -214,6 +220,7 @@ public:
                            int width, int height,
                            int sizeFlags = wxSIZE_AUTO);
     virtual void DoSetClientSize(int width, int height);
+    virtual void DoMoveWindow(int x, int y, int width, int height);
 
 #if wxUSE_TOOLTIPS
     virtual void DoSetToolTip( wxToolTip *tip );