wxErlang

Reference Manual

Version 2.0

Table of Contents

wxAuiTabArt

Module

wxAuiTabArt

Module Summary

Functions for wxAuiTabArt class

Description

Tab art provider defines all the drawing functions used by wxAuiNotebook.

This allows the wxAuiNotebook to have a pluggable look-and-feel.

By default, a wxAuiNotebook uses an instance of this class called wxAuiDefaultTabArt (not implemented in wx) which provides bitmap art and a colour scheme that is adapted to the major platforms' look. You can either derive from that class to alter its behaviour or write a completely new tab art class.

Another example of creating a new wxAuiNotebook tab bar is wxAuiSimpleTabArt.

Call wxAuiNotebook:setArtProvider/2 to make use of this new tab art.

wxWidgets docs: wxAuiTabArt

setFlags(This, Flags) -> ok

Types

Flags = integer()

Sets flags.

setMeasuringFont(This, Font) -> ok

Types

Sets the font used for calculating measurements.

setNormalFont(This, Font) -> ok

Types

Sets the normal font for drawing labels.

setSelectedFont(This, Font) -> ok

Types

Sets the font for drawing text for selected UI elements.

setColour(This, Colour) -> ok

Types

Sets the colour of the inactive tabs.

Since: 2.9.2

setActiveColour(This, Colour) -> ok

Types

Sets the colour of the selected tab.

Since: 2.9.2