Doc tweaks
SetAxisOrientation: Y is top down by default, not bottom up! git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32626 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -907,8 +907,8 @@ doesn't contain anything.
|
|||||||
\param{bool}{ yBottomUp}}
|
\param{bool}{ yBottomUp}}
|
||||||
|
|
||||||
Sets the x and y axis orientation (i.e., the direction from lowest to
|
Sets the x and y axis orientation (i.e., the direction from lowest to
|
||||||
highest values on the axis). The default orientation is the natural
|
highest values on the axis). The default orientation is
|
||||||
orientation, e.g. x axis from left to right and y axis from bottom up.
|
x axis from left to right and y axis from top down.
|
||||||
|
|
||||||
\wxheading{Parameters}
|
\wxheading{Parameters}
|
||||||
|
|
||||||
|
@@ -106,7 +106,7 @@ One of the following values:
|
|||||||
In this case equal sizing applies to minimum sizes of columns or
|
In this case equal sizing applies to minimum sizes of columns or
|
||||||
rows (this is the default value).}
|
rows (this is the default value).}
|
||||||
\twocolitem{wxFLEX\_GROWMODE\_ALL}{Sizer equally stretches all columns or rows
|
\twocolitem{wxFLEX\_GROWMODE\_ALL}{Sizer equally stretches all columns or rows
|
||||||
in the non flexible direction, whether they are growable or not in the flexbile
|
in the non flexible direction, whether they are growable or not in the flexible
|
||||||
direction.}
|
direction.}
|
||||||
\end{twocollist}
|
\end{twocollist}
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@ managed by wxNotebook.
|
|||||||
|
|
||||||
\twocolwidtha{5cm}
|
\twocolwidtha{5cm}
|
||||||
\begin{twocollist}\itemsep=0pt
|
\begin{twocollist}\itemsep=0pt
|
||||||
|
\twocolitem{\windowstyle{wxNB\_TOP}}{Place tabs on the top side.}
|
||||||
\twocolitem{\windowstyle{wxNB\_LEFT}}{Place tabs on the left side.}
|
\twocolitem{\windowstyle{wxNB\_LEFT}}{Place tabs on the left side.}
|
||||||
\twocolitem{\windowstyle{wxNB\_RIGHT}}{Place tabs on the right side.}
|
\twocolitem{\windowstyle{wxNB\_RIGHT}}{Place tabs on the right side.}
|
||||||
\twocolitem{\windowstyle{wxNB\_BOTTOM}}{Place tabs under instead of above the notebook pages.}
|
\twocolitem{\windowstyle{wxNB\_BOTTOM}}{Place tabs under instead of above the notebook pages.}
|
||||||
|
Reference in New Issue
Block a user