Scroll to navigation

wxSashWindow(3erl) Erlang Module Definition wxSashWindow(3erl)

NAME

wxSashWindow - See external documentation: wxSashWindow.

DESCRIPTION

See external documentation: wxSashWindow.

This class is derived (and can use functions) from:
wxWindow
wxEvtHandler

DATA TYPES

An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.

EXPORTS

new() -> wxSashWindow()

See external documentation.

new(Parent) -> wxSashWindow()

Types:

Parent = wxWindow:wxWindow()

Equivalent to new(Parent, []).

new(Parent, Options::[Option]) -> wxSashWindow()

Types:

Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}

See external documentation.

getSashVisible(This, Edge) -> boolean()

Types:

This = wxSashWindow()
Edge = wx:wx_enum()

See external documentation.
Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE

getMaximumSizeX(This) -> integer()

Types:

This = wxSashWindow()

See external documentation.

getMaximumSizeY(This) -> integer()

Types:

This = wxSashWindow()

See external documentation.

getMinimumSizeX(This) -> integer()

Types:

This = wxSashWindow()

See external documentation.

getMinimumSizeY(This) -> integer()

Types:

This = wxSashWindow()

See external documentation.

setMaximumSizeX(This, Max) -> ok

Types:

This = wxSashWindow()
Max = integer()

See external documentation.

setMaximumSizeY(This, Max) -> ok

Types:

This = wxSashWindow()
Max = integer()

See external documentation.

setMinimumSizeX(This, Min) -> ok

Types:

This = wxSashWindow()
Min = integer()

See external documentation.

setMinimumSizeY(This, Min) -> ok

Types:

This = wxSashWindow()
Min = integer()

See external documentation.

setSashVisible(This, Edge, Sash) -> ok

Types:

This = wxSashWindow()
Edge = wx:wx_enum()
Sash = boolean()

See external documentation.
Edge = ?wxSASH_TOP | ?wxSASH_RIGHT | ?wxSASH_BOTTOM | ?wxSASH_LEFT | ?wxSASH_NONE

destroy(This::wxSashWindow()) -> ok

Destroys this object, do not use object again

AUTHORS

<>

wx 1.9.2