LibCXXW 0.32.1
LibCXX Widget Toolkit
Public Member Functions | Public Attributes | List of all members
x::w::combobox_appearance_properties Struct Reference

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
 

Detailed Description

Actual properties inherited by x::w::combobox_appearance.

Constructor & Destructor Documentation

◆ combobox_appearance_properties()

x::w::combobox_appearance_properties::combobox_appearance_properties ( )

Constructor.

◆ ~combobox_appearance_properties()

x::w::combobox_appearance_properties::~combobox_appearance_properties ( )

Destructor.

Member Data Documentation

◆ button_focus_border

const_focus_border_appearance x::w::combobox_appearance_properties::button_focus_border

Focus border around the combo-box's button

◆ combobox_border

border_arg x::w::combobox_appearance_properties::combobox_border

Border around the combo-box's current element and button

◆ editable_combobox_minimum_width

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.

◆ popup_button_image1

std::string x::w::combobox_appearance_properties::popup_button_image1

Button image

◆ popup_button_image2

std::string x::w::combobox_appearance_properties::popup_button_image2

Pressed button image


The documentation for this struct was generated from the following file: