1wxSashWindow(3) Erlang Module Definition wxSashWindow(3)
2
3
4
6 wxSashWindow - See external documentation: wxSashWindow.
7
9 See external documentation: wxSashWindow.
10
11 This class is derived (and can use functions) from:
12 wxWindow
13 wxEvtHandler
14
16 wxSashWindow():
17
18
19 An object reference, The representation is internal and can be
20 changed without notice. It can't be used for comparsion stored on
21 disc or distributed for use on other nodes.
22
24 new() -> wxSashWindow()
25
26 See external documentation.
27
28 new(Parent) -> wxSashWindow()
29
30 Types:
31
32 Parent = wxWindow:wxWindow()
33
34 Equivalent to new(Parent, []).
35
36 new(Parent, Options::[Option]) -> wxSashWindow()
37
38 Types:
39
40 Parent = wxWindow:wxWindow()
41 Option = {id, integer()} | {pos, {X::integer(), Y::inte‐
42 ger()}} | {size, {W::integer(), H::integer()}} | {style,
43 integer()}
44
45 See external documentation.
46
47 getSashVisible(This, Edge) -> boolean()
48
49 Types:
50
51 This = wxSashWindow()
52 Edge = wx:wx_enum()
53
54 See external documentation.
55 Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM |
56 ?wxSASH_LEFT | ?wxSASH_NONE
57
58 getMaximumSizeX(This) -> integer()
59
60 Types:
61
62 This = wxSashWindow()
63
64 See external documentation.
65
66 getMaximumSizeY(This) -> integer()
67
68 Types:
69
70 This = wxSashWindow()
71
72 See external documentation.
73
74 getMinimumSizeX(This) -> integer()
75
76 Types:
77
78 This = wxSashWindow()
79
80 See external documentation.
81
82 getMinimumSizeY(This) -> integer()
83
84 Types:
85
86 This = wxSashWindow()
87
88 See external documentation.
89
90 setMaximumSizeX(This, Max) -> ok
91
92 Types:
93
94 This = wxSashWindow()
95 Max = integer()
96
97 See external documentation.
98
99 setMaximumSizeY(This, Max) -> ok
100
101 Types:
102
103 This = wxSashWindow()
104 Max = integer()
105
106 See external documentation.
107
108 setMinimumSizeX(This, Min) -> ok
109
110 Types:
111
112 This = wxSashWindow()
113 Min = integer()
114
115 See external documentation.
116
117 setMinimumSizeY(This, Min) -> ok
118
119 Types:
120
121 This = wxSashWindow()
122 Min = integer()
123
124 See external documentation.
125
126 setSashVisible(This, Edge, Sash) -> ok
127
128 Types:
129
130 This = wxSashWindow()
131 Edge = wx:wx_enum()
132 Sash = boolean()
133
134 See external documentation.
135 Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM |
136 ?wxSASH_LEFT | ?wxSASH_NONE
137
138 destroy(This::wxSashWindow()) -> ok
139
140 Destroys this object, do not use object again
141
143 <>
144
145
146
147 wx 1.8.7 wxSashWindow(3)