win: added a suggestion to call window object evas_object_show() after
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 14 Dec 2013 19:26:22 +0000 (04:26 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 14 Dec 2013 19:26:22 +0000 (04:26 +0900)
its content creation.

It triggers all smart objects' smart calculation and in case of X11,
XMapWindow() is called directly.

legacy/elementary/src/lib/elm_win.h

index f231ae7..cfb480b 100644 (file)
  * @li "focused" : When the win has received focus. (since 1.8)
  * @li "unfocused" : When the win has lost focus. (since 1.8)
  *
+ * Note that calling evas_object_show() after window contents creation is
+ * recommended. It will trigger evas_smart_objects_calculate() and some backend
+ * calls directly. For example, XMapWindow is called directly during
+ * evas_object_show() in X11 engine.
+ *
  * Examples:
  * @li @ref win_example_01
  *