Widget.style - multiple declarations

Function Widget.style

accessor to style - by lookup in theme by styleId (if style id is not set, theme base style will be used).

Prototypes

const(Style) style() @property const;

const(Style) style(
  uint stateFlags
) @property const;

Function Widget.style

accessor to style - by lookup in theme by styleId (if style id is not set, theme base style will be used).

Prototypes

const(Style) style() @property const;

const(Style) style(
  uint stateFlags
) @property const;

Function Widget.style

accessor to style - by lookup in theme by styleId (if style id is not set, theme base style will be used).

Prototypes

const(Style) style() @property const;

const(Style) style(
  uint stateFlags
) @property const;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0