wxLayoutAlgorithm

See external documentation: wxLayoutAlgorithm.

See external documentation: wxLayoutAlgorithm.

Types


wxLayoutAlgorithm() = wx:wx_object()

Functions


new() -> wxLayoutAlgorithm()

See external documentation.

layoutFrame(This, Frame) -> boolean()

  • This = wxLayoutAlgorithm()
  • Frame = wxFrame() (see module wxFrame)

layoutFrame(This, Frame, Option::[Option]) -> boolean()

  • This = wxLayoutAlgorithm()
  • Frame = wxFrame() (see module wxFrame)
  • Option = {mainWindow, wxWindow() (see module wxWindow)}

See external documentation.

layoutMDIFrame(This, Frame) -> boolean()

  • This = wxLayoutAlgorithm()
  • Frame = wxMDIParentFrame() (see module wxMDIParentFrame)

layoutMDIFrame(This, Frame, Option::[Option]) -> boolean()

  • This = wxLayoutAlgorithm()
  • Frame = wxMDIParentFrame() (see module wxMDIParentFrame)
  • Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}}

See external documentation.

layoutWindow(This, Frame) -> boolean()

  • This = wxLayoutAlgorithm()
  • Frame = wxWindow() (see module wxWindow)

layoutWindow(This, Frame, Option::[Option]) -> boolean()

  • This = wxLayoutAlgorithm()
  • Frame = wxWindow() (see module wxWindow)
  • Option = {mainWindow, wxWindow() (see module wxWindow)}

See external documentation.

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

Destroys this object, do not use object again