1wxAuiSimpleTabArt(3) Erlang Module Definition wxAuiSimpleTabArt(3)
2
3
4
6 wxAuiSimpleTabArt - Functions for wxAuiSimpleTabArt class
7
9 Another standard tab art provider for wxAuiNotebook.
10
11 wxAuiSimpleTabArt is derived from wxAuiTabArt demonstrating how to
12 write a completely new tab art class. It can also be used as alterna‐
13 tive to wxAuiDefaultTabArt (not implemented in wx).
14
15 This class is derived (and can use functions) from: wxAuiTabArt
16
17 wxWidgets docs: wxAuiSimpleTabArt
18
20 wxAuiSimpleTabArt() = wx:wx_object()
21
23 new() -> wxAuiSimpleTabArt()
24
25 destroy(This :: wxAuiSimpleTabArt()) -> ok
26
27 Destroys the object.
28
29
30
31wxWidgets team. wx 2.3.1 wxAuiSimpleTabArt(3)