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