 |
 |
 |
 |
etk_mdi_area.c File Reference
Detailed Description
|
Functions |
Etk_Widget * | etk_mdi_area_new (void) |
| Creates a new mdi_area container.
|
void | etk_mdi_area_put (Etk_Mdi_Area *mdi_area, Etk_Widget *widget, int x, int y) |
| Puts a new child into the mdi_area container, at the position (x, y).
|
void | etk_mdi_area_move (Etk_Mdi_Area *mdi_area, Etk_Widget *widget, int x, int y) |
| Moves an existing child of the mdi_area container to the position (x, y).
|
void | etk_mdi_area_child_position_get (Etk_Mdi_Area *mdi_area, Etk_Widget *widget, int *x, int *y) |
| Gets the position of a child of the mdi_area container.
|
|
 |
 |
 |
 |
|