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