~~Title: Efl.Ui.Table.homogeneous~~ ====== Efl.Ui.Table.homogeneous ====== ===== Description ===== %%Control homogeneous mode.%% %%This will enable the homogeneous mode where cells are of the same weight and of the same min size which is determined by maximum min size of cells.%% //Since 1.23// {{page>:develop:api-include:efl:ui:table:property:homogeneous:description&nouser&nolink&nodate}} ===== Values ===== * **homogeneoush** - %%%%''true''%% if the box is homogeneous horizontally, %%''false''%% otherwise%% * **homogeneousv** - %%%%''true''%% if the box is homogeneous vertically, %%''false''%% otherwise%% ===== Signature ===== @property homogeneous { get {} set {} values { homogeneoush: bool; homogeneousv: bool; } } ===== C signature ===== void efl_ui_table_homogeneous_get(const Eo *obj, Eina_Bool *homogeneoush, Eina_Bool *homogeneousv); void efl_ui_table_homogeneous_set(Eo *obj, Eina_Bool homogeneoush, Eina_Bool homogeneousv); ===== Implemented by ===== * [[:develop:api:efl:ui:table:property:homogeneous|Efl.Ui.Table.homogeneous]]