~~Title: Efl.Gfx.Hint.hint_size_restricted_min~~ ====== Efl.Gfx.Hint.hint_size_restricted_min ====== ===== Description ===== %%Internal hints for an object's minimum size.%% %%This is not a size enforcement in any way, it's just a hint that should be used whenever appropriate.%% %%Values 0 will be treated as unset hint components, when queried by managers.%% %%This property is internal and meant for widget developers to define the absolute minimum size of the object. EFL itself sets this size internally, so any change to it from an application might be ignored. Use %%[[:develop:api:efl:gfx:hint:property:hint_size_min|Efl.Gfx.Hint.hint_size_min]]%% instead.%% %%It is an error for the %%[[:develop:api:efl:gfx:hint:property:hint_size_restricted_max|Efl.Gfx.Hint.hint_size_restricted_max]]%% to be smaller in either axis than %%[[:develop:api:efl:gfx:hint:property:hint_size_restricted_min|Efl.Gfx.Hint.hint_size_restricted_min]]%%. In this scenario, the max size hint will be prioritized over the user min size hint.%% //Since 1.22// {{page>:develop:api-include:efl:gfx:hint:property:hint_size_restricted_min:description&nouser&nolink&nodate}} ===== Values ===== * **sz** - %%Minimum size (hint) in pixels.%% ==== Getter ==== %%Get the "intrinsic" minimum size of this object.%% //Since 1.22// {{page>:develop:api-include:efl:gfx:hint:property:hint_size_restricted_min:getter_description&nouser&nolink&nodate}} ==== Setter ==== %%This function is protected as it is meant for widgets to indicate their "intrinsic" minimum size.%% //Since 1.22// {{page>:develop:api-include:efl:gfx:hint:property:hint_size_restricted_min:getter_description&nouser&nolink&nodate}} ===== Signature ===== @property hint_size_restricted_min @pure_virtual { get {} set @protected {} values { sz: Eina.Size2D; } } ===== C signature ===== Eina_Size2D efl_gfx_hint_size_restricted_min_get(const Eo *obj); void efl_gfx_hint_size_restricted_min_set(Eo *obj, Eina_Size2D sz); ===== Implemented by ===== * [[:develop:api:efl:gfx:hint:property:hint_size_restricted_min|Efl.Gfx.Hint.hint_size_restricted_min]] * [[:develop:api:efl:canvas:object:property:hint_size_restricted_min|Efl.Canvas.Object.hint_size_restricted_min]]