]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows2.i
Significantly changed how the Python interpreter lock and thread state
[wxWidgets.git] / wxPython / src / windows2.i
index cb9e18dec76bd26da847186425c18a2d5cff65be..911a0c19050c932e94c27d8e7e1647fe9e2ad950 100644 (file)
@@ -85,7 +85,11 @@ public:
     int GetSelection();
     bool SetPageText(int nPage, const wxString& strText);
     wxString GetPageText(int nPage) const;
     int GetSelection();
     bool SetPageText(int nPage, const wxString& strText);
     wxString GetPageText(int nPage) const;
+
     void SetImageList(wxImageList* imageList);
     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);
     wxImageList* GetImageList();
     int  GetPageImage(int nPage);
     bool SetPageImage(int nPage, int nImage);