Widget.trackHover - multiple declarations

Function Widget.trackHover

mouse movement processing flag (when true, widget will change Hover state while mouse is moving)

Prototype

bool trackHover() @property const;

Function Widget.trackHover

set new trackHover flag value (when true, widget will change Hover state while mouse is moving)

Prototype

Widget trackHover(
  bool v
) @property;

Function Widget.trackHover

set new trackHover flag value (when true, widget will change Hover state while mouse is moving)

Prototype

Widget trackHover(
  bool v
) @property;

Function Widget.trackHover

mouse movement processing flag (when true, widget will change Hover state while mouse is moving)

Prototype

bool trackHover() @property const;

Function Widget.trackHover

mouse movement processing flag (when true, widget will change Hover state while mouse is moving)

Prototype

bool trackHover() @property const;

Function Widget.trackHover

set new trackHover flag value (when true, widget will change Hover state while mouse is moving)

Prototype

Widget trackHover(
  bool v
) @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0