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