efl/src/lib/elementary/efl_ui_grid_default_item.eo

15 lines
404 B
Plaintext

class 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.
@since 1.23
]]
data: null;
implements {
Efl.Object.constructor;
}
}