|
Functions |
Etk_Widget * | etk_canvas_new (void) |
| Creates a new canvas container.
|
void | etk_canvas_put (Etk_Canvas *canvas, Etk_Widget *widget, int x, int y) |
| Puts a new child into the canvas container, at the position (x, y).
|
void | etk_canvas_move (Etk_Canvas *canvas, Etk_Widget *widget, int x, int y) |
| Moves an existing child of the canvas container to the position (x, y).
|
void | etk_canvas_child_position_get (Etk_Canvas *canvas, Etk_Widget *widget, int *x, int *y) |
| Gets the position of a child of the canvas container.
|
Etk_Widget * | etk_canvas_object_add (Etk_Canvas *canvas, Evas_Object *evas_object) |
| Adds an Evas_Object to the canvas. This is a convenience function that uses Etk_Evas_Object.
|
void | etk_canvas_object_remove (Etk_Canvas *canvas, Evas_Object *evas_object) |
| Removed an Evas_Object from the canvas.
|
void | etk_canvas_object_move (Etk_Canvas *canvas, Evas_Object *evas_object, int x, int y) |
| Moves an Evas_Object around in the canvas.
|