wxSashLayoutWindow
Module
Module Summary
Description
See external documentation: wxSashLayoutWindow.
This class is derived (and can use functions) from:
wxSashWindow
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxSashLayoutWindow()
new(Parent) -> wxSashLayoutWindow()
Types
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxSashLayoutWindow()
Types
create(This, Parent) -> boolean()
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
Types
getAlignment(This) -> wx:wx_enum()
Types
See external documentation.
Res = ?wxLAYOUT_NONE | ?wxLAYOUT_TOP | ?wxLAYOUT_LEFT | ?wxLAYOUT_RIGHT | ?wxLAYOUT_BOTTOM
getOrientation(This) -> wx:wx_enum()
Types
See external documentation.
Res = ?wxLAYOUT_HORIZONTAL | ?wxLAYOUT_VERTICAL
setAlignment(This, Align) -> ok
See external documentation.
Align = ?wxLAYOUT_NONE | ?wxLAYOUT_TOP | ?wxLAYOUT_LEFT | ?wxLAYOUT_RIGHT | ?wxLAYOUT_BOTTOM
setDefaultSize(This, Size) -> ok
setOrientation(This, Orient) -> ok
See external documentation.
Orient = ?wxLAYOUT_HORIZONTAL | ?wxLAYOUT_VERTICAL
destroy(This::wxSashLayoutWindow()) -> ok