#include <wx/aui/auibook.h>
A simple class which holds information about wxAuiNotebook tab buttons and their state.
Public Attributes | |
| int | id | 
| button's id  More... | |
| int | curState | 
| current state (normal, hover, pressed, etc.)  More... | |
| int | location | 
| buttons location (wxLEFT, wxRIGHT, or wxCENTER)  More... | |
| wxBitmap | bitmap | 
| button's hover bitmap  More... | |
| wxBitmap | disBitmap | 
| button's disabled bitmap  More... | |
| wxRect | rect | 
| button's hit rectangle  More... | |
| wxBitmap wxAuiTabContainerButton::bitmap | 
button's hover bitmap
| int wxAuiTabContainerButton::curState | 
current state (normal, hover, pressed, etc.)
| wxBitmap wxAuiTabContainerButton::disBitmap | 
button's disabled bitmap
| int wxAuiTabContainerButton::id | 
button's id
| int wxAuiTabContainerButton::location | 
buttons location (wxLEFT, wxRIGHT, or wxCENTER)
| wxRect wxAuiTabContainerButton::rect | 
button's hit rectangle