Tizen Native API
|
Functions | |
void | elm_object_tree_dump (const Evas_Object *top) |
Prints the Tree object hierarchy in stdout. | |
void | elm_object_tree_dot_dump (const Evas_Object *top, const char *file) |
Prints the Elm Objects tree hierarchy in a file as dot(graphviz) syntax. |
Don't use it unless you are sure.
void elm_object_tree_dot_dump | ( | const Evas_Object * | top, |
const char * | file | ||
) |
Prints the Elm Objects tree hierarchy in a file as dot(graphviz) syntax.
[in] | top | The root object |
[in] | file | The path of the output file |
void elm_object_tree_dump | ( | const Evas_Object * | top | ) |
Prints the Tree object hierarchy in stdout.
[in] | top | The root object |