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

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

#include <main_window_appearance.inc.H>

Public Member Functions

 main_window_appearance_properties ()
 Constructor.
 
 ~main_window_appearance_properties ()
 Destructor.
 

Public Attributes

const_scrollbar_appearance horizontal_scrollbar
 
const_scrollbar_appearance vertical_scrollbar
 
color_arg background_color
 
color_arg menubar_background_color
 
const_generic_window_appearance toplevel_appearance
 
color_arg menu_highlighted_color
 
color_arg menu_clicked_color
 
const_focus_border_appearance menu_focus_border
 
border_arg menubar_border
 
std::string icon
 
std::vector< dim_ticon_sizes
 

Detailed Description

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

Constructor & Destructor Documentation

◆ main_window_appearance_properties()

x::w::main_window_appearance_properties::main_window_appearance_properties ( )

Constructor.

◆ ~main_window_appearance_properties()

x::w::main_window_appearance_properties::~main_window_appearance_properties ( )

Destructor.

Member Data Documentation

◆ background_color

color_arg x::w::main_window_appearance_properties::background_color

Main window's background color

◆ horizontal_scrollbar

const_scrollbar_appearance x::w::main_window_appearance_properties::horizontal_scrollbar

Window's horizontal scrollbar appearance

◆ icon

std::string x::w::main_window_appearance_properties::icon

Default window titlebar icon

◆ icon_sizes

std::vector<dim_t> x::w::main_window_appearance_properties::icon_sizes

Icon sizes

◆ menu_clicked_color

color_arg x::w::main_window_appearance_properties::menu_clicked_color

Menu button is clicked

◆ menu_focus_border

const_focus_border_appearance x::w::main_window_appearance_properties::menu_focus_border

Input focus border for menu buttons

◆ menu_highlighted_color

color_arg x::w::main_window_appearance_properties::menu_highlighted_color

Menu button has input or pointer focus

◆ menubar_background_color

color_arg x::w::main_window_appearance_properties::menubar_background_color

Main window's menu bar's background color

◆ menubar_border

border_arg x::w::main_window_appearance_properties::menubar_border

Border between the menu bar and the main window

◆ toplevel_appearance

const_generic_window_appearance x::w::main_window_appearance_properties::toplevel_appearance

Generic top level window appearance

◆ vertical_scrollbar

const_scrollbar_appearance x::w::main_window_appearance_properties::vertical_scrollbar

Window's vertical scrollbar appearance


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