phoenix_title wx.aui.AuiTabContainerButton

A simple class which holds information about wx.aui.AuiNotebook tab buttons and their state.


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiTabContainerButton:

property_summary Properties Summary

bitmap

A public C++ attribute of type BitmapBundle . button’s hover bitmap

curState

A public C++ attribute of type int. State of the button.

disBitmap

A public C++ attribute of type BitmapBundle . button’s disabled bitmap

id

A public C++ attribute of type int. The id of the button.

location

A public C++ attribute of type int. buttons location (wx``wx.LEFT``, wx.RIGHT, or wx.CENTER)

rect

A public C++ attribute of type Rect . button’s hit rectangle


api Class API

class wx.aui.AuiTabContainerButton(object)

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


Properties

bitmap

A public C++ attribute of type BitmapBundle . button’s hover bitmap



curState

A public C++ attribute of type int. State of the button.



disBitmap

A public C++ attribute of type BitmapBundle . button’s disabled bitmap



id

A public C++ attribute of type int. The id of the button.



location

A public C++ attribute of type int. buttons location (wx``wx.LEFT``, wx.RIGHT, or wx.CENTER)



rect

A public C++ attribute of type Rect . button’s hit rectangle