#include <TabControl.h>
Public Member Functions | |
TabControl (HWND hParent, DWORD dwID) | |
virtual | ~TabControl () |
void | addTab (const std::string &name, HWND hDlg) |
void | replaceTab (HWND hDlg, size_t pos) |
void | selectTab (int i) const |
void | resize (const RECT &rect) |
int | getSelected () const |
HWND | getHwnd () const |
Protected Member Functions | |
LRESULT | tabParentProc (UINT, WPARAM, LPARAM) |
void | changeDlg (int which, int to) const |
Protected Attributes | |
HWND | hParent |
HWND | hWnd |
DWORD | id |
int | numTabs |
FARPROC | oldWinProc |
Friends | |
LRESULT CALLBACK | __tabParentProc (HWND, UINT, WPARAM, LPARAM) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|