}
@property fullscreen {
set {
- [[Set the fullscreen state of a window.
-
- \@if MOBILE \@since_tizen 2.3
- \@elseif WEARABLE \@since_tizen 2.3.1
- \@endif
- \@deprecated Deprecated since Tizen 2.4
- ]]
+ [[Set the fullscreen state of a window.]]
}
get {
- [[Get the fullscreen state of a window.
-
- \@if MOBILE \@since_tizen 2.3
- \@elseif WEARABLE \@since_tizen 2.3.1
- \@endif
- \@deprecated Deprecated since Tizen 2.4
- ]]
+ [[Get the fullscreen state of a window.]]
}
values {
fullscreen: bool; [[If $true, the window is fullscreen.]]
Hints the Window Manager that the window in $obj should be
left fixed at its position even when the virtual desktop
it's on moves or changes.
-
- \@if MOBILE \@since_tizen 2.3
- \@elseif WEARABLE \@since_tizen 2.3.1
- \@endif
- \@deprecated Deprecated since Tizen 2.4
]]
}
get {
- [[Get the sticky state of the window.
-
- \@if MOBILE \@since_tizen 2.3
- \@elseif WEARABLE \@since_tizen 2.3.1
- \@endif
- \@deprecated Deprecated since Tizen 2.4
- ]]
+ [[Get the sticky state of the window.]]
}
values {
sticky: bool; [[If $true, the window's sticky state is enabled.]]
Note: This is just a request that a Window Manager may ignore,
so calling this function does not ensure in any way that the
window will be centered afterwards.
-
- \@if MOBILE \@since_tizen 2.3
- \@elseif WEARABLE \@since_tizen 2.3.1
- \@endif
- \@deprecated Deprecated since Tizen 2.4
-
]]
params {
@in h: bool; [[If $true, center horizontally. If $false, do not change horizontal location.]]
* @param[in] override If true, the window is overridden.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override);
+EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override);
/**
* @brief Get the override state of a window.
* @return If true, the window is overridden.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj);
+EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj);
/**
* @brief Lower a window object.
* @param[in] quickpanel The quickpanel flag.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel);
+EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel);
/**
* @brief Get if this window is a quickpanel or not.
* @return The quickpanel flag.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj);
+EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj);
/**
* @brief Set which zone this quickpanel should appear in.
*
* @param[in] zone The requested zone for this quickpanel.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone);
+EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone);
/**
* @brief Get which zone this quickpanel should appear in.
* @return The requested zone for this quickpanel.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj);
+EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj);
/**
* @brief Set the major priority of a quickpanel window.
*
* @param[in] priority The major priority for this quickpanel or -1.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority);
+EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority);
/**
* @brief Get the major priority of a quickpanel window.
* @return The major priority for this quickpanel or -1.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj);
+EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj);
/**
* @brief Set the minor priority of a quickpanel window.
* @param[in] priority The minor priority for this quickpanel.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority);
+EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority);
/**
* @brief Get the minor priority of a quickpanel window.
* @return The minor priority for this quickpanel.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj);
+EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj);
/**
* @brief Sets the indicator mode of the window.
* @param[in] mode If true, the window is a virtual keyboard..
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard);
+EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard);
/**
* @brief Get whether the window is a keyboard
* @return The mode, If true, the window is a virtual keyboard..
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj);
+EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj);
/**
* @brief Set if this window is an illume conformant window.
* @param[in] shaped If @c true, the window is shaped.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped);
+EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped);
/**
* @brief Get the shaped state of a window.
* @return If @c true, the window is shaped.
*
* @ingroup Elm_Win
- *
- * @if MOBILE @since_tizen 2.3
- * @elseif WEARABLE @since_tizen 2.3.1
- * @endif
- * @deprecated Deprecated since Tizen 2.4
- *
*/
-EINA_DEPRECATED EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj);
+EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj);
/**
* @brief Set the title of the window.