]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/private/win_gtk.h
no real change: just fix RCS-ID so that it reflects the current revision number
[wxWidgets.git] / include / wx / gtk / private / win_gtk.h
index f98a775a3df2786371c097da7d201b15e924d0ac..6bde3f5dfd3946319a207495fd84c33f0c38ddd6 100644 (file)
@@ -24,11 +24,12 @@ struct WXDLLIMPEXP_CORE wxPizza
     static GtkWidget* New(long windowStyle = 0);
     static GType type();
     void move(GtkWidget* widget, int x, int y);
+    void put(GtkWidget* widget, int x, int y);
     void scroll(int dx, int dy);
     void get_border_widths(int& x, int& y);
 
     GtkFixed m_fixed;
-    GdkWindow* m_backing_window;
+    GdkWindow* m_draw_window;
     int m_scroll_x;
     int m_scroll_y;
     int m_border_style;