

This is an overloaded member function, provided for convenience. GetSizeFromTextSize (const wxSize &tsize) const GetSizeFromTextSize (int xlen, int ylen=-1) constĭetermine the size needed by the control to leave the given area for its text. Returns the control's label without mnemonics. Returns the control's label, as it was passed to SetLabel(). Simulates the effect of the user issuing a command to the item. More.Ĭreate ( wxWindow *parent, wxWindowID id, const wxPoint &pos= wxDefaultPosition, const wxSize &size= wxDefaultSize, long style=0, const wxValidator &validator= wxDefaultValidator, const wxString &name=wxControlNameStr) WxControl ( wxWindow *parent, wxWindowID id, const wxPoint &pos= wxDefaultPosition, const wxSize &size= wxDefaultSize, long style=0, const wxValidator &validator= wxDefaultValidator, const wxString &name=wxControlNameStr)ĭefault constructor to allow 2-phase creation. Public Member Functions inherited from wxControl Sets the proportion value of the text control. Sets the text control as growable when grow is true. Sets the picker control as growable when grow is true. Sets the margin (in pixel) between the picker and the text control. Returns true if the text control is growable. Returns true if the picker control is growable. if the wxPB_USE_TEXTCTRL style was given when creating this control). Returns true if this window has a valid text control (i.e. Returns the proportion value of the text control. Returns the native implementation of the real picker control. Returns a pointer to the text control handled by this window or nullptr if the wxPB_USE_TEXTCTRL style was not specified when this control was created. Returns the proportion value of the picker. Returns the margin (in pixel) between the picker and the text control. Public Member Functions inherited from wxPickerBaseĬreateBase ( wxWindow *parent, wxWindowID id, const wxString &text= w圎mptyString, const wxPoint &pos= wxDefaultPosition, const wxSize &size= wxDefaultSize, long style=0, const wxValidator &validator= wxDefaultValidator, const wxString &name=wxButtonNameStr) SetSelectedColour (const wxColour &colour) Sets the minimum point size value allowed for the user-chosen font. Sets the maximum point size value allowed for the user-chosen font. Returns the minimum point size value allowed for the user-chosen font.

Returns the maximum point size value allowed for the user-chosen font. More.Ĭreate ( wxWindow *parent, wxWindowID id, const wxFont &font= wxNullFont, const wxPoint &pos= wxDefaultPosition, const wxSize &size= wxDefaultSize, long style= wxFNTP_DEFAULT_STYLE, const wxValidator &validator= wxDefaultValidator, const wxString &name=wxFontPickerCtrlNameStr)Ĭreates this widget with given parameters. Initializes the object and calls Create() with all the parameters. WxFontPickerCtrl ( wxWindow *parent, wxWindowID id, const wxFont &font= wxNullFont, const wxPoint &pos= wxDefaultPosition, const wxSize &size= wxDefaultSize, long style= wxFNTP_DEFAULT_STYLE, const wxValidator &validator= wxDefaultValidator, const wxString &name=wxFontPickerCtrlNameStr)
