]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/xrc/xmlres.h
add const synonyms for wxGridTableBase::GetNumberRows/Cols(), using const_cast<>...
[wxWidgets.git] / interface / wx / xrc / xmlres.h
index c63738d48b850632b478d47bd8079e2810123052..b78f925e71072c1edf731d6d899db419f3633212 100644 (file)
@@ -14,7 +14,7 @@
     The class holds XML resources from one or more .xml files, binary files or zip
     archive files.
 
     The class holds XML resources from one or more .xml files, binary files or zip
     archive files.
 
-    See @ref overview_xrcoverview "XML-based resource system overview" for details.
+    @see @ref overview_xrc, @ref xrc_format
 
     @library{wxxrc}
     @category{xrc}
 
     @library{wxxrc}
     @category{xrc}
@@ -79,7 +79,7 @@ public:
 
     /**
         Compares the XRC version to the argument. Returns -1 if the XRC version
 
     /**
         Compares the XRC version to the argument. Returns -1 if the XRC version
-        is less than the argument, +1 if greater, and 0 if they equal.
+        is less than the argument, +1 if greater, and 0 if they are equal.
     */
     int CompareVersion(int major, int minor, int release,
                        int revision) const;
     */
     int CompareVersion(int major, int minor, int release,
                        int revision) const;
@@ -324,7 +324,7 @@ public:
     bool GetBool(const wxString& param, bool defaultv = false);
 
     /**
     bool GetBool(const wxString& param, bool defaultv = false);
 
     /**
-        Gets colour in HTML syntax (#RRGGBB).
+        Gets colour in HTML syntax (\#RRGGBB).
     */
     wxColour GetColour(const wxString& param,
                    const wxColour& default = wxNullColour);
     */
     wxColour GetColour(const wxString& param,
                    const wxColour& default = wxNullColour);
@@ -402,7 +402,7 @@ public:
 
     /**
         Gets text from param and does some conversions:
 
     /**
         Gets text from param and does some conversions:
-         replaces \n, \r, \t by respective characters (according to C syntax)
+         replaces \\n, \\r, \\t by respective characters (according to C syntax)
          replaces @c $ by @c  and @c $$ by @c $ (needed for @c _File to @c File
         translation because of XML syntax)
          calls wxGetTranslations (unless disabled in wxXmlResource)
          replaces @c $ by @c  and @c $$ by @c $ (needed for @c _File to @c File
         translation because of XML syntax)
          calls wxGetTranslations (unless disabled in wxXmlResource)