Searched refs:iButton (Results 1 – 8 of 8) sorted by relevance
115 INT iButton = 0; in _CreateToolbar() local116 tbb[iButton].iBitmap = 3; in _CreateToolbar()117 tbb[iButton].idCommand = ID_ADD; in _CreateToolbar()118 tbb[iButton].fsState = TBSTATE_ENABLED; in _CreateToolbar()121 ++iButton; in _CreateToolbar()122 tbb[iButton].iBitmap = 42; in _CreateToolbar()123 tbb[iButton].idCommand = ID_ORGANIZE; in _CreateToolbar()124 tbb[iButton].fsState = TBSTATE_ENABLED; in _CreateToolbar()127 ++iButton; in _CreateToolbar()128 ATLASSERT(iButton == _countof(tbb)); in _CreateToolbar()[all …]
98 NPGetPropertyText(DWORD iButton, in NPGetPropertyText() argument
112 typedef DWORD (APIENTRY *PF_NPGetPropertyText)(DWORD iButton, DWORD nPropSel,
883 int iButton; member890 int iButton; member1179 int iButton; member4555 #define Pager_GetButtonState(hwnd,iButton) (DWORD)SNDMSG((hwnd),PGM_GETBUTTONSTATE,0,(LPARAM)(iButt… argument
1331 if (infoPtr->tbim.iButton != -1) in TOOLBAR_Refresh()2027 INT nOldButtons, nNewButtons, iButton; in TOOLBAR_InternalInsertButtonsT() local2042 for (iButton = 0; iButton < nAddButtons; iButton++) { in TOOLBAR_InternalInsertButtonsT()2050 btnPtr->iBitmap = lpTbb[iButton].iBitmap; in TOOLBAR_InternalInsertButtonsT()2052 btnPtr->fsState = lpTbb[iButton].fsState; in TOOLBAR_InternalInsertButtonsT()2053 btnPtr->fsStyle = lpTbb[iButton].fsStyle; in TOOLBAR_InternalInsertButtonsT()2054 btnPtr->dwData = lpTbb[iButton].dwData; in TOOLBAR_InternalInsertButtonsT()2059 str = lpTbb[iButton].iString; in TOOLBAR_InternalInsertButtonsT()5010 if ((lptbim->iButton == -1) || in TOOLBAR_SetInsertMark()5012 (lptbim->iButton >= 0))) in TOOLBAR_SetInsertMark()[all …]
923 nmhdr.iButton = 0; in HEADER_SendNotifyWithHDItemT()
4176 for (UINT iButton = 0; iButton < m_cButtons; ++iButton) in FindButton() local4178 CUIFBalloonButton *pButton = (CUIFBalloonButton *)FindUIObject(iButton); in FindButton()4314 for (UINT iButton = 0; iButton < m_cButtons; ++iButton) in LayoutObject() local4316 CUIFObject *UIObject = FindUIObject(iButton); in LayoutObject()4320 rcMargin.left = xLeft + iButton * (size.cx * 3 / 2); in LayoutObject()
5546 nmh.iButton = 0; in test_header_notification()5592 nmhdr.iButton = 0; in test_header_notification2()