efl/src/lib/elementary/efl_ui_grid_default_item.eo

13 lines
392 B
Plaintext

class @beta Efl.Ui.Grid_Default_Item extends Efl.Ui.Default_Item
{
[[Default Item class to be used inside @Efl.Ui.Grid containers.
The $icon part is in the middle, the $extra part overlaps it on its upper-right corner.
The $text part is centered below the $icon.
Theming can change this arrangement.
]]
data: null;
implements {
Efl.Object.constructor;
}
}