Added AssignImageList to wxNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user