phoenix_title wx.aui.AuiNotebookPage

Holds information about a page in wx.aui.AuiNotebook.

An object of this class is notably passed to wx.aui.AuiTabArt.DrawTab and is used by it to render the pages tab accordingly.


class_hierarchy Class Hierarchy

Inheritance diagram for class AuiNotebookPage:

property_summary Properties Summary

active

A public C++ attribute of type bool. True if the page is the currently selected page.

bitmap

A public C++ attribute of type BitmapBundle . Bitmap shown in the tab if valid.

caption

A public C++ attribute of type string. Text displayed on the tab.

rect

A public C++ attribute of type Rect . The bounding rectangle of this page tab.

tooltip

A public C++ attribute of type string. Tooltip displayed when hovering over tab title.

window

A public C++ attribute of type Window . Window shown on this page.


api Class API

class wx.aui.AuiNotebookPage(object)

Holds information about a page in AuiNotebook.


Properties

active

A public C++ attribute of type bool. True if the page is the currently selected page.



bitmap

A public C++ attribute of type BitmapBundle . Bitmap shown in the tab if valid.



caption

A public C++ attribute of type string. Text displayed on the tab.



rect

A public C++ attribute of type Rect . The bounding rectangle of this page tab.



tooltip

A public C++ attribute of type string. Tooltip displayed when hovering over tab title.



window

A public C++ attribute of type Window . Window shown on this page.