Crossfire Client, Trunk
boolean_widget_t Struct Reference

A container that holds the pointer and state of a checkbox control. Each Message Control dialog checkbox is tracked in one of these structs. More...

+ Collaboration diagram for boolean_widget_t:

Data Fields

GtkWidget * ptr
 
gboolean state
 

Detailed Description

A container that holds the pointer and state of a checkbox control. Each Message Control dialog checkbox is tracked in one of these structs.

Definition at line 208 of file info.c.

Field Documentation

◆ ptr

GtkWidget* boolean_widget_t::ptr

Checkbox widget pointer.

Definition at line 209 of file info.c.

Referenced by msgctrl_init().

◆ state

gboolean boolean_widget_t::state

The state of the checkbox.

Definition at line 211 of file info.c.

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


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