wxSashWindow
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxSashWindow.
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow)) -> wxSashWindow()
Equivalent to new(Parent, []).
new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxSashWindow()
Types:
getSashVisible(This::wxSashWindow(), Edge::WxSashEdgePosition) -> bool()
Types:
See external documentation.
WxSashEdgePosition is one of ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE
getMaximumSizeX(This::wxSashWindow()) -> integer()
getMaximumSizeY(This::wxSashWindow()) -> integer()
getMinimumSizeX(This::wxSashWindow()) -> integer()
getMinimumSizeY(This::wxSashWindow()) -> integer()
setMaximumSizeX(This::wxSashWindow(), Max::integer()) -> ok
setMaximumSizeY(This::wxSashWindow(), Max::integer()) -> ok
setMinimumSizeX(This::wxSashWindow(), Min::integer()) -> ok
setMinimumSizeY(This::wxSashWindow(), Min::integer()) -> ok
setSashVisible(This::wxSashWindow(), Edge::WxSashEdgePosition, Sash::bool()) -> ok
Types:
See external documentation.
WxSashEdgePosition is one of ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE