UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ui_node_abstractscrollbar.h File Reference

Go to the source code of this file.

Data Structures

class  uiAbstractScrollbarNode
 
struct  abstractScrollbarExtraData_s
 extradata for scrollbar widget More...
 

Typedefs

typedef struct
abstractScrollbarExtraData_s 
abstractScrollbarExtraData_t
 extradata for scrollbar widget More...
 

Functions

void UI_AbstractScrollbarNodeSet (uiNode_t *node, int value)
 Set the position of the scrollbar to a value. More...
 
void UI_RegisterAbstractScrollbarNode (uiBehaviour_t *behaviour)
 

Typedef Documentation

extradata for scrollbar widget

Todo:

think about switching to percent when its possible (lowPosition, hightPosition)

think about adding a "direction" property and merging v and h scrollbar

Function Documentation

void UI_AbstractScrollbarNodeSet ( uiNode_t node,
int  value 
)