|
Windows C++ Library
|
#include <TabWndHost.hpp>
Public Member Functions | |
| CTabWndHost () | |
| virtual | ~CTabWndHost () |
| size_t | AddTab (const tchar *pszName, CWnd &oWnd) |
| int | CurSel () const |
| void | CurSel (int nTab) |
| CWnd & | TabWnd (int nTab) const |
| CWnd & | CurTabWnd () const |
Protected Member Functions | |
| virtual LRESULT | WndProc (HWND hWnd, UINT iMsg, WPARAM wParam, LPARAM lParam) |
| virtual void | OnSelChanging () |
| virtual void | OnSelChange () |
| CTabWndHost::~CTabWndHost | ( | ) | [virtual] |
| size_t CTabWndHost::AddTab | ( | const tchar * | pszName, |
| CWnd & | oWnd | ||
| ) | [inline] |
| int CTabWndHost::CurSel | ( | ) | const [inline] |
Reimplemented from CTabCtrl.
| void CTabWndHost::CurSel | ( | int | nTab | ) | [inline] |
Reimplemented from CTabCtrl.
| CWnd & CTabWndHost::TabWnd | ( | int | nTab | ) | const [inline] |
| CWnd & CTabWndHost::CurTabWnd | ( | ) | const [inline] |
| LRESULT CTabWndHost::WndProc | ( | HWND | hWnd, |
| UINT | iMsg, | ||
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) | [protected, virtual] |
Reimplemented from CStdWnd.
| void CTabWndHost::OnSelChanging | ( | ) | [protected, virtual] |
Reimplemented from CTabCtrl.
| void CTabWndHost::OnSelChange | ( | ) | [protected, virtual] |
Reimplemented from CTabCtrl.
1.7.6.1