Widget.focusGroup - multiple declarations

Function Widget.focusGroup

set focus group flag for container widget

Prototype

Widget focusGroup(
  bool flg
) @property;

Function Widget.focusGroup

When focus group is set for some parent widget, focus from one of containing widgets can be moved using keyboard only to one of other widgets containing in it and cannot bypass bounds of focusGroup.

If focused widget doesn't have any parent with focusGroup == true, focus may be moved to any focusable within window.

Prototype

bool focusGroup() @property;

Function Widget.focusGroup

When focus group is set for some parent widget, focus from one of containing widgets can be moved using keyboard only to one of other widgets containing in it and cannot bypass bounds of focusGroup.

If focused widget doesn't have any parent with focusGroup == true, focus may be moved to any focusable within window.

Prototype

bool focusGroup() @property;

Function Widget.focusGroup

set focus group flag for container widget

Prototype

Widget focusGroup(
  bool flg
) @property;

Function Widget.focusGroup

set focus group flag for container widget

Prototype

Widget focusGroup(
  bool flg
) @property;

Function Widget.focusGroup

When focus group is set for some parent widget, focus from one of containing widgets can be moved using keyboard only to one of other widgets containing in it and cannot bypass bounds of focusGroup.

If focused widget doesn't have any parent with focusGroup == true, focus may be moved to any focusable within window.

Prototype

bool focusGroup() @property;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0