efl/src/lib/efl/interfaces/efl_ui_direction_readonly.eo

7 lines
193 B
Plaintext

mixin @beta Efl.Ui.Direction_Readonly extends Efl.Ui.Direction
{
implements {
Efl.Ui.Direction.direction { set; [[This will always print and error that this is a readonly object]]}
}
}