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