]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_imaglist.i
Avoid crash in SelectAll if there are no nodes besides the root
[wxWidgets.git] / wxPython / src / _imaglist.i
index f2b32ab3fe8eb14238dd6a0b8b3c9cba473fa911..fafc8ae3e2e7a6432d6d33bb1c0b9d712cb37af6 100644 (file)
@@ -49,13 +49,11 @@ public:
     int Add(const wxBitmap& bitmap, const wxBitmap& mask = wxNullBitmap);
     %Rename(AddWithColourMask,int, Add(const wxBitmap& bitmap, const wxColour& maskColour));
     %Rename(AddIcon,int, Add(const wxIcon& icon));
-#ifdef __WXMSW__
+
+    wxBitmap GetBitmap(int index) const;
+    wxIcon GetIcon(int index) const;
+      
     bool Replace(int index, const wxBitmap& bitmap, const wxBitmap& mask = wxNullBitmap);
-#else
-//      %Rename(ReplaceIcon,bool, Replace(int index, const wxIcon& icon));
-//      int Add(const wxBitmap& bitmap);
-    bool Replace(int index, const wxBitmap& bitmap);
-#endif
 
     bool Draw(int index, wxDC& dc, int x, int x, int flags = wxIMAGELIST_DRAW_NORMAL,
               const bool solidBackground = false);
@@ -66,7 +64,7 @@ public:
 
     DocDeclA(
         void, GetSize(int index, int& OUTPUT, int& OUTPUT),
-        "GetSize() -> (width,height)");
+        "GetSize(index) -> (width,height)");
         
 };