~~Title: Efl.Ui.Win.hint_base~~ ====== Efl.Ui.Win.hint_base ====== ===== Description ===== %%Base size for objects with sizing restrictions.%% %%This is not a size enforcement in any way, it's just a hint that should be used whenever appropriate.%% %%%%[[:develop:api:efl:ui:win:property:hint_base|Efl.Ui.Win.hint_base]]%% + N x %%[[:develop:api:efl:ui:win:property:hint_step|Efl.Ui.Win.hint_step]]%% is what is calculated for object sizing restrictions.%% %%See also %%[[:develop:api:efl:ui:win:property:hint_step|Efl.Ui.Win.hint_step]]%%.%% //Since 1.22// {{page>:develop:api-include:efl:ui:win:property:hint_base:description&nouser&nolink&nodate}} ===== Values ===== * **sz** - %%Base size (hint) in pixels.%% ===== Signature ===== @property hint_base { get {} set {} values { sz: Eina.Size2D; } } ===== C signature ===== Eina_Size2D efl_ui_win_hint_base_get(const Eo *obj); void efl_ui_win_hint_base_set(Eo *obj, Eina_Size2D sz); ===== Implemented by ===== * [[:develop:api:efl:ui:win:property:hint_base|Efl.Ui.Win.hint_base]]