|
Membres publics |
| CMyTabCtrl (HWND hWndTab) |
| CMyTabCtrl () |
virtual | ~CMyTabCtrl () |
BOOL | operator= (HWND hWnd) |
int | Add (HWND hWndChild, char *title, BOOL show=FALSE) |
BOOL | Sup (int index, BOOL viewNear=TRUE) |
BOOL | Rename (int index, char *text) |
BOOL | Reset () |
int | FindPage (char *title) |
HWND | operator[] (char *title) |
HWND | operator[] (int index) |
ENotifyTabCtrl | Notify (LPARAM lParam) |
int | GetCurPage () |
int | GetNbPage () |
BOOL | ShowPage (int index) |
void | Highlight (int index, BOOL state) |
BOOL | SetImage (int indexTab, int indexImage) |
int | HitTest (int x, int y, BOOL *isNoWhere, BOOL *isOnItem, BOOL *isOnItemIcon, BOOL *isOnItemLabel) |
Attributs Publics |
CMyImageList | imageList |
BOOL | iconIsButton |
Membres privés |
void | Init () |
Attributs Privés |
BOOL | m_firstChild |
MyList< HWND > | m_hWndChilds |