This documenta- tion describes the current state of development.
Prokee Modules:
GUI Elements:
GUI Interactions:
GUI Layouts:
Games/Demos:
Third Party Libraries:
This documentation describes the Prokee module interface.
Static Methods:Element *scrollbar::createHorizontalScrollbar(uint16_t width,uint16_t height)Element *scrollbar::createHorizontalScrollbar_std(uint16_t width,uint16_t height)Element *scrollbar::createVerticalScrollbar_std(uint16_t width,uint16_t height)This module creates a scrollbar element.
scrollbar element.int scrollbar::main(int argc,char **argv)
| Type | Name | Direction | Description |
| argc | The number of command-line parameters. | ||
| argv | [IN] | The command-line parameters. |
Element *scrollbar::createHorizontalScrollbar(uint16_t width,uint16_t height)
| Type | Name | Direction | Description |
| width | The width of the scrollbar in pixels. | ||
| height | The height of the scrollbar in pixels. |
Element *scrollbar::createVerticalScrollbar(uint16_t width,uint16_t height)
| Type | Name | Direction | Description |
| width | The width of the scrollbar in pixels. | ||
| height | The height of the scrollbar in pixels. |
Element *scrollbar::createHorizontalScrollbar_std(uint16_t width,uint16_t height)
| Type | Name | Direction | Description |
| width | The width of the scrollbar in pixels. | ||
| height | The height of the scrollbar in pixels. |
Element *scrollbar::createVerticalScrollbar_std(uint16_t width,uint16_t height)
| Type | Name | Direction | Description |
| width | The width of the scrollbar in pixels. | ||
| height | The height of the scrollbar in pixels. |
void scrollbar::destroy(Element *elem)
| Type | Name | Direction | Description |
| elem | [IN/OUT] | Pointer to an Element structure. |
void scrollbar::draw(Element *elem)
| Type | Name | Direction | Description |
| elem | [IN/OUT] | Pointer to an Element structure. |