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

NAME

6       wxPickerBase - See external documentation: wxPickerBase.
7

DESCRIPTION

9       See external documentation: wxPickerBase.
10
11       This class is derived (and can use functions) from:
12       wxControl
13       wxWindow
14       wxEvtHandler
15

DATA TYPES

17         wxPickerBase():
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

EXPORTS

25       setInternalMargin(This, Newmargin) -> ok
26
27              Types:
28
29                 This = wxPickerBase()
30                 Newmargin = integer()
31
32              See external documentation.
33
34       getInternalMargin(This) -> integer()
35
36              Types:
37
38                 This = wxPickerBase()
39
40              See external documentation.
41
42       setTextCtrlProportion(This, Prop) -> ok
43
44              Types:
45
46                 This = wxPickerBase()
47                 Prop = integer()
48
49              See external documentation.
50
51       setPickerCtrlProportion(This, Prop) -> ok
52
53              Types:
54
55                 This = wxPickerBase()
56                 Prop = integer()
57
58              See external documentation.
59
60       getTextCtrlProportion(This) -> integer()
61
62              Types:
63
64                 This = wxPickerBase()
65
66              See external documentation.
67
68       getPickerCtrlProportion(This) -> integer()
69
70              Types:
71
72                 This = wxPickerBase()
73
74              See external documentation.
75
76       hasTextCtrl(This) -> boolean()
77
78              Types:
79
80                 This = wxPickerBase()
81
82              See external documentation.
83
84       getTextCtrl(This) -> wxTextCtrl:wxTextCtrl()
85
86              Types:
87
88                 This = wxPickerBase()
89
90              See external documentation.
91
92       isTextCtrlGrowable(This) -> boolean()
93
94              Types:
95
96                 This = wxPickerBase()
97
98              See external documentation.
99
100       setPickerCtrlGrowable(This) -> ok
101
102              Types:
103
104                 This = wxPickerBase()
105
106              Equivalent to setPickerCtrlGrowable(This, []).
107
108       setPickerCtrlGrowable(This, Options::[Option]) -> ok
109
110              Types:
111
112                 This = wxPickerBase()
113                 Option = {grow, boolean()}
114
115              See external documentation.
116
117       setTextCtrlGrowable(This) -> ok
118
119              Types:
120
121                 This = wxPickerBase()
122
123              Equivalent to setTextCtrlGrowable(This, []).
124
125       setTextCtrlGrowable(This, Options::[Option]) -> ok
126
127              Types:
128
129                 This = wxPickerBase()
130                 Option = {grow, boolean()}
131
132              See external documentation.
133
134       isPickerCtrlGrowable(This) -> boolean()
135
136              Types:
137
138                 This = wxPickerBase()
139
140              See external documentation.
141

AUTHORS

143       <>
144
145
146
147                                   wx 1.8.9                    wxPickerBase(3)
Impressum