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

NAME

6       wxSashLayoutWindow - See external documentation: wxSashLayoutWindow.
7

DESCRIPTION

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

DATA TYPES

17         wxSashLayoutWindow():
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       new() -> wxSashLayoutWindow()
26
27              See external documentation.
28
29       new(Parent) -> wxSashLayoutWindow()
30
31              Types:
32
33                 Parent = wxWindow:wxWindow()
34
35              Equivalent to new(Parent, []).
36
37       new(Parent, Options::[Option]) -> wxSashLayoutWindow()
38
39              Types:
40
41                 Parent = wxWindow:wxWindow()
42                 Option  =  {id,  integer()}  |  {pos, {X::integer(), Y::inte‐
43                 ger()}} | {size, {W::integer(), H::integer()}} | {style,  in‐
44                 teger()}
45
46              See external documentation.
47
48       create(This, Parent) -> boolean()
49
50              Types:
51
52                 This = wxSashLayoutWindow()
53                 Parent = wxWindow:wxWindow()
54
55              Equivalent to create(This, Parent, []).
56
57       create(This, Parent, Options::[Option]) -> boolean()
58
59              Types:
60
61                 This = wxSashLayoutWindow()
62                 Parent = wxWindow:wxWindow()
63                 Option  =  {id,  integer()}  |  {pos, {X::integer(), Y::inte‐
64                 ger()}} | {size, {W::integer(), H::integer()}} | {style,  in‐
65                 teger()}
66
67              See external documentation.
68
69       getAlignment(This) -> wx:wx_enum()
70
71              Types:
72
73                 This = wxSashLayoutWindow()
74
75              See external documentation.
76              Res  = ?wxLAYOUT_NONE | ?wxLAYOUT_TOP | ?wxLAYOUT_LEFT | ?wxLAY‐
77              OUT_RIGHT | ?wxLAYOUT_BOTTOM
78
79       getOrientation(This) -> wx:wx_enum()
80
81              Types:
82
83                 This = wxSashLayoutWindow()
84
85              See external documentation.
86              Res = ?wxLAYOUT_HORIZONTAL | ?wxLAYOUT_VERTICAL
87
88       setAlignment(This, Align) -> ok
89
90              Types:
91
92                 This = wxSashLayoutWindow()
93                 Align = wx:wx_enum()
94
95              See external documentation.
96              Align  =  ?wxLAYOUT_NONE  |  ?wxLAYOUT_TOP  |  ?wxLAYOUT_LEFT  |
97              ?wxLAYOUT_RIGHT | ?wxLAYOUT_BOTTOM
98
99       setDefaultSize(This, Size) -> ok
100
101              Types:
102
103                 This = wxSashLayoutWindow()
104                 Size = {W::integer(), H::integer()}
105
106              See external documentation.
107
108       setOrientation(This, Orient) -> ok
109
110              Types:
111
112                 This = wxSashLayoutWindow()
113                 Orient = wx:wx_enum()
114
115              See external documentation.
116              Orient = ?wxLAYOUT_HORIZONTAL | ?wxLAYOUT_VERTICAL
117
118       destroy(This::wxSashLayoutWindow()) -> ok
119
120              Destroys this object, do not use object again
121

AUTHORS

123       <>
124
125
126
127                                  wx 1.9.3.1             wxSashLayoutWindow(3)
Impressum