]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dc.tex
Use generic collapsible pane for wxUniv based builds.
[wxWidgets.git] / docs / latex / wx / dc.tex
index e96191b915eafa0d1dc4e4a04bc73cc132ea61bd..c7242bf74f11f4dc0673f4b1e2798acf30870dfb 100644 (file)
@@ -639,9 +639,9 @@ font is returned.
 \constfunc{wxLayoutDirection}{GetLayoutDirection}{\void}
 
 Gets the current layout direction of the device context. On platforms where RTL layout
-is supported, the return value will either be \texttt{wxLayout_LeftToRight} or 
-\texttt{wxLayout_RightToLeft}. If RTL layout is not supported, the return value will 
-be \texttt{wxLayout_Default}.
+is supported, the return value will either be \texttt{wxLayout\_LeftToRight} or 
+\texttt{wxLayout\_RightToLeft}. If RTL layout is not supported, the return value will 
+be \texttt{wxLayout\_Default}.
 
 \wxheading{See also}
 
@@ -1016,7 +1016,7 @@ See also \helpref{wxFont}{wxfont}.
 \func{void}{SetLayoutDirection}{\param{wxLayoutDirection}{ dir}}
 
 Sets the current layout direction for the device context. \arg{dir} may be either
-\texttt{wxLayout_Default}, \texttt{wxLayout_LeftToRight} or \texttt{wxLayout_RightToLeft}.
+\texttt{wxLayout\_Default}, \texttt{wxLayout\_LeftToRight} or \texttt{wxLayout\_RightToLeft}.
 
 \wxheading{See also}
 
@@ -1153,3 +1153,4 @@ Message is a message to show while printing.
 \func{bool}{StartPage}{\void}
 
 Starts a document page (only relevant when outputting to a printer).
+