|
Windows C++ Library
|
#include <ToolTip.hpp>
Public Member Functions | |
| CToolTip () | |
| virtual | ~CToolTip () |
| void | AddTool (CWnd &oParent, CWnd &oTool, const tchar *pszText) |
Protected Member Functions | |
| virtual void | GetCreateParams (WNDCREATE &rParams) |
| virtual void | OnCreate (const CRect &rcClient) |
| void | AddTool (uint nFlags, CWnd &oParent, uint nID, const CRect *prcRect, const tchar *pszText) |
| CToolTip::~CToolTip | ( | ) | [virtual] |
| void CToolTip::AddTool | ( | CWnd & | oParent, |
| CWnd & | oTool, | ||
| const tchar * | pszText | ||
| ) | [inline] |
| void CToolTip::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CCtrlWnd.
| void CToolTip::OnCreate | ( | const CRect & | rcClient | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
| void CToolTip::AddTool | ( | uint | nFlags, |
| CWnd & | oParent, | ||
| uint | nID, | ||
| const CRect * | prcRect, | ||
| const tchar * | pszText | ||
| ) | [protected] |
1.7.6.1