NeoMutt  2024-04-25-85-g27bab4
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EventColor Struct Reference

An Event that happened to a Colour. More...

#include "notify2.h"

+ Collaboration diagram for EventColor:

Data Fields

enum ColorId cid
 Colour ID that has changed.
 
struct AttrColorattr_color
 Colour object that has changed.
 

Detailed Description

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.

Definition at line 52 of file notify2.h.

Field Documentation

◆ cid

enum ColorId EventColor::cid

Colour ID that has changed.

Definition at line 54 of file notify2.h.

◆ attr_color

struct AttrColor* EventColor::attr_color

Colour object that has changed.

Definition at line 55 of file notify2.h.


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