X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74bf4e6430a42c20491d13e1bb9805e1ee614a95..e5ef1cae0f424be0bffbd651cb10052dfb208396:/interface/pickerbase.h diff --git a/interface/pickerbase.h b/interface/pickerbase.h index cfadac7b1f..8fca81bdd4 100644 --- a/interface/pickerbase.h +++ b/interface/pickerbase.h @@ -15,12 +15,13 @@ This class handles all positioning and sizing of the text control like a an horizontal wxBoxSizer would do, with the text control on the left of the picker button. + The proportion (see wxSizer documentation for more info about proportion values) of the picker control defaults to 1 when there isn't a text control associated (see @c wxPB_USE_TEXTCTRL style) and to 0 otherwise. @beginStyleTable - @style{wxPB_USE_TEXTCTRL}: + @style{wxPB_USE_TEXTCTRL} Creates a text control to the left of the picker which is completely managed by this wxPickerBase class. @endStyleTable @@ -99,7 +100,7 @@ public: /** Sets the proportion value of the picker. - Look at the overview of wxPickerBase for more details about this. + Look at the detailed description of wxPickerBase for more info. */ void SetPickerCtrlProportion(int prop); @@ -113,7 +114,8 @@ public: /** Sets the proportion value of the text control. - Look at the overview of wxPickerBase for more details about this. + Look at the detailed description of wxPickerBase for more info. + This function can be used only when HasTextCtrl() returns @true. */ void SetTextCtrlProportion(int prop);