Version: 3.3.0
wxAuiTabContainerButton Class Reference

#include <wx/aui/auibook.h>

Detailed Description

A simple class which holds information about wxAuiNotebook tab buttons and their state.

Library:  wxAui
Category:  Window Docking (wxAUI)

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...
 

Member Data Documentation

◆ bitmap

wxBitmapBundle wxAuiTabContainerButton::bitmap

button's hover bitmap

◆ curState

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.

◆ disBitmap

wxBitmapBundle wxAuiTabContainerButton::disBitmap

button's disabled bitmap

◆ id

int wxAuiTabContainerButton::id

The id of the button.

E.g. wxAUI_BUTTON_CLOSE.

◆ location

int wxAuiTabContainerButton::location

buttons location (wxLEFT, wxRIGHT, or wxCENTER)

◆ rect

wxRect wxAuiTabContainerButton::rect

button's hit rectangle