Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dcompilergcc.cpp177 int idMenuProjectCompilerOptions = wxNewId(); variable
218 EVT_UPDATE_UI(idMenuProjectCompilerOptions, CompilerGCC::OnUpdateUI) in BEGIN_EVENT_TABLE()
258 EVT_MENU(idMenuProjectCompilerOptions, CompilerGCC::Dispatcher) in BEGIN_EVENT_TABLE()
570 …prj->Insert(propsPos, idMenuProjectCompilerOptions, _("Build options..."), _("Set the project's bu… in BuildMenu()
683 else if ( eventId == idMenuProjectCompilerOptions in Dispatcher()
3414 mbar->Enable(idMenuProjectCompilerOptions, !running && prj && !otherRunning); in OnUpdateUI()