win: Added more description to elm_win_floating_mode_set() API.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 14 Jan 2014 14:29:15 +0000 (23:29 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 14 Jan 2014 14:29:40 +0000 (23:29 +0900)
src/lib/elm_win_legacy.h

index 9938938335e83c802adccf41ee82ea1bd8052366..eab92d01b56d4344f92043da60e5750db80eabc0 100644 (file)
@@ -1280,7 +1280,9 @@ EAPI Ecore_Wl_Window *elm_win_wl_window_get(const Evas_Object *obj);
  *
  * The floating mode can be used on mobile environment. For example, if the
  * video-player window sets the floating mode, then e (enlightenment window
- * manager) changes its geometry and handles it like a popup.
+ * manager) changes its geometry and handles it like a popup. This is similar to
+ * a multi window concept in a mobile phone. The way of handling floating mode
+ * window is decided by enlightenment window manager.
  *
  * @ingroup Win
  * @see elm_win_floating_mode_get()