One more useful debugging info. at the dot graph.
authorGustavo Lima Chaves <glima@profusion.mobi>
Thu, 16 Dec 2010 18:38:38 +0000 (18:38 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Thu, 16 Dec 2010 18:38:38 +0000 (18:38 +0000)
SVN revision: 55599

src/lib/elm_widget.c

index c2b5f45..48393b5 100644 (file)
@@ -2702,8 +2702,9 @@ _sub_obj_tree_dot_dump(const Evas_Object *obj, FILE *output)
      }
 
    fprintf(output, "\"%p\" [ label = \"{%p|%s|%s|visible: %d|"
-           "disabled: %d|focused: %d/%d}\"", obj, obj, sd->type,
-           evas_object_name_get(obj), visible,disabled,focused,can_focus);
+           "disabled: %d|focused: %d/%d|focus order:%d}\"", obj, obj, sd->type,
+           evas_object_name_get(obj), visible, disabled, focused, can_focus,
+           sd->focus_order);
 
    if (focused)
         fprintf(output, ", style=bold");