]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_icon.i
new DC API fix
[wxWidgets.git] / wxPython / src / _icon.i
index 2fcaadd9e07c71894230ec86e7882328d4dfd0aa..cfcdd02a39038d57cc1765bba38dff53960cb806 100644 (file)
@@ -23,7 +23,7 @@
 class wxIcon : public wxGDIObject
 {
 public:
-    wxIcon(const wxString& name, long flags,
+    wxIcon(const wxString& name, wxBitmapType type,
            int desiredWidth = -1, int desiredHeight = -1);
     ~wxIcon();
 
@@ -51,7 +51,7 @@ public:
 
     
 #ifndef __WXMAC__
-    bool LoadFile(const wxString& name, long flags);
+    bool LoadFile(const wxString& name, wxBitmapType type);
 #endif
 
     // wxGDIImage methods