Home
last modified time | relevance | path

Searched refs:fileNewMenu (Results 1 – 2 of 2) sorted by relevance

/dports/misc/tellico/tellico-3.4.2/src/
H A Dmainwindow.cpp253 KActionMenu* fileNewMenu = new KActionMenu(i18n("New Collection"), this); in initActions() local
254 fileNewMenu->setIcon(QIcon::fromTheme(QStringLiteral("document-new"))); in initActions()
255 fileNewMenu->setToolTip(i18n("Create a new collection")); in initActions()
257 fileNewMenu->setPopupMode(QToolButton::InstantPopup); in initActions()
259 fileNewMenu->setDelayed(false); in initActions()
261 actionCollection()->addAction(QStringLiteral("file_new_collection"), fileNewMenu); in initActions()
271 fileNewMenu->addAction(action); \ in initActions()
314 fileNewMenu->addAction(action); in initActions()
/dports/math/gambit/gambit-16.0.1/src/gui/
H A Dgameframe.cc439 wxMenu *fileNewMenu = new wxMenu; in MakeMenus() local
440 AppendBitmapItem(fileNewMenu, GBT_MENU_FILE_NEW_EFG, _("&Extensive game"), in MakeMenus()
443 AppendBitmapItem(fileNewMenu, GBT_MENU_FILE_NEW_NFG, _("&Strategic game"), in MakeMenus()
446 fileMenu->Append(wxID_NEW, _("&New"), fileNewMenu, _("Create a new game")); in MakeMenus()