MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / focusNote

Method focusNote

gui/nbrowserwindow.cpp:2501–2503  ·  view source on GitHub ↗

Set the focus to the note

Source from the content-addressed store, hash-verified

2499
2500// Set the focus to the note
2501void NBrowserWindow::focusNote() {
2502 this->editor->setFocus();
2503}
2504
2505
2506// Insert the date/time into a note

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected