elm_win_legacy: restore removed API @fix build error 00/201500/2
authorTaehyub Kim <taehyub.kim@samsung.com>
Fri, 15 Mar 2019 04:01:35 +0000 (13:01 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Fri, 15 Mar 2019 04:04:16 +0000 (04:04 +0000)
Change-Id: Ib7c86e3d53e9adbf737ce3467ddea87eab444283

src/lib/elementary/elm_win_legacy.h

index ca61800..83fbefc 100644 (file)
@@ -1669,6 +1669,29 @@ EAPI const char       *elm_win_aux_msg_val_get(Evas_Object *obj, Elm_Win_Aux_Mes
 EAPI const Eina_List  *elm_win_aux_msg_options_get(Evas_Object *obj, Elm_Win_Aux_Message *msg);
 // END of TIZEN_ONLY(20150722)
 
+//TIZEN_ONLY(20171214): tizen need to change win type after win creating
+/**
+ * @brief The type of the window.
+ *
+ * It is a hint of how the Window Manager should handle it.
+ *
+ * The window type is a constructing property that need to be set at creation
+ * within @ref eo_add.
+ *
+ * @note Once set, it can NOT be modified afterward.
+ *
+ * Can only be used at creation time, within @ref eo_add.
+ *
+ * @if MOBILE @since_tizen 3.0 @elseif WEARABLE @since_tizen 3.0 @endif
+ *
+ * @param[in] obj The object.
+ * @param[in] type Window type
+ *
+ * @ingroup Elm_Win
+ */
+EAPI void elm_win_type_set(Evas_Object *obj, Elm_Win_Type type);
+//
+
 /**
  * @brief Constrain the maximum width and height of a window to the width and
  * height of the screen.