Home
last modified time | relevance | path

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

/dports/emulators/lisaem/lisaem-1.2.6.2/include/
H A Dlisaemframe.h56 ID_PROFILEPWR, enumerator
/dports/emulators/lisaem/lisaem-1.2.6.2/wxui/
H A Dlisaem_wx.cpp387 ID_PROFILEPWR, enumerator
674 EVT_MENU(ID_PROFILEPWR, LisaEmFrame::OnProFilePower)
4415 …profileMenu->Check(ID_PROFILEPWR, (IS_PARALLEL_PORT_ENABLED(2) && !my_lisaconfig->parallel.IsS… in UpdateProfileMenu()
4424 profileMenu->Enable(ID_PROFILEPWR,( !my_lisaconfig->parallel.IsSameAs(_T("NOTHING"), false) )); in UpdateProfileMenu()
4426 profileMenu->SetLabel(ID_PROFILEPWR,wxT("Power ProFile Parallel Port")); in UpdateProfileMenu()
4428 profileMenu->SetLabel(ID_PROFILEPWR,wxT("Power ADMP on Parallel Port")); in UpdateProfileMenu()
4967 …profileMenu->AppendCheckItem(ID_PROFILEPWR, wxT("Power ProFile on Parallel Port"), wxT("Togg… in LisaEmFrame()