efl/src/lib/elementary/efl_ui_check_legacy.eo

16 lines
447 B
Plaintext

class Efl.Ui.Check_Legacy (Efl.Ui.Check, Efl.Ui.Legacy)
{
[[Check widget
The check widget allows for toggling a value between true and false.
Check objects are a lot like radio objects in layout and functionality,
except they do not work as a group, but independently, and only toggle
the value of a boolean between false and true.
]]
data: null;
implements {
class.constructor;
Efl.Object.constructor;
}
}