|
XenevaOS
|
#include <textbox.h>

Public Attributes | |
| ChWidget | wid |
| bool | editable |
| char * | text |
| ChFont * | font |
| uint32_t | textColor |
| uint32_t | textBackgroundColor |
| int | textWidth |
| int | textHeight |
| int | textCursorPosX |
| int | textCursorPosY |
| bool _text_box_::editable |
| ChFont* _text_box_::font |
| char* _text_box_::text |
| uint32_t _text_box_::textBackgroundColor |
| uint32_t _text_box_::textColor |
| int _text_box_::textCursorPosX |
| int _text_box_::textCursorPosY |
| int _text_box_::textHeight |
| int _text_box_::textWidth |
| ChWidget _text_box_::wid |