Public Member Functions | |
| void | cntr_init (DW _id, DW _parent_id, DW _x, DW _y, DW _width, DW _height) |
| void | attachComponent (component *cmp) |
Public Attributes | |
| DW | id |
| DW | parent_id |
| DW | x |
| DW | y |
| DW | width |
| DW | height |
| component * | comp_focus |
| DW | num_comps |
| component * | comp [MAX_COMPONENT] |
| DW | num_conts |
| container * | cont [MAX_CONTAINER] |
Definition at line 28 of file container.h.
1.4.7