Home
last modified time | relevance | path

Searched refs:CUIFBalloonButton (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/cicero/
H A Dcicuif.cpp3808 CUIFBalloonButton::CUIFBalloonButton( in CUIFBalloonButton() function in CUIFBalloonButton
3818 CUIFBalloonButton::OnPaint(HDC hDC) in STDMETHODIMP_()
3887 CUIFBalloonButton::DrawTextProc(HDC hDC, LPCRECT prc, BOOL bPressed) in DrawTextProc()
3991 CUIFBalloonButton *pButton = NULL; in STDMETHODIMP_()
3996 pButton = (CUIFBalloonButton *)FindUIObject(0); in STDMETHODIMP_()
4020 CUIFBalloonButton *pButton = (CUIFBalloonButton *)pObject; in STDMETHODIMP_()
4067 CUIFBalloonButton *pButton = new(cicNoThrow) CUIFBalloonButton(this, m_cButtons, &rc, 5); in AddButton()
4173 CUIFBalloonButton *
4178 CUIFBalloonButton *pButton = (CUIFBalloonButton *)FindUIObject(iButton); in FindButton()
H A Dcicuif.h32 class CUIFBalloonButton; variable
990 class CUIFBalloonButton : public CUIFButton
997 CUIFBalloonButton(CUIFObject *pParent, DWORD nObjectID, LPCRECT prc, DWORD style);
1052 CUIFBalloonButton *FindButton(UINT nCommandID);