wtk_slider Struct Reference

Slider control struct. More...

Collaboration diagram for wtk_slider:
Collaboration graph
[legend]

Data Fields

struct win_windowcontainer
 Container window of slider.
struct win_point root_pos
 Slider position in relation to root window.
enum wtk_slider_state state
 State of slider.
uint8_t maximum
 Maximum value of slider.
uint8_t value
 Value of slider.
uint8_t position
 Position of slider knob.
uint8_t option
 Configuration of orientation and behavior.
win_command_t command
 Command to send. Must be non-zero if used.

Detailed Description

Slider control struct.

For internal use only.

Contains a pointer to the slider's containing window, and non-window information necessary for its operation. Structs of this type are created with wtk_slider_create().

Note:
Structure fields are only internally accessible. Only pointers to these structures are needed externally.

Definition at line 72 of file wtk_slider.c.


Field Documentation

Command to send. Must be non-zero if used.

Definition at line 88 of file wtk_slider.c.

Referenced by wtk_slider_create(), and wtk_slider_handler().

Container window of slider.

Definition at line 74 of file wtk_slider.c.

Referenced by wtk_slider_as_child(), wtk_slider_create(), wtk_slider_handler(), and wtk_slider_set_value().

Maximum value of slider.

Definition at line 80 of file wtk_slider.c.

Referenced by wtk_slider_create(), wtk_slider_get_value(), wtk_slider_handler(), and wtk_slider_set_value().

Configuration of orientation and behavior.

Definition at line 86 of file wtk_slider.c.

Referenced by wtk_slider_create(), wtk_slider_get_value(), wtk_slider_handler(), and wtk_slider_set_value().

Position of slider knob.

Definition at line 84 of file wtk_slider.c.

Referenced by wtk_slider_create(), wtk_slider_handler(), and wtk_slider_set_value().

Slider position in relation to root window.

Definition at line 76 of file wtk_slider.c.

Referenced by wtk_slider_create(), and wtk_slider_handler().

State of slider.

Definition at line 78 of file wtk_slider.c.

Referenced by wtk_slider_create(), wtk_slider_handler(), and wtk_slider_is_moving().

Value of slider.

Definition at line 82 of file wtk_slider.c.

Referenced by wtk_slider_create(), wtk_slider_get_value(), wtk_slider_handler(), and wtk_slider_set_value().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3