wxLayoutAlgorithm
MODULE
wxLayoutAlgorithm
MODULE SUMMARY
See external documentation: wxLayoutAlgorithm.
DESCRIPTION
See external documentation: wxLayoutAlgorithm.
DATA TYPES
EXPORTS
layoutFrame(This, Frame) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxFrame() (see module wxFrame)
Equivalent to layoutFrame(This, Frame, []).
layoutFrame(This, Frame, Options::[Option]) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxFrame() (see module wxFrame)
Option = {mainWindow, wxWindow() (see module wxWindow)}
layoutMDIFrame(This, Frame) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxMDIParentFrame() (see module wxMDIParentFrame)
Equivalent to layoutMDIFrame(This, Frame, []).
layoutMDIFrame(This, Frame, Options::[Option]) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxMDIParentFrame() (see module wxMDIParentFrame)
Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}}
layoutWindow(This, Frame) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxWindow() (see module wxWindow)
Equivalent to layoutWindow(This, Frame, []).
layoutWindow(This, Frame, Options::[Option]) -> boolean()
Types:
This = wxLayoutAlgorithm()
Frame = wxWindow() (see module wxWindow)
Option = {mainWindow, wxWindow() (see module wxWindow)}