An Event that happened to a Colour. More...
#include "notify2.h"
Data Fields | |
enum ColorId | cid |
Colour ID that has changed. | |
struct AttrColor * | attr_color |
Colour object that has changed. | |
An Event that happened to a Colour.
Observers will be passed a type of NT_COLOR and a subtype of NT_COLOR_SET or NT_COLOR_RESET with a struct which describes the colour, e.g. MT_COLOR_SIDEBAR_HIGHLIGHT.
struct AttrColor* EventColor::attr_color |