Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2408
bool UIWidget::isTabFocusable() const {
2409
return ( mFlags & UI_TAB_FOCUSABLE ) != 0;
2410
}
2411
2412
void UIWidget::setTabFocusable() {
2413
mFlags |= UI_TAB_FOCUSABLE;
Callers
4
getPrevWidget
Method · 0.45
getNextWidget
Method · 0.45
getPrevTabWidget
Method · 0.45
getNextTabWidget
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected