MCPcopy 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
306void Widget::setFocusStop(bool state)
307{
308 if (state)
309 enableFlags(FOCUS_STOP);
310 else
311 disableFlags(FOCUS_STOP);
312}
313
314void Widget::setFocusMagnet(bool state)
315{

Callers 7

InkShadesFieldMethod · 0.80
FileSelectorMethod · 0.80
ColorButtonMethod · 0.80
EditorMethod · 0.80
IntEntryMethod · 0.80
SliderMethod · 0.80
MenuBoxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected