\func{void}{SetInternalMargin}{\param{int}{margin}}
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}
\constfunc{int}{GetInternalMargin}{}
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}
Sets the proportion between the text control and the picker.
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}
\constfunc{int}{GetTextCtrlProportion}{}
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.
\constfunc{bool}{IsTextCtrlGrowable}{}
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}
\func{void}{SetTextCtrlGrowable}{\param{bool}{ grow = 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.
\func{void}{SetPickerCtrlGrowable}{\param{bool}{ grow = 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.