wxSashWindow

See external documentation: wxSashWindow.

See external documentation: wxSashWindow.

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

Types


wxSashWindow() = wx:wx_object()

Functions


new() -> wxSashWindow()

See external documentation.

new(Parent) -> wxSashWindow()

  • Parent = wxWindow() (see module wxWindow)

Equivalent to new(Parent, []).

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

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

See external documentation.

getSashVisible(This, Edge) -> boolean()

  • This = wxSashWindow()
  • Edge = wx_enum() (see module wx)

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

getMaximumSizeX(This) -> integer()

  • This = wxSashWindow()

See external documentation.

getMaximumSizeY(This) -> integer()

  • This = wxSashWindow()

See external documentation.

getMinimumSizeX(This) -> integer()

  • This = wxSashWindow()

See external documentation.

getMinimumSizeY(This) -> integer()

  • This = wxSashWindow()

See external documentation.

setMaximumSizeX(This, Max) -> ok

  • This = wxSashWindow()
  • Max = integer()

See external documentation.

setMaximumSizeY(This, Max) -> ok

  • This = wxSashWindow()
  • Max = integer()

See external documentation.

setMinimumSizeX(This, Min) -> ok

  • This = wxSashWindow()
  • Min = integer()

See external documentation.

setMinimumSizeY(This, Min) -> ok

  • This = wxSashWindow()
  • Min = integer()

See external documentation.

setSashVisible(This, Edge, Sash) -> ok

  • This = wxSashWindow()
  • Edge = wx_enum() (see module wx)
  • 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