Eina_Bool skip_focus : 1;
Eina_Bool floating : 1;
Eina_Bool noblank : 1;
- Eina_Bool theme_alpha : 1;
- Eina_Bool application_alpha : 1;
+ Eina_Bool theme_alpha : 1; /**< alpha value fetched by a theme. this has higher priority than application_alpha */
+ Eina_Bool application_alpha : 1; /**< alpha value set by an elm_win_alpha_set() api. this has lower priority than theme_alpha */
};
static const char SIG_DELETE_REQUEST[] = "delete,request";
available, enabling this option will instead fallback to using shaped
windows, with elm_win_shaped_set().
+ @note Alpha window can be enabled automatically by window theme style's property.
+ If "alpha" data.item is "1" or "true" in window style(eg. elm/win/base/default),
+ the window is switched to alpha automatically without the explicit api call.
+
@see elm_win_alpha_set()
@ingroup Win */