|
sprint 1-alpha
|
#include <TabCtrl.hpp>
Inherits sprint::gtl::CWindow.
Public Member Functions | |
| TabCtrl (HWND hWnd=NULL) | |
| TabCtrl (CWindow hWnd) | |
| HIMAGELIST | GetImageList () const |
| HIMAGELIST | SetImageList (HIMAGELIST hImageList) |
| int | GetItemCount () const |
| BOOL | GetItem (int nItem, LPTCITEM pTabCtrlItem) const |
| BOOL | SetItem (int nItem, LPTCITEM pTabCtrlItem) |
| int | SetItem (int nItem, UINT mask, LPCTSTR lpszItem, DWORD dwState, DWORD dwStateMask, int iImage, LPARAM lParam) |
| BOOL | GetItemRect (int nItem, LPRECT lpRect) const |
| int | GetCurSel () const |
| int | SetCurSel (int nItem) |
| void | SetItemSize (int cx, int cy) |
| void | SetPadding (SIZE size) |
| int | GetRowCount () const |
| HWND | GetTooltips () const |
| void | SetTooltips (HWND hWndToolTip) |
| int | GetCurFocus () const |
| void | SetCurFocus (int nItem) |
| BOOL | SetItemExtra (int cbExtra) |
| int | SetMinTabWidth (int nWidth=-1) |
| int | InsertItem (int nItem, LPTCITEM pTabCtrlItem) |
| int | InsertItem (int nItem, UINT mask, LPCTSTR lpszItem, int iImage, LPARAM lParam) |
| int | InsertItem (int nItem, LPCTSTR lpszItem) |
| int | AddItem (LPTCITEM pTabCtrlItem) |
| int | AddItem (UINT mask, LPCTSTR lpszItem, int iImage, LPARAM lParam) |
| int | AddItem (LPCTSTR lpszItem) |
| BOOL | DeleteItem (int nItem) |
| BOOL | DeleteAllItems () |
| void | AdjustRect (BOOL bLarger, LPRECT lpRect) |
| void | RemoveImage (int nImage) |
| int | HitTest (TC_HITTESTINFO *pHitTestInfo) const |
| void | DeselectAll (BOOL bExcludeFocus=TRUE) |
Static Public Member Functions | |
| static LPCTSTR | GetWndClassName () |
Multi Tab control
1.7.4