wxLayoutAlgorithm
Module
wxLayoutAlgorithm
Module Summary
See external documentation: wxLayoutAlgorithm.
Description
See external documentation: wxLayoutAlgorithm.
DATA TYPES
Exports
Equivalent to layoutFrame(This, Frame, []).
Types
This = wxLayoutAlgorithm()
Frame = wxFrame:wxFrame()
Option = {mainWindow, wxWindow:wxWindow()}
Equivalent to layoutMDIFrame(This, Frame, []).
Types
This = wxLayoutAlgorithm()
Option = {rect, {X::integer(), Y::integer(), W::integer(), H::integer()}}
Equivalent to layoutWindow(This, Frame, []).
Types
This = wxLayoutAlgorithm()
Frame = wxWindow:wxWindow()
Option = {mainWindow, wxWindow:wxWindow()}