#include <wx/aui/auibook.h>
A simple class which holds information about wxAuiNotebook tab buttons and their state.
Public Attributes | |
int | id |
The id of the button. More... | |
int | curState |
State of the button. More... | |
int | location |
buttons location (wxLEFT, wxRIGHT, or wxCENTER) More... | |
wxBitmapBundle | bitmap |
button's hover bitmap More... | |
wxBitmapBundle | disBitmap |
button's disabled bitmap More... | |
wxRect | rect |
button's hit rectangle More... | |
wxBitmapBundle wxAuiTabContainerButton::bitmap |
button's hover bitmap
int wxAuiTabContainerButton::curState |
State of the button.
This is a combination of values from wxAuiPaneButtonState enum.
The effect of specifying wxAUI_BUTTON_STATE_HIDDEN here is the same as not including information about this button at all.
wxBitmapBundle wxAuiTabContainerButton::disBitmap |
button's disabled bitmap
int wxAuiTabContainerButton::id |
The id of the button.
E.g. wxAUI_BUTTON_CLOSE.
int wxAuiTabContainerButton::location |
buttons location (wxLEFT, wxRIGHT, or wxCENTER)
wxRect wxAuiTabContainerButton::rect |
button's hit rectangle