Crossfire Client, Trunk  R18666
Data Fields
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...

Data Fields

GtkWidget * ptr
guint state
const guint default_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 181 of file info.c.


Field Documentation

const guint default_state

The state of the spinbutton.

Definition at line 187 of file info.c.

GtkWidget* ptr

Spinbutton widget pointer.

Definition at line 183 of file info.c.

guint state

The state of the spinbutton.

Definition at line 185 of file info.c.


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