2 * @defgroup Debug Debug
3 * Don't use it unless you are sure.
9 * Print Tree object hierarchy in stdout
11 * @param top The root object
14 EAPI void elm_object_tree_dump(const Evas_Object *top);
17 * Print Elm Objects tree hierarchy in file as dot(graphviz) syntax.
19 * @param top The root object
20 * @param file The path of output file
23 EAPI void elm_object_tree_dot_dump(const Evas_Object *top, const char *file);