libxputty 0.1
Loading...
Searching...
No Matches
Data Fields
XColor_t Struct Reference

XColor_t - the Widget_t Color struct XColor_t could be used for theming you Widget_t set. More...

#include <xcolor.h>

Collaboration diagram for XColor_t:
Collaboration graph
[legend]

Data Fields

Colors normal
 
Colors prelight
 
Colors selected
 
Colors active
 
Colors insensitive
 

Detailed Description

XColor_t - the Widget_t Color struct XColor_t could be used for theming you Widget_t set.

Parameters
normal- Colors for normal state
prelight- Colors for prelight state (mouse is hover)
selected- Colors for selected state
active- Colors for active state (mouse is pressed)
insensitive- Colors for Widget_t can't react on mouse/key input

Definition at line 105 of file xcolor.h.

Field Documentation

◆ active

Colors active

◆ insensitive

Colors insensitive

Definition at line 110 of file xcolor.h.

Referenced by get_color_scheme(), set_dark_theme(), and set_light_theme().

◆ normal

Colors normal

◆ prelight

Colors prelight

Definition at line 107 of file xcolor.h.

Referenced by get_color_scheme(), set_dark_theme(), and set_light_theme().

◆ selected

Colors selected

Definition at line 108 of file xcolor.h.

Referenced by get_color_scheme(), set_dark_theme(), and set_light_theme().


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