]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_imaglist.i
Added a note to self to look at adding ProvidesBackground in the future
[wxWidgets.git] / wxPython / src / _imaglist.i
index 98625e782f3496a9997f76fce09f4bb8b79d60ca..b5df300010bb2d00c529eccfc4c56be7709803f6 100644 (file)
@@ -43,7 +43,7 @@ MustHaveApp(wxImageList);
 //  two bitmaps, or an icon.
 class wxImageList : public wxObject {
 public:
-    wxImageList(int width, int height, int mask=True, int initialCount=1);
+    wxImageList(int width, int height, int mask=true, int initialCount=1);
     ~wxImageList();
 
     int Add(const wxBitmap& bitmap, const wxBitmap& mask = wxNullBitmap);
@@ -58,7 +58,7 @@ public:
 #endif
 
     bool Draw(int index, wxDC& dc, int x, int x, int flags = wxIMAGELIST_DRAW_NORMAL,
-              const bool solidBackground = False);
+              const bool solidBackground = false);
 
     int GetImageCount();
     bool Remove(int index);