Tizen Native API
Functions
Debug
Elementary Infrastructure

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.


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
Parameters:
[in]topThe root object
[in]fileThe path of the output file
void elm_object_tree_dump ( const Evas_Object top)

Prints the Tree object hierarchy in stdout.

Since :
2.3
Parameters:
[in]topThe root object

Except as noted, this content - excluding the Code Examples - is licensed under Creative Commons Attribution 3.0 and all of the Code Examples contained herein are licensed under BSD-3-Clause.
For details, see the Content License