libxputty  0.1
A damn tiny abstraction Layer to create X11 window/widgets with cairo surfaces
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:

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.

Definition at line 88 of file xcolor.h.

Field Documentation

◆ active

Colors XColor_t::active

Definition at line 92 of file xcolor.h.

◆ insensitive

Colors XColor_t::insensitive

Definition at line 93 of file xcolor.h.

◆ normal

Colors XColor_t::normal

Definition at line 89 of file xcolor.h.

◆ prelight

Colors XColor_t::prelight

Definition at line 90 of file xcolor.h.

◆ selected

Colors XColor_t::selected

Definition at line 91 of file xcolor.h.


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