Home
last modified time | relevance | path

Searched defs:cmdId (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DPlayerToolBar.cpp22 …Button(IconMgr::IconType icon_type, LPCTSTR strText, LPCTSTR strToolTip, UINT cmdId, bool showText) in AddToolButton()
70 …dex, IconMgr::IconType icon_type, LPCTSTR strText, LPCTSTR strToolTip, UINT cmdId, bool showText /… in ModifyToolButton()
/MusicPlayer2/scintilla/src/
H A DScintillaBase.cxx105 void ScintillaBase::Command(int cmdId) { in Command()