wxSashWindow
Module
Module Summary
Description
See external documentation: wxSashWindow.
This class is derived (and can use functions) from:
wxWindow
wxEvtHandler
DATA TYPES
Exports
new() -> wxSashWindow()
new(Parent) -> wxSashWindow()
Types
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxSashWindow()
Types
getSashVisible(This, Edge) -> boolean()
See external documentation.
Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE
getMaximumSizeX(This) -> integer()
Types
getMaximumSizeY(This) -> integer()
Types
getMinimumSizeX(This) -> integer()
Types
getMinimumSizeY(This) -> integer()
Types
setMaximumSizeX(This, Max) -> ok
setMaximumSizeY(This, Max) -> ok
setMinimumSizeX(This, Min) -> ok
setMinimumSizeY(This, Min) -> ok
setSashVisible(This, Edge, Sash) -> ok
See external documentation.
Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE
destroy(This::wxSashWindow()) -> ok