]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Use the iconIndex in the default case too.
[wxWidgets.git] / wxPython / src / misc.i
index 1298d96f1cccef18852a0a4624ba9266d5771ec1..482f489f3b8d0f76e4f9756450eb4f73c1125181 100644 (file)
@@ -220,6 +220,8 @@ public:
 
     wxPoint GetPosition();
     wxSize GetSize();
+    void SetPosition( const wxPoint &p );
+    void SetSize( const wxSize &s );
 
     int  GetLeft();
     int  GetTop();