Adding method to output the elm obj tree in dot.
authorTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Mon, 4 Oct 2010 18:37:48 +0000 (18:37 +0000)
committerTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Mon, 4 Oct 2010 18:37:48 +0000 (18:37 +0000)
commit1e7fff235c07c541946ea9122618ce9637d7fdb6
tree563c12bfbf7ddffab6efee8589f25585294f031f
parentb55a4f34e4c33e187a6b4d4e080dd15a96b41d0f
Adding method to output the elm obj tree in dot.

This Debug search all subobjects from one object and put in file all
sub-tree of elementary objects as dot language in file. After you can
use dot(from graphviz) to generate PNG, SVG,... diagram of objects.

SVN revision: 53035
src/lib/Elementary.h.in
src/lib/elm_main.c
src/lib/elm_widget.c
src/lib/elm_widget.h