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