]> 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 1f3b344f0579c82a985d21fb5b4714951a40942f..153632b1e50f951193b9596aa6ab0fd8c192fd56 100644 (file)
@@ -24,6 +24,7 @@ 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);