Widget.margins - multiple declarations

Function Widget.margins

set margins for widget with the same value for left, top, right, bottom - override one from style

Prototype

Widget margins(
  int v
) @property;

Function Widget.margins

get margins (between widget bounds and its background)

Prototype

Rect margins() @property const;

Function Widget.margins

set margins for widget - override one from style

Prototype

Widget margins(
  Rect rc
) @property;

Authors

Copyright

License