Lines Matching refs:_window
22 _window = ::CommandBar_Create(hInst, hwndParent, idCmdBar); in Create()
23 return (_window != NULL); in Create()
33 …bool AddAdornments(DWORD dwFlags) { return BOOLToBool(::CommandBar_AddAdornments(_window, dwFlags,… in AddAdornments()
34 …ages, int iImageWidth, int iImageHeight) { return ::CommandBar_AddBitmap(_window, hInst, idBitmap,… in AddBitmap()
35 bool DrawMenuBar(WORD iButton) { return BOOLToBool(::CommandBar_DrawMenuBar(_window, iButton)); } in DrawMenuBar()
36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); } in GetMenu()
37 int Height() { return CommandBar_Height(_window); } in Height()
38 …yle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, d… in InsertComboBox()
39 …ORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, i… in InsertMenubar()
40 … pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMenu, … in InsertMenubarEx()
41 bool Show(bool cmdShow) { return BOOLToBool(::CommandBar_Show(_window, BoolToBOOL(cmdShow))); } in Show()
45 void AlignAdornments() { CommandBar_AlignAdornments(_window); } in AlignAdornments()