ECORE_X_ILLUME_WINDOW_STATE_FLOATING
} Ecore_X_Illume_Window_State;
+#ifdef EFL_BETA_API_SUPPORT
+// XXX: FIXME: re-evaluate this after looking at xdg foreign in wayland
typedef enum _Ecore_X_Stack_Type
{
ECORE_X_STACK_NONE = 0,
ECORE_X_STACK_POSITION_TOP,
ECORE_X_STACK_POSITION_LAST
} Ecore_X_Stack_Position;
+#endif
/* Window layer constants */
#define ECORE_X_WINDOW_LAYER_BELOW 2
EAPI void ecore_x_e_keyrouter_set(Ecore_X_Window root, Eina_Bool on); /**< @since 1.15 */ //Key router set keyrouter flag using this
EAPI Eina_Bool ecore_x_e_keyrouter_get(Ecore_X_Window root); /**< @since 1.15 */ //Client check the existance of keyrouter using this
-EAPI void ecore_x_e_stack_type_set(Ecore_X_Window win, Ecore_X_Stack_Type stack_type); /**< @since 1.19 */
-EAPI Ecore_X_Stack_Type ecore_x_e_stack_type_get(Ecore_X_Window win); /**< @since 1.19 */
-EAPI void ecore_x_e_stack_position_set(Ecore_X_Window win, Ecore_X_Stack_Position stack_position); /**< @since 1.19 */
-EAPI Ecore_X_Stack_Position ecore_x_e_stack_position_get(Ecore_X_Window win); /**< @since 1.19 */
+#ifdef EFL_BETA_API_SUPPORT
+// XXX: FIXME: re-evaluate this after looking at xdg foreign in wayland
+EAPI void ecore_x_e_stack_type_set(Ecore_X_Window win, Ecore_X_Stack_Type stack_type);
+EAPI Ecore_X_Stack_Type ecore_x_e_stack_type_get(Ecore_X_Window win);
+EAPI void ecore_x_e_stack_position_set(Ecore_X_Window win, Ecore_X_Stack_Position stack_position);
+EAPI Ecore_X_Stack_Position ecore_x_e_stack_position_get(Ecore_X_Window win);
+#endif
#include <Ecore_X_Atoms.h>
#include <Ecore_X_Cursor.h>
a series of dialogs or questions one after the other and
that you may go back through history.
- @since 1.19]]
+ WARNING: This API is not stable - do not use yet]]
}
values {
id: string; [[An opaque string that has no specific format,
before the first time the window is shown and should never
be changed after that point in time ever again.
- @since 1.19]]
+ WARNING: This API is not stable - do not use yet]]
}
get {
[[Get the stack master Id that has been set.]]
This state should be set before a window is shown for the
first time and never changed again after that.
- @since 1.19
- ]]
+ WARNING: This API is not stable - do not use yet]]
set {}
get {}
This will try and delete all the windows in the stack that
are above the window.
- @since 1.19]]
+ WARNING: This API is not stable - do not use yet]]
}
socket_listen {
[[Create a socket to provide the service for Plug widget.]]