Home
last modified time | relevance | path

Searched refs:PreviousDocument (Results 1 – 6 of 6) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-ide/widgets/
H A Dmulti_editor.hpp115 PreviousDocument, enumerator
H A Dmulti_editor.cpp570 mActions[PreviousDocument] = action = new QAction(tr("Previous Document"), this); in createActions()
H A Dmain_window.cpp603 menu->addAction(mEditors->action(MultiEditor::PreviousDocument)); in createMenus()
/dports/editors/nedit/nedit-5.7/source/
H A Dwindow.h84 void PreviousDocument(WindowInfo *window);
H A Dwindow.c3828 void PreviousDocument(WindowInfo *window) in PreviousDocument() function
H A Dmenu.c3543 PreviousDocument(WidgetToWindow(w)); in prevDocumentAP()