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

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

#include <tooltip_appearance.inc.H>

Public Member Functions

 tooltip_appearance_properties ()
 Constructor.
 
 ~tooltip_appearance_properties ()
 Destructor.
 

Public Attributes

const_tooltip_border_appearance alpha_border
 
const_tooltip_border_appearance nonalpha_border
 
color_arg tooltip_background_color
 
const_generic_window_appearance toplevel_appearance
 
dim_arg tooltip_x_offset
 
dim_arg tooltip_y_offset
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tooltip_appearance_properties()

x::w::tooltip_appearance_properties::tooltip_appearance_properties ( )

Constructor.

◆ ~tooltip_appearance_properties()

x::w::tooltip_appearance_properties::~tooltip_appearance_properties ( )

Destructor.

Member Data Documentation

◆ alpha_border

const_tooltip_border_appearance x::w::tooltip_appearance_properties::alpha_border

Border for the new tooltip

Used when the display has an alpha channel. Typically a slightly rounded border.

◆ nonalpha_border

const_tooltip_border_appearance x::w::tooltip_appearance_properties::nonalpha_border

Border for the new tooltip

Used when the display does not have an alpha channel. Typically a square border.

◆ tooltip_background_color

color_arg x::w::tooltip_appearance_properties::tooltip_background_color

Background color

◆ tooltip_x_offset

dim_arg x::w::tooltip_appearance_properties::tooltip_x_offset

Tooltip location, to the right of the pointer position.

Regular tooltips only, ignored for static tooltips.

◆ tooltip_y_offset

dim_arg x::w::tooltip_appearance_properties::tooltip_y_offset

Tooltip location, above the pointer position.

Regular tooltips only, ignored for static tooltips

◆ toplevel_appearance

const_generic_window_appearance x::w::tooltip_appearance_properties::toplevel_appearance

Generic appearance of a top level window


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