|
Data Structures |
struct | Etk_Mdi_Area |
| A container widget for Etk_Mdi_Window. More...
|
Defines |
#define | ETK_MDI_AREA_TYPE (etk_mdi_area_type_get()) |
#define | ETK_MDI_AREA(obj) (ETK_OBJECT_CAST((obj), ETK_MDI_AREA_TYPE, Etk_Mdi_Area)) |
#define | ETK_IS_MDI_AREA(obj) (ETK_OBJECT_CHECK_TYPE((obj), ETK_MDI_AREA_TYPE)) |
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.
|