]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/xmlres.tex
Applied patch [ 658505 ] Updates documentation for wxTimeSpan
[wxWidgets.git] / docs / latex / wx / xmlres.tex
index da7f494512c9cd1d7d684844eb16c196068b1e60..1b5974706a23a897417abfdf40aaeff105aa4da4 100644 (file)
@@ -28,8 +28,8 @@ try to use it, you will get link errors.
 \begin{verbatim}
 enum wxXmlResourceFlags
 {
-    wxXRC\_USE\_LOCALE     = 1,
-    wxXRC\_NO\_SUBCLASSING = 2
+    wxXRC_USE_LOCALE     = 1,
+    wxXRC_NO_SUBCLASSING = 2
 };
 \end{verbatim}
 
@@ -229,6 +229,12 @@ Loads a toolbar.
 
 Sets the global resources object and returns a pointer to the previous one (may be NULL).
 
+\membersection{wxXmlResource::SetFlags}\label{wxxmlresourcesetflags}
+
+\func{int}{SetFlags}{\void}
+
+Sets flags (bitlist of wxXRC\_USE\_LOCALE and wxXRC\_NO\_SUBCLASSING).
+
 \membersection{wxXmlResource::UpdateResources}\label{wxxmlresourceupdateresources}
 
 \func{void}{UpdateResources}{\void}