]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Updated note about wxSTC using wxPopupWindow
[wxWidgets.git] / wxPython / src / misc.i
index 7256705e4021e02e53496679487333b8254d524d..482f489f3b8d0f76e4f9756450eb4f73c1125181 100644 (file)
@@ -220,6 +220,8 @@ public:
 
     wxPoint GetPosition();
     wxSize GetSize();
 
     wxPoint GetPosition();
     wxSize GetSize();
+    void SetPosition( const wxPoint &p );
+    void SetSize( const wxSize &s );
 
     int  GetLeft();
     int  GetTop();
 
     int  GetLeft();
     int  GetTop();
@@ -399,6 +401,7 @@ wxString wxGetUserName();
 wxString wxGetHomeDir();
 wxString wxGetUserHome(const wxString& user = wxPyEmptyString);
 
 wxString wxGetHomeDir();
 wxString wxGetUserHome(const wxString& user = wxPyEmptyString);
 
+unsigned long wxGetProcessId();
 
 // When wxApp gets the virtual method magic then enable this.
 // bool wxHandleFatalExceptions(bool doIt = TRUE);
 
 // When wxApp gets the virtual method magic then enable this.
 // bool wxHandleFatalExceptions(bool doIt = TRUE);