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

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

#include <date_input_field_appearance.inc.H>

Public Member Functions

 date_input_field_appearance_properties ()
 Constructor.
 
 ~date_input_field_appearance_properties ()
 Destructor.
 

Public Attributes

std::string popup_button_image1
 
std::string popup_button_image2
 
const_focus_border_appearance popup_button_focus_border
 
text_color_arg day_highlight_fg
 
text_color_arg day_highlight_bg
 
font_arg month_font
 
text_color_arg month_color
 
font_arg day_of_week_font
 
text_color_arg day_of_week_font_color
 
const_image_button_appearance previous_year_appearance
 
const_image_button_appearance previous_month_appearance
 
const_image_button_appearance next_month_appearance
 
const_image_button_appearance next_year_appearance
 
dim_arg yscroll_height
 
dim_arg mscroll_height
 
const_input_field_appearance input_appearance
 
border_arg border
 
border_arg popup_border
 
color_arg popup_background_color
 
const_generic_window_appearance toplevel_appearance
 

Detailed Description

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

Constructor & Destructor Documentation

◆ date_input_field_appearance_properties()

x::w::date_input_field_appearance_properties::date_input_field_appearance_properties ( )

Constructor.

◆ ~date_input_field_appearance_properties()

x::w::date_input_field_appearance_properties::~date_input_field_appearance_properties ( )

Destructor.

Member Data Documentation

◆ border

border_arg x::w::date_input_field_appearance_properties::border

Border

◆ day_highlight_bg

text_color_arg x::w::date_input_field_appearance_properties::day_highlight_bg

Background color: day of month highlighted by pointer or keyboard

◆ day_highlight_fg

text_color_arg x::w::date_input_field_appearance_properties::day_highlight_fg

Foreground color: day of month highlighted by pointer or keyboard

◆ day_of_week_font

font_arg x::w::date_input_field_appearance_properties::day_of_week_font

Font for the days of week column titles

◆ day_of_week_font_color

text_color_arg x::w::date_input_field_appearance_properties::day_of_week_font_color

Font color for the days of week column titles

◆ input_appearance

const_input_field_appearance x::w::date_input_field_appearance_properties::input_appearance

Appearance of the input field element itself

The default input field appearance, except there's no border (the date input field provides it, and the date input field has its own background color

◆ month_color

text_color_arg x::w::date_input_field_appearance_properties::month_color

Font color for the current month's name (and year)

◆ month_font

font_arg x::w::date_input_field_appearance_properties::month_font

Font for the current month's name (and year)

◆ mscroll_height

dim_arg x::w::date_input_field_appearance_properties::mscroll_height

Height of buttons that advance the calendar by a month

◆ next_month_appearance

const_image_button_appearance x::w::date_input_field_appearance_properties::next_month_appearance

Appearance of the button on the date popup

◆ next_year_appearance

const_image_button_appearance x::w::date_input_field_appearance_properties::next_year_appearance

Appearance of the button on the date popup

◆ popup_background_color

color_arg x::w::date_input_field_appearance_properties::popup_background_color

Popup background color

◆ popup_border

border_arg x::w::date_input_field_appearance_properties::popup_border

Popup border

◆ popup_button_focus_border

const_focus_border_appearance x::w::date_input_field_appearance_properties::popup_button_focus_border

Focus border for the popup button

◆ popup_button_image1

std::string x::w::date_input_field_appearance_properties::popup_button_image1

Button image

◆ popup_button_image2

std::string x::w::date_input_field_appearance_properties::popup_button_image2

Pressed button image

◆ previous_month_appearance

const_image_button_appearance x::w::date_input_field_appearance_properties::previous_month_appearance

Appearance of the button on the date popup

◆ previous_year_appearance

const_image_button_appearance x::w::date_input_field_appearance_properties::previous_year_appearance

Appearance of the button on the date popup

◆ toplevel_appearance

const_generic_window_appearance x::w::date_input_field_appearance_properties::toplevel_appearance

Generic top level window appearance properties

◆ yscroll_height

dim_arg x::w::date_input_field_appearance_properties::yscroll_height

Height of buttons that advance the calendar by a year


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