]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mimetype.h
Make wxMDIParentFrame a regular top level window
[wxWidgets.git] / include / wx / mimetype.h
index b8aefeb5ec04be894e6ff8fdcc0c6544ea9615ab..ee204f6de5ea57781e8ca39001330ac6f472fdc8 100644 (file)
@@ -46,6 +46,9 @@ enum wxMailcapStyle
     wxMAILCAP_ALL = 15
 };
 
+#define wxICON_LARGE 0
+#define wxICON_SMALL 1
+
 /*
     TODO: would it be more convenient to have this class?
 
@@ -214,7 +217,8 @@ public:
         // in this file (Win-only) is in iconIndex
     bool GetIcon(wxIcon *icon,
                  wxString *iconFile = NULL,
-                 int *iconIndex = NULL) const;
+                 int *iconIndex = NULL,
+                 int iconSize = wxICON_LARGE) const;
         // get a brief file type description ("*.txt" => "text document")
     bool GetDescription(wxString *desc) const;