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

set margins for widget - override one from style

Prototype

Widget margins(
  Rect rc
) @property;

Function Widget.margins

get margins (between widget bounds and its background)

Prototype

Rect margins() @property const;

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;

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;

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;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0