1wxStdDialogButtonSizer(3) Erlang Module Definition wxStdDialogButtonSizer(3)
2
3
4
6 wxStdDialogButtonSizer - See external documentation: wxStdDialogButtonâ
7 Sizer.
8
10 See external documentation: wxStdDialogButtonSizer.
11
12 This class is derived (and can use functions) from:
13 wxBoxSizer
14 wxSizer
15
17 wxStdDialogButtonSizer():
18
19
20 An object reference, The representation is internal and can be
21 changed without notice. It can't be used for comparsion stored on
22 disc or distributed for use on other nodes.
23
25 new() -> wxStdDialogButtonSizer()
26
27 See external documentation.
28
29 addButton(This, Button) -> ok
30
31 Types:
32
33 This = wxStdDialogButtonSizer()
34 Button = wxButton:wxButton()
35
36 See external documentation.
37
38 realize(This) -> ok
39
40 Types:
41
42 This = wxStdDialogButtonSizer()
43
44 See external documentation.
45
46 setAffirmativeButton(This, Button) -> ok
47
48 Types:
49
50 This = wxStdDialogButtonSizer()
51 Button = wxButton:wxButton()
52
53 See external documentation.
54
55 setCancelButton(This, Button) -> ok
56
57 Types:
58
59 This = wxStdDialogButtonSizer()
60 Button = wxButton:wxButton()
61
62 See external documentation.
63
64 setNegativeButton(This, Button) -> ok
65
66 Types:
67
68 This = wxStdDialogButtonSizer()
69 Button = wxButton:wxButton()
70
71 See external documentation.
72
73 destroy(This::wxStdDialogButtonSizer()) -> ok
74
75 Destroys this object, do not use object again
76
78 <>
79
80
81
82 wx 1.9.3 wxStdDialogButtonSizer(3)