]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/private/win_gtk.h
Don't mention non-existent setup.exe in wxMSW installation notes.
[wxWidgets.git] / include / wx / gtk / private / win_gtk.h
index f98a775a3df2786371c097da7d201b15e924d0ac..153632b1e50f951193b9596aa6ab0fd8c192fd56 100644 (file)
@@ -24,11 +24,11 @@ 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;
     int m_scroll_x;
     int m_scroll_y;
     int m_border_style;