Widget.backgroundColor - multiple declarations

Function Widget.backgroundColor

set background color for widget - from string like "#5599CC" or "white"

Prototype

Widget backgroundColor(
  string colorString
) @property;

Function Widget.backgroundColor

set background color for widget - override one from style

Prototype

Widget backgroundColor(
  uint color
) @property;

Function Widget.backgroundColor

returns background color

Prototype

uint backgroundColor() @property const;

Function Widget.backgroundColor

set background color for widget - from string like "#5599CC" or "white"

Prototype

Widget backgroundColor(
  string colorString
) @property;

Function Widget.backgroundColor

set background color for widget - override one from style

Prototype

Widget backgroundColor(
  uint color
) @property;

Function Widget.backgroundColor

returns background color

Prototype

uint backgroundColor() @property const;

Function Widget.backgroundColor

set background color for widget - from string like "#5599CC" or "white"

Prototype

Widget backgroundColor(
  string colorString
) @property;

Function Widget.backgroundColor

returns background color

Prototype

uint backgroundColor() @property const;

Function Widget.backgroundColor

set background color for widget - override one from style

Prototype

Widget backgroundColor(
  uint color
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0