#include <widget.h>
Public Attributes | |
| int | x |
| int | y |
| int | width |
| int | height |
| int | focused |
| void(* | draw )(struct widget *this) |
| void(* | key )(struct widget *this, int key) |
| const char * | label |
| void * | content |
|
|
Definition at line 10 of file widget.h. Referenced by draw_textbox(). |
|
|
Referenced by redraw_properties(), and switch_focus(). |
|
|
Definition at line 6 of file widget.h. Referenced by enter_properties_state(), properties_state(), and switch_focus(). |
|
|
Definition at line 6 of file widget.h. Referenced by draw_textbox(). |
|
|
Referenced by properties_state(). |
|
|
Definition at line 9 of file widget.h. Referenced by draw_textbox(). |
|
|
Definition at line 6 of file widget.h. Referenced by draw_textbox(). |
|
|
Definition at line 6 of file widget.h. Referenced by draw_textbox(). |
|
|
Definition at line 6 of file widget.h. Referenced by draw_textbox(). |
1.3.6