#include <gui.h>
Inheritance diagram for uislider_c:

Public Methods | |
| virtual void | paint () |
| fill the object's screenbuffer | |
| virtual void | event (uievent_s *eve) |
| send an event to object | |
| void | set_text (const char *txt) |
| set object's text | |
| ushort | get_cursor () |
| get cursor shape for object | |
Protected Attributes | |
| float | min |
| min position | |
| float | max |
| max position | |
| float | pos |
| current position | |
Definition at line 868 of file gui.h.
1.2.18