|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TNoteTabItem holds information about each tab in a notetab control. More...
#include <owl/notetab.h>
Public Member Functions | |
| TNoteTabItem (const tstring &label, INT_PTR clientData=0, int imageIdx=-1, TAbsLocation imageLoc=alLeft) | |
| Constructor of Notetab Item object. | |
| TNoteTabItem () | |
| Default constructor of Notetab Item object. | |
Public Attributes | |
| TRect | Rect |
| Location of tab [client-area base coords]. | |
| tstring | Label |
| Label of tab. | |
| TSize | LabelSize |
| Width and height of label. | |
| INT_PTR | ClientData |
| User-defined data associated with item. | |
| int | ImageIdx |
| Index of tab image. | |
| TAbsLocation | ImageLoc |
| Placement of tab image. | |
TNoteTabItem holds information about each tab in a notetab control.
For example, the structure contains information about the title and size of each tab item.