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(Parent::wxWindow() (see module wxWindow)) -> wxSashLayoutWindow()
Equivalent to new(Parent, []).
new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxSashLayoutWindow()
Types:
create(This::wxSashLayoutWindow(), Parent::wxWindow() (see module wxWindow)) -> bool()
Equivalent to create(This, Parent, []).
Types:
getAlignment(This::wxSashLayoutWindow()) -> WxLayoutAlignment
Types:
See external documentation.
WxLayoutAlignment is one of ?wxLAYOUT_NONE | ?wxLAYOUT_TOP | ?wxLAYOUT_LEFT | ?wxLAYOUT_RIGHT | ?wxLAYOUT_BOTTOM
getOrientation(This::wxSashLayoutWindow()) -> WxLayoutOrientation
Types:
See external documentation.
WxLayoutOrientation is one of ?wxLAYOUT_HORIZONTAL | ?wxLAYOUT_VERTICAL
setAlignment(This::wxSashLayoutWindow(), Align::WxLayoutAlignment) -> ok
Types:
See external documentation.
WxLayoutAlignment is one of ?wxLAYOUT_NONE | ?wxLAYOUT_TOP | ?wxLAYOUT_LEFT | ?wxLAYOUT_RIGHT | ?wxLAYOUT_BOTTOM
setDefaultSize(This::wxSashLayoutWindow(), Size::{W::integer(), H::integer()}) -> ok
setOrientation(This::wxSashLayoutWindow(), Orient::WxLayoutOrientation) -> ok
Types:
See external documentation.
WxLayoutOrientation is one of ?wxLAYOUT_HORIZONTAL | ?wxLAYOUT_VERTICAL