X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/694759cfeb701f8b96d720e72f760cc21e2e6b00..85bc0351f76f6d3f00460a167fc108b900e0725c:/utils/wxPython/src/misc2.i diff --git a/utils/wxPython/src/misc2.i b/utils/wxPython/src/misc2.i index 6f1d507e0a..cc61878322 100644 --- a/utils/wxPython/src/misc2.i +++ b/utils/wxPython/src/misc2.i @@ -56,21 +56,21 @@ wxString wxGetTextFromUser(const wxString& message, // TODO: Need to custom wrap this one... // int wxGetMultipleChoice(char* message, char* caption, -// int LCOUNT, char** LIST, +// int LCOUNT, char** choices, // int nsel, int *selection, // wxWindow *parent = NULL, int x = -1, int y = -1, // bool centre = TRUE, int width=150, int height=200); wxString wxGetSingleChoice(const wxString& message, const wxString& caption, - int LCOUNT, wxString* LIST, + int LCOUNT, wxString* choices, wxWindow *parent = NULL, int x = -1, int y = -1, bool centre = TRUE, int width=150, int height=200); int wxGetSingleChoiceIndex(const wxString& message, const wxString& caption, - int LCOUNT, wxString* LIST, + int LCOUNT, wxString* choices, wxWindow *parent = NULL, int x = -1, int y = -1, bool centre = TRUE, @@ -274,10 +274,10 @@ 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(); - void OnKillFocus(); }; %inline %{