Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ setFocusStop
Method
setFocusStop
src/ui/widget.cpp:306–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
void Widget::setFocusStop(bool state)
307
{
308
if (state)
309
enableFlags(FOCUS_STOP);
310
else
311
disableFlags(FOCUS_STOP);
312
}
313
314
void Widget::setFocusMagnet(bool state)
315
{
Callers
7
InkShadesField
Method · 0.80
FileSelector
Method · 0.80
ColorButton
Method · 0.80
Editor
Method · 0.80
IntEntry
Method · 0.80
Slider
Method · 0.80
MenuBox
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected