]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
Added generic MDI files
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 95e06f6711e380fb2c9bdb002c9c314a30055db9..7719fe4afb3b22bb5a591236d3190b2725585f5e 100644 (file)
@@ -24,6 +24,7 @@
 #include "wx/filesys.h"
 #include "wx/bitmap.h"
 #include "wx/icon.h"
+#include "wx/artprov.h"
 
 #include "wx/xrc/xml.h"
 
@@ -351,6 +352,12 @@ protected:
     // Returns the XRCID.
     int GetID();
 
+    // Returns the wxArtID for a wxArtProvider-managed bitmap.
+    wxArtID GetStockID(const wxString& param);
+    
+    // Returns the wxArtClient for a wxArtProvider-managed bitmap.
+    wxArtClient GetStockClient(const wxString& param);
+
     // Returns the resource name.
     wxString GetName();