|
LibCXXW 0.32.1
LibCXX Widget Toolkit
|
Actual properties inherited by x::w::combobox_appearance. More...
#include <combobox_appearance.inc.H>
Public Member Functions | |
| combobox_appearance_properties () | |
| Constructor. | |
| ~combobox_appearance_properties () | |
| Destructor. | |
Public Attributes | |
| border_arg | combobox_border |
| const_focus_border_appearance | button_focus_border |
| std::string | popup_button_image1 |
| std::string | popup_button_image2 |
| dim_arg | editable_combobox_minimum_width |
Actual properties inherited by x::w::combobox_appearance.
| x::w::combobox_appearance_properties::combobox_appearance_properties | ( | ) |
Constructor.
| x::w::combobox_appearance_properties::~combobox_appearance_properties | ( | ) |
Destructor.
| const_focus_border_appearance x::w::combobox_appearance_properties::button_focus_border |
Focus border around the combo-box's button
| border_arg x::w::combobox_appearance_properties::combobox_border |
Border around the combo-box's current element and button
| dim_arg x::w::combobox_appearance_properties::editable_combobox_minimum_width |
Minimum width of the input field in an editable combo-box. If the list of combo-box items is empty or is smaller than this, this sets the minimum width of the input field. The standard combo-box's width gets sized according to the number of fixed items in the combo-box. This allows a reasonable width for the input field even if the list of existing combo-box items is an empty list or if it's very short.
| std::string x::w::combobox_appearance_properties::popup_button_image1 |
Button image
| std::string x::w::combobox_appearance_properties::popup_button_image2 |
Pressed button image