]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/artprov.h
Interface fixes for Phoenix
[wxWidgets.git] / interface / wx / artprov.h
index ca549aed6009884c87f917d29dbe78a98ed8fb75..0ef4101dbb2fdbf8497de69241e80c7ac91b803c 100644 (file)
@@ -378,6 +378,21 @@ public:
     */
     static bool Remove(wxArtProvider* provider);
 
+    /**
+     * Helper used by GetMessageBoxIcon(): return the art id corresponding to
+     * the standard wxICON_INFORMATION/WARNING/ERROR/QUESTION flags (only one
+     * can be set)
+     */
+    static wxArtID GetMessageBoxIconId(int flags);
+
+    /**
+     * Helper used by several generic classes: return the icon corresponding to
+     * the standard wxICON_INFORMATION/WARNING/ERROR/QUESTION flags (only one
+     * can be set)
+     */
+    static wxIcon GetMessageBoxIcon(int flags);
+
+
 protected:
 
     /**