extradata for scrollbar widget More...
#include <ui_node_abstractscrollbar.h>
Data Fields | |
int | pos |
int | viewsize |
int | fullsize |
int | lastdiff |
qboolean | hideWhenUnused |
extradata for scrollbar widget
think about switching to percent when its possible (lowPosition, hightPosition)
think about adding a "direction" property and merging v and h scrollbar
Definition at line 34 of file ui_node_abstractscrollbar.h.
Full size allowed
Definition at line 37 of file ui_node_abstractscrollbar.h.
Definition at line 39 of file ui_node_abstractscrollbar.h.
Different of the pos from the last update. Its more an event property than a node property
Definition at line 38 of file ui_node_abstractscrollbar.h.
Position of the visible size
Definition at line 35 of file ui_node_abstractscrollbar.h.
Visible size
Definition at line 36 of file ui_node_abstractscrollbar.h.