GUI scrollbar management.
More...
#include <stdlib.h>
#include <tgfclient.h>
#include "gui.h"
Go to the source code of this file.
|
| void | gfuiScrollBarInit (void) |
| |
| static void | gfuiScrollPlus (void *idv) |
| |
| static void | gfuiScrollMinus (void *idv) |
| |
| 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. More...
|
| |
| int | GfuiScrollBarPosGet (void *scr, int id) |
| | Get the current position of a scroll bar. More...
|
| |
| void | GfuiScrollBarPosSet (void *scr, int id, int min, int max, int len, int start) |
| | Set new values for position. More...
|
| |
| void | gfuiReleaseScrollbar (tGfuiObject *curObject) |
| |
GUI scrollbar management.
- Author
- Eric Espie
- Version
- $Id$
Definition in file guiscrollbar.cpp.
◆ gfuiReleaseScrollbar()
◆ gfuiScrollBarInit()
| void gfuiScrollBarInit |
( |
void |
| ) |
|
◆ gfuiScrollMinus()
| static void gfuiScrollMinus |
( |
void * |
idv | ) |
|
|
static |
◆ gfuiScrollPlus()
| static void gfuiScrollPlus |
( |
void * |
idv | ) |
|
|
static |