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

Public Methods | |
| uiwindow_c () | |
| show status window | |
| void | add_child (uiobject_c *obj) |
| add a child object | |
| void | remove_child (uiobject_c *obj) |
| remove a child object | |
| void | bring_child_to_front (uiobject_c *obj) |
| bring a child to top of z order | |
| list_c< uiobject_c > * | get_children () |
| get children list | |
| virtual void | event (uievent_s *eve) |
| send an event to object | |
| virtual void | paint () |
| fill the object's screenbuffer | |
| virtual void | resize (ushort w, ushort h) |
| change object's size | |
| uiobject_c * | get_client_area () |
| get client area object | |
| uilabel_c * | get_status_window () |
| get status window object | |
| void | show_status (bool s) |
| set status visibility | |
Protected Attributes | |
| uilabel_c * | statuswindow |
| the client area | |
| bool | showstatus |
| status window | |
Definition at line 707 of file gui.h.
1.2.18