7namespace hi::inline
v1 {
39[[nodiscard]]
constexpr keyboard_focus_group operator&(keyboard_focus_group
const &lhs, keyboard_focus_group
const &rhs)
noexcept
41 return static_cast<keyboard_focus_group
>(to_underlying(lhs) & to_underlying(rhs));
49[[nodiscard]]
constexpr bool to_bool(keyboard_focus_group group)
noexcept
51 return to_bool(to_underlying(group));
DOXYGEN BUG.
Definition algorithm.hpp:15
constexpr alignment operator|(horizontal_alignment lhs, vertical_alignment rhs) noexcept
Combine vertical and horizontal alignment.
Definition alignment.hpp:216
keyboard_focus_group
The keyboard focus group used for finding a widget that will accept a particular focus.
Definition keyboard_focus_group.hpp:11
@ menu
A menu item in a popup overlay Menu item widget accepts keyboard focus from the up/down cursor keys.
@ toolbar
A menu item in the toolbar of the window.