X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09f3d4e679f5742c54fb062ede846b77606a9c5b..19a97bd6f98edc899ee0c3b2f2c4fe4ee8a0082b:/wxPython/src/windows2.i?ds=inline diff --git a/wxPython/src/windows2.i b/wxPython/src/windows2.i index cb9e18dec7..911a0c1905 100644 --- a/wxPython/src/windows2.i +++ b/wxPython/src/windows2.i @@ -85,7 +85,11 @@ public: int GetSelection(); bool SetPageText(int nPage, const wxString& strText); wxString GetPageText(int nPage) const; + void SetImageList(wxImageList* imageList); + void AssignImageList(wxImageList *imageList) ; + %pragma(python) addtomethod = "AssignImageList:_args[0].thisown = 0" + wxImageList* GetImageList(); int GetPageImage(int nPage); bool SetPageImage(int nPage, int nImage);