~~Title: Efl.Ui.Win.minimized~~ ====== Efl.Ui.Win.minimized ====== ===== Description ===== %%The minimized state of a window.%% //Since 1.22// {{page>:develop:api-include:efl:ui:win:property:minimized:description&nouser&nolink&nodate}} ===== Values ===== * **state** - %%If %%''true''%%, the window is minimized.%% ===== Signature ===== @property minimized { get {} set {} values { state: bool; } } ===== C signature ===== Eina_Bool efl_ui_win_minimized_get(const Eo *obj); void efl_ui_win_minimized_set(Eo *obj, Eina_Bool state); ===== Implemented by ===== * [[:develop:api:efl:ui:win:property:minimized|Efl.Ui.Win.minimized]]