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

NAME

6       wxAuiDockArt - See external documentation: wxAuiDockArt.
7

DESCRIPTION

9       See external documentation: wxAuiDockArt.
10

DATA TYPES

12         wxAuiDockArt():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       getColour(This, Id) -> wx:wx_colour4()
21
22              Types:
23
24                 This = wxAuiDockArt()
25                 Id = integer()
26
27              See external documentation.
28
29       getFont(This, Id) -> wxFont:wxFont()
30
31              Types:
32
33                 This = wxAuiDockArt()
34                 Id = integer()
35
36              See external documentation.
37
38       getMetric(This, Id) -> integer()
39
40              Types:
41
42                 This = wxAuiDockArt()
43                 Id = integer()
44
45              See external documentation.
46
47       setColour(This, Id, Colour) -> ok
48
49              Types:
50
51                 This = wxAuiDockArt()
52                 Id = integer()
53                 Colour = wx:wx_colour()
54
55              See external documentation.
56
57       setFont(This, Id, Font) -> ok
58
59              Types:
60
61                 This = wxAuiDockArt()
62                 Id = integer()
63                 Font = wxFont:wxFont()
64
65              See external documentation.
66
67       setMetric(This, Id, New_val) -> ok
68
69              Types:
70
71                 This = wxAuiDockArt()
72                 Id = integer()
73                 New_val = integer()
74
75              See external documentation.
76

AUTHORS

78       <>
79
80
81
82                                    wx 1.9                     wxAuiDockArt(3)
Impressum