ListWidget.orientation - multiple declarations

Function ListWidget.orientation

returns linear layout orientation (Vertical, Horizontal)

Orientation orientation() @property;

Function ListWidget.orientation

sets linear layout orientation

ListWidget orientation(
  Orientation value
) @property;