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

Actual properties inherited by x::w::image_button_appearance. More...

#include <image_button_appearance.inc.H>

Public Member Functions

 image_button_appearance_properties (const std::vector< std::string > &i)
 Constructor.
 
 ~image_button_appearance_properties ()
 Destructor.
 

Public Attributes

valign alignment
 
const_focus_border_appearance focus_border
 
std::vector< std::string > images
 

Detailed Description

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

Constructor & Destructor Documentation

◆ image_button_appearance_properties()

x::w::image_button_appearance_properties::image_button_appearance_properties ( const std::vector< std::string > &  i)

Constructor.

◆ ~image_button_appearance_properties()

x::w::image_button_appearance_properties::~image_button_appearance_properties ( )

Destructor.

Member Data Documentation

◆ alignment

valign x::w::image_button_appearance_properties::alignment

Vertical alignment, defaults to middle

◆ focus_border

const_focus_border_appearance x::w::image_button_appearance_properties::focus_border

Image button's focus border.

Defaults to x::w::focus_border_appearance::base::theme(), and can be set to visible_theme()

◆ images

std::vector<std::string> x::w::image_button_appearance_properties::images

Checkbox images

Specifies filenames the checkbox images get loaded from.

Note
Filenames without a path component get searched for in the current display theme's directory, and NOT the current directory. All images' sizes should be the same

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