Home
last modified time | relevance | path

Searched refs:Editor_getMenuCommand (Results 1 – 3 of 3) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DEditor.h233 EditorCommand Editor_getMenuCommand (Editor me, conststring32 menuTitle, conststring32 itemTitle);
H A DTextEditor.cpp339 …menu_cb_saveAs (me, Editor_getMenuCommand (me, U"File", U"Save as..."), nullptr, 0, nullptr, nullp… in gui_button_cb_saveAndClose()
730 cb_showOpen (Editor_getMenuCommand (me, U"File", U"Open...")); in TextEditor_showOpen()
H A DEditor.cpp159 EditorCommand Editor_getMenuCommand (Editor me, conststring32 menuTitle, conststring32 itemTitle) { in Editor_getMenuCommand() function