Tizen Native API
|
Don't use it unless you are sure.
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. |
Function Documentation
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.
- Since :
- 2.3.1
- Parameters:
-
[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.
- Since :
- 2.3.1
- Parameters:
-
[in] top The root object