Crossfire Client, Trunk
message_control_t Struct Reference

A container for all of the checkboxes associated with a single message type. More...

+ Collaboration diagram for message_control_t:

Data Fields

boolean_widget_t buffer
 
boolean_widget_t pane [NUM_TEXT_VIEWS]
 

Detailed Description

A container for all of the checkboxes associated with a single message type.

Definition at line 219 of file info.c.

Field Documentation

◆ buffer

boolean_widget_t message_control_t::buffer

Checkbox widget and state for a single message type.

Definition at line 220 of file info.c.

Referenced by default_msgctrl_configuration(), load_msgctrl_configuration(), msgctrl_init(), read_msgctrl_configuration(), and update_msgctrl_configuration().

◆ pane

boolean_widget_t message_control_t::pane[NUM_TEXT_VIEWS]

Checkbox widgets and state for each client-supported message panel.

Definition at line 223 of file info.c.

Referenced by default_msgctrl_configuration(), load_msgctrl_configuration(), msgctrl_init(), and read_msgctrl_configuration().


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