![]() |
torcs - 1.2.2 | ![]() |
#include <stdlib.h>
#include <string.h>
#include <tgfclient.h>
#include "gui.h"
Include dependency graph for guiscrollbar.cpp:
Functions | |
void | gfuiScrollBarInit (void) |
int | GfuiScrollBarCreate (void *scr, int x, int y, int align, int width, int orientation, int min, int max, int len, int start, void *userData, tfuiSBCallback onScroll) |
Create a new scroll bar. | |
int | GfuiScrollBarPosGet (void *scr, int id) |
Get the current position of a scroll bar. | |
void | GfuiScrollBarPosSet (void *scr, int id, int min, int max, int len, int start) |
Set new values for position. | |
void | gfuiReleaseScrollbar (tGfuiObject *curObject) |
|
|
|
|