Windows C++ Library
|
#include <HintBar.hpp>
Public Member Functions | |
CHintBar () | |
void | Hint (uint iRscID) |
void | Hint (const tchar *pszHint) |
Protected Member Functions | |
virtual void | GetClassParams (WNDCLASS &rParams) |
virtual void | GetCreateParams (WNDCREATE &rParams) |
virtual void | OnPaint (CDC &rDC) |
Protected Attributes | |
CString | m_strHint |
void CHintBar::Hint | ( | uint | iRscID | ) |
void CHintBar::Hint | ( | const tchar * | pszHint | ) |
void CHintBar::GetClassParams | ( | WNDCLASS & | rParams | ) | [protected, virtual] |
Reimplemented from CPopupWnd.
void CHintBar::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CCtrlWnd.
void CHintBar::OnPaint | ( | CDC & | rDC | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
CString CHintBar::m_strHint [protected] |