git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41892
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\constfunc{wxLayoutDirection}{GetLayoutDirection}{\void}
Gets the current layout direction of the device context. On platforms where RTL layout
\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}.
\func{void}{SetLayoutDirection}{\param{wxLayoutDirection}{ dir}}
Sets the current layout direction for the device context. \arg{dir} may be either
\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}.