]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
added enabled and hidden attributes to radio box items in XRC
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 9321e4c186d8af4590d8001b58ed246c191cb21b..2f941d9f00f77557e527647ad2a467b6b51745d0 100644 (file)
@@ -462,6 +462,10 @@ protected:
     // Gets a font.
     wxFont GetFont(const wxString& param = wxT("font"));
 
+    // Gets the value of a boolean attribute (only "0" and "1" are valid values)
+    bool GetBoolAttr(const wxString& attr, bool defaultv);
+
+
     // Sets common window options.
     void SetupWindow(wxWindow *wnd);