]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/misc2.i
it is now possible to add custom buttons into wxHtmlHelpFrame's toolbar
[wxWidgets.git] / utils / wxPython / src / misc2.i
index 77428e2ae3ee7e0515de2f404f836bde51128e99..cffc30fd28c2a75fa7698ea95cddc5c8fae2058a 100644 (file)
@@ -274,6 +274,8 @@ public:
     wxWindow *GetWindow();
     %name(MoveXY)void Move(int x, int y);
     void Move(const wxPoint& pt);
+    %name(SetSizeWH) void SetSize(int width, int height);
+    void SetSize(const wxSize& size);
     void Show(int show = TRUE);
     void Hide();
     void OnSetFocus();
@@ -353,6 +355,7 @@ public:
 //----------------------------------------------------------------------
 
 void wxPostEvent(wxEvtHandler *dest, wxEvent& event);
+void wxWakeUpIdle();
 
 //----------------------------------------------------------------------
 //----------------------------------------------------------------------