#include <gui.h>

Public Attributes | |
| int | widget |
| int | id |
| int | visible |
| int | focusMode |
| int | focus |
| int | state |
| int | xmin |
| int | ymin |
| int | xmax |
| int | ymax |
| union { | |
| tGfuiLabel label | |
| tGfuiButton button | |
| tGfuiGrButton grbutton | |
| tGfuiScrollList scrollist | |
| tGfuiScrollBar scrollbar | |
| tGfuiEditbox editbox | |
| tGfuiImage image | |
| } | u |
| struct GfuiObject * | next |
| struct GfuiObject * | prev |
| tGfuiButton GfuiObject::button |
| tGfuiEditbox GfuiObject::editbox |
| tGfuiGrButton GfuiObject::grbutton |
| tGfuiImage GfuiObject::image |
| tGfuiLabel GfuiObject::label |
| struct GfuiObject* GfuiObject::next |
| struct GfuiObject* GfuiObject::prev |
| tGfuiScrollBar GfuiObject::scrollbar |
| tGfuiScrollList GfuiObject::scrollist |
| union { ... } GfuiObject::u |