Swapped parameters

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-07-01 19:51:14 +00:00
parent 563d25babe
commit c851c8b468

View File

@@ -47,7 +47,7 @@ class.}
\func{void}{SetInternalMargin}{\param{int}{margin}} \func{void}{SetInternalMargin}{\param{int}{margin}}
Sets the margin (in pixel) between the picker and the text control. Sets the margin (in pixel) between the picker and the text control.
This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtrl} returns \true. This function can be used only when \helpref{HasTextCtrl}{wxpickerbasehastextctrl} returns \true.
\membersection{wxPickerBase::GetInternalMargin}\label{wxpickerbasegetinternalmargin} \membersection{wxPickerBase::GetInternalMargin}\label{wxpickerbasegetinternalmargin}
@@ -55,7 +55,7 @@ This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtr
\constfunc{int}{GetInternalMargin}{} \constfunc{int}{GetInternalMargin}{}
Returns the margin (in pixel) between the picker and the text control. Returns the margin (in pixel) between the picker and the text control.
This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtrl} returns \true. This function can be used only when \helpref{HasTextCtrl}{wxpickerbasehastextctrl} returns \true.
\membersection{wxPickerBase::SetTextCtrlProportion}\label{wxpickerbasesettextctrlproportion} \membersection{wxPickerBase::SetTextCtrlProportion}\label{wxpickerbasesettextctrlproportion}
@@ -64,7 +64,7 @@ This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtr
Sets the proportion between the text control and the picker. Sets the proportion between the text control and the picker.
Look at the overview of wxPickerBase for more details about this. Look at the overview of wxPickerBase for more details about this.
This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtrl} returns \true. This function can be used only when \helpref{HasTextCtrl}{wxpickerbasehastextctrl} returns \true.
\membersection{wxPickerBase::GetTextCtrlProportion}\label{wxpickerbasegettextctrlproportion} \membersection{wxPickerBase::GetTextCtrlProportion}\label{wxpickerbasegettextctrlproportion}
@@ -72,7 +72,7 @@ This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtr
\constfunc{int}{GetTextCtrlProportion}{} \constfunc{int}{GetTextCtrlProportion}{}
Returns the proportion between the text control and the picker. Returns the proportion between the text control and the picker.
This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtrl} returns \true. This function can be used only when \helpref{HasTextCtrl}{wxpickerbasehastextctrl} returns \true.
@@ -97,7 +97,7 @@ Very important: the contents of the text control could be containing an invalid
\constfunc{bool}{IsTextCtrlGrowable}{} \constfunc{bool}{IsTextCtrlGrowable}{}
Returns \true if the text control is growable. Returns \true if the text control is growable.
This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtrl} returns \true. This function can be used only when \helpref{HasTextCtrl}{wxpickerbasehastextctrl} returns \true.
\membersection{wxPickerBase::SetTextCtrlGrowable}\label{wxpickerbasesettextctrlgrowable} \membersection{wxPickerBase::SetTextCtrlGrowable}\label{wxpickerbasesettextctrlgrowable}
@@ -105,7 +105,7 @@ This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtr
\func{void}{SetTextCtrlGrowable}{\param{bool}{ grow = true}} \func{void}{SetTextCtrlGrowable}{\param{bool}{ grow = true}}
Sets the text control as growable when {\tt grow} is \true. Sets the text control as growable when {\tt grow} is \true.
This function can be used only when \helpref{wxpickerbasehastextctrl}{HasTextCtrl} returns \true. This function can be used only when \helpref{HasTextCtrl}{wxpickerbasehastextctrl} returns \true.
@@ -121,5 +121,5 @@ Returns \true if the picker control is growable.
\func{void}{SetPickerCtrlGrowable}{\param{bool}{ grow = true}} \func{void}{SetPickerCtrlGrowable}{\param{bool}{ grow = true}}
Sets the picker control as growable when {\tt grow} is \true. Sets the picker control as growable when {\tt grow} is \true.
This function has effects only when \helpref{wxpickerbasehastextctrl}{HasTextCtrl} returns \true. This function has effects only when \helpref{HasTextCtrl}{wxpickerbasehastextctrl} returns \true.