Crossfire Client, Trunk
buffer_parameter_t Struct Reference

A container for a single buffer control parameter like output count or time. The structure holds a widget pointer, a state variable to track the widget value, and a default value. More...

+ Collaboration diagram for buffer_parameter_t:

Data Fields

const guint default_state
 
GtkWidget * ptr
 
guint state
 

Detailed Description

A container for a single buffer control parameter like output count or time. The structure holds a widget pointer, a state variable to track the widget value, and a default value.

Definition at line 179 of file info.c.

Field Documentation

◆ default_state

const guint buffer_parameter_t::default_state

The state of the spinbutton.

Definition at line 184 of file info.c.

Referenced by default_msgctrl_configuration().

◆ ptr

GtkWidget* buffer_parameter_t::ptr

Spinbutton widget pointer.

Definition at line 180 of file info.c.

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

◆ state

guint buffer_parameter_t::state

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