wxSashWindow
(wx)See external documentation: wxSashWindow.
See external documentation:
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
Functions
new() -> wxSashWindow()
See
new(Parent, Options::[Option]) -> wxSashWindow()
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
getSashVisible(This, Edge) -> boolean()
This = wxSashWindow()
Edge = wx:wx_enum()
See
Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE
setSashVisible(This, Edge, Sash) -> ok
This = wxSashWindow()
Edge = wx:wx_enum()
Sash = boolean()
See
Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE
destroy(This::wxSashWindow()) -> ok
Destroys this object, do not use object again