 
       wx.aui.AuiTabContainerButton¶
  wx.aui.AuiTabContainerButton¶A simple class which holds information about wx.aui.AuiNotebook tab buttons and their state.
 Properties Summary¶
 Properties Summary¶| bitmap | A public C++ attribute of type Bitmap. button’s hover bitmap | 
| curState | A public C++ attribute of type int. current state (normal, hover, pressed, etc.) | 
| disBitmap | A public C++ attribute of type Bitmap. button’s disabled bitmap | 
| id | A public C++ attribute of type int. button’s id | 
| location | A public C++ attribute of type int. buttons location (wx``wx.LEFT``,wx.RIGHT, orwx.CENTER) | 
| rect | A public C++ attribute of type Rect. button’s hit rectangle | 
 Class API¶
 Class API¶wx.aui.AuiTabContainerButton(object)¶A simple class which holds information about AuiNotebook tab buttons and their state.
curState¶A public C++ attribute of type int. current state (normal, hover, pressed, etc.)
id¶A public C++ attribute of type int. button’s id
location¶A public C++ attribute of type int. buttons location (wx``wx.LEFT``, wx.RIGHT, or wx.CENTER)