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

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

#include <pane_appearance.inc.H>

Public Member Functions

 pane_appearance_properties ()
 Constructor.
 
 ~pane_appearance_properties ()
 Destructor.
 

Public Attributes

dim_arg size
 
std::optional< color_argbackground_color
 
dim_arg left_padding
 
dim_arg right_padding
 
dim_arg top_padding
 
dim_arg bottom_padding
 
halign horizontal_alignment
 
valign vertical_alignment
 
scrollbar_visibility pane_scrollbar_visibility
 
const_scrollbar_appearance horizontal_scrollbar
 
const_scrollbar_appearance vertical_scrollbar
 

Detailed Description

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

Constructor & Destructor Documentation

◆ pane_appearance_properties()

x::w::pane_appearance_properties::pane_appearance_properties ( )

Constructor.

◆ ~pane_appearance_properties()

x::w::pane_appearance_properties::~pane_appearance_properties ( )

Destructor.

Member Data Documentation

◆ background_color

std::optional<color_arg> x::w::pane_appearance_properties::background_color

Requested background color for the next pane

◆ bottom_padding

dim_arg x::w::pane_appearance_properties::bottom_padding

Padding

◆ horizontal_alignment

halign x::w::pane_appearance_properties::horizontal_alignment

Custom alignment

◆ horizontal_scrollbar

const_scrollbar_appearance x::w::pane_appearance_properties::horizontal_scrollbar

Scrollbar appearance

◆ left_padding

dim_arg x::w::pane_appearance_properties::left_padding

Padding

◆ pane_scrollbar_visibility

scrollbar_visibility x::w::pane_appearance_properties::pane_scrollbar_visibility

Scrollbar visibility

◆ right_padding

dim_arg x::w::pane_appearance_properties::right_padding

Padding

◆ size

dim_arg x::w::pane_appearance_properties::size

Requested size of the next pane

◆ top_padding

dim_arg x::w::pane_appearance_properties::top_padding

Padding

◆ vertical_alignment

valign x::w::pane_appearance_properties::vertical_alignment

Custom alignment

◆ vertical_scrollbar

const_scrollbar_appearance x::w::pane_appearance_properties::vertical_scrollbar

Scrollbar appearance


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