1wxBitmapButton(3) Erlang Module Definition wxBitmapButton(3)
2
3
4
6 wxBitmapButton - See external documentation: wxBitmapButton.
7
9 See external documentation: wxBitmapButton.
10
11 This class is derived (and can use functions) from:
12 wxButton
13 wxControl
14 wxWindow
15 wxEvtHandler
16
18 wxBitmapButton():
19
20
21 An object reference, The representation is internal and can be
22 changed without notice. It can't be used for comparsion stored on
23 disc or distributed for use on other nodes.
24
26 new() -> wxBitmapButton()
27
28 See external documentation.
29
30 new(Parent, Id, Bitmap) -> wxBitmapButton()
31
32 Types:
33
34 Parent = wxWindow:wxWindow()
35 Id = integer()
36 Bitmap = wxBitmap:wxBitmap()
37
38 Equivalent to new(Parent, Id, Bitmap, []).
39
40 new(Parent, Id, Bitmap, Options::[Option]) -> wxBitmapButton()
41
42 Types:
43
44 Parent = wxWindow:wxWindow()
45 Id = integer()
46 Bitmap = wxBitmap:wxBitmap()
47 Option = {pos, {X::integer(), Y::integer()}} | {size, {W::in‐
48 teger(), H::integer()}} | {style, integer()} | {validator,
49 wx:wx_object()}
50
51 See external documentation.
52
53 create(This, Parent, Id, Bitmap) -> boolean()
54
55 Types:
56
57 This = wxBitmapButton()
58 Parent = wxWindow:wxWindow()
59 Id = integer()
60 Bitmap = wxBitmap:wxBitmap()
61
62 Equivalent to create(This, Parent, Id, Bitmap, []).
63
64 create(This, Parent, Id, Bitmap, Options::[Option]) -> boolean()
65
66 Types:
67
68 This = wxBitmapButton()
69 Parent = wxWindow:wxWindow()
70 Id = integer()
71 Bitmap = wxBitmap:wxBitmap()
72 Option = {pos, {X::integer(), Y::integer()}} | {size, {W::in‐
73 teger(), H::integer()}} | {style, integer()} | {validator,
74 wx:wx_object()}
75
76 See external documentation.
77
78 getBitmapDisabled(This) -> wxBitmap:wxBitmap()
79
80 Types:
81
82 This = wxBitmapButton()
83
84 See external documentation.
85
86 getBitmapFocus(This) -> wxBitmap:wxBitmap()
87
88 Types:
89
90 This = wxBitmapButton()
91
92 See external documentation.
93
94 getBitmapLabel(This) -> wxBitmap:wxBitmap()
95
96 Types:
97
98 This = wxBitmapButton()
99
100 See external documentation.
101
102 getBitmapSelected(This) -> wxBitmap:wxBitmap()
103
104 Types:
105
106 This = wxBitmapButton()
107
108 See external documentation.
109
110 setBitmapDisabled(This, Disabled) -> ok
111
112 Types:
113
114 This = wxBitmapButton()
115 Disabled = wxBitmap:wxBitmap()
116
117 See external documentation.
118
119 setBitmapFocus(This, Focus) -> ok
120
121 Types:
122
123 This = wxBitmapButton()
124 Focus = wxBitmap:wxBitmap()
125
126 See external documentation.
127
128 setBitmapLabel(This, Bitmap) -> ok
129
130 Types:
131
132 This = wxBitmapButton()
133 Bitmap = wxBitmap:wxBitmap()
134
135 See external documentation.
136
137 setBitmapSelected(This, Sel) -> ok
138
139 Types:
140
141 This = wxBitmapButton()
142 Sel = wxBitmap:wxBitmap()
143
144 See external documentation.
145
146 destroy(This::wxBitmapButton()) -> ok
147
148 Destroys this object, do not use object again
149
151 <>
152
153
154
155 wx 1.9.3.1 wxBitmapButton(3)