MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isTabFocusable

Method isTabFocusable

src/eepp/ui/uiwidget.cpp:2408–2410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2406}
2407
2408bool UIWidget::isTabFocusable() const {
2409 return ( mFlags & UI_TAB_FOCUSABLE ) != 0;
2410}
2411
2412void UIWidget::setTabFocusable() {
2413 mFlags |= UI_TAB_FOCUSABLE;

Callers 4

getPrevWidgetMethod · 0.45
getNextWidgetMethod · 0.45
getPrevTabWidgetMethod · 0.45
getNextTabWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected