1wxAuiTabArt(3)             Erlang Module Definition             wxAuiTabArt(3)
2
3
4

NAME

6       wxAuiTabArt - Functions for wxAuiTabArt class
7

DESCRIPTION

9       Tab  art  provider defines all the drawing functions used by wxAuiNote‐
10       book.
11
12       This allows the wxAuiNotebook to have a pluggable look-and-feel.
13
14       By default, a wxAuiNotebook uses an instance of this class  called  wx‐
15       AuiDefaultTabArt  (not implemented in wx) which provides bitmap art and
16       a colour scheme that is adapted to the major platforms' look.  You  can
17       either  derive  from  that class to alter its behaviour or write a com‐
18       pletely new tab art class.
19
20       Another example of creating a new wxAuiNotebook tab  bar  is  wxAuiSim‐
21       pleTabArt.
22
23       Call wxAuiNotebook:setArtProvider/2 to make use of this new tab art.
24
25       wxWidgets docs: wxAuiTabArt
26

DATA TYPES

28       wxAuiTabArt() = wx:wx_object()
29

EXPORTS

31       setFlags(This, Flags) -> ok
32
33              Types:
34
35                 This = wxAuiTabArt()
36                 Flags = integer()
37
38              Sets flags.
39
40       setMeasuringFont(This, Font) -> ok
41
42              Types:
43
44                 This = wxAuiTabArt()
45                 Font = wxFont:wxFont()
46
47              Sets the font used for calculating measurements.
48
49       setNormalFont(This, Font) -> ok
50
51              Types:
52
53                 This = wxAuiTabArt()
54                 Font = wxFont:wxFont()
55
56              Sets the normal font for drawing labels.
57
58       setSelectedFont(This, Font) -> ok
59
60              Types:
61
62                 This = wxAuiTabArt()
63                 Font = wxFont:wxFont()
64
65              Sets the font for drawing text for selected UI elements.
66
67       setColour(This, Colour) -> ok
68
69              Types:
70
71                 This = wxAuiTabArt()
72                 Colour = wx:wx_colour()
73
74              Sets the colour of the inactive tabs.
75
76              Since: 2.9.2
77
78       setActiveColour(This, Colour) -> ok
79
80              Types:
81
82                 This = wxAuiTabArt()
83                 Colour = wx:wx_colour()
84
85              Sets the colour of the selected tab.
86
87              Since: 2.9.2
88
89
90
91wxWidgets team.                    wx 2.2.1                     wxAuiTabArt(3)
Impressum