Searched refs:iButton (Results 1 – 1 of 1) sorted by relevance
/external/lzma/CPP/Windows/Control/ |
D | CommandBar.h | 29 …bool InsertButton(int iButton, LPTBBUTTON button) { return BOOLToBool(SendMsg(TB_INSERTBUTTON, (WP… in InsertButton() argument 35 bool DrawMenuBar(WORD iButton) { return BOOLToBool(::CommandBar_DrawMenuBar(_window, iButton)); } in DrawMenuBar() argument 36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); } in GetMenu() argument 38 …yle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, d… in InsertComboBox() argument 39 …NSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, … in InsertMenubar() argument 40 …CE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, … in InsertMenubarEx() argument
|