]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/popupwin.h
Bo's patch for generic code, more sorting code, WIP
[wxWidgets.git] / include / wx / gtk / popupwin.h
index 04e00ad33f325f88e3fa0f0ac76eab75532a372a..e150b2d3e79d3f3d03b0c4856d17e890935b4392 100644 (file)
@@ -37,7 +37,7 @@ public:
 
 
 protected:
-    void GtkOnSize( int x, int y, int width, int height );
+    void GtkOnSize();
 
     virtual void DoSetSize(int x, int y,
                            int width, int height,
@@ -46,6 +46,8 @@ protected:
     virtual void DoMoveWindow(int x, int y, int width, int height);
 
 private:
+    bool m_sizeSet;
+
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxPopupWindow)
 };