MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / setFocusMagnet

Method setFocusMagnet

src/ui/widget.cpp:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void Widget::setFocusMagnet(bool state)
315{
316 if (state)
317 enableFlags(FOCUS_MAGNET);
318 else
319 disableFlags(FOCUS_MAGNET);
320}
321
322bool Widget::isVisible() const
323{

Callers 10

ConsoleMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
FilterWindowMethod · 0.80
FontPopupMethod · 0.80
FileSelectorMethod · 0.80
processStringMethod · 0.80
showPopupMethod · 0.80
onProcessMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected