Inheritance Graph

graph BT
	FlowLayouter
	FlowLayouter --> AbstractLayouter
	click FlowLayouter "escript_type_GUI_FlowLayouter"
	click AbstractLayouter "escript_type_GUI_AbstractLayouter"

Functions

   
_constructor() [ESF] new FlowLayouter(margin,padding )
disableAutoBreak() [ESF] Bool FlowLayouter.disableAutoBreak()
enableAutoBreak() [ESF] Bool FlowLayouter.enableAutoBreak()
getAutoBreak() [ESF] Bool FlowLayouter.getAutoBreak()
getMargin() [ESF] Number FlowLayouter.getMargin()
getPadding() [ESF] Number FlowLayouter.getPadding()
setAutoBreak(p0) [ESF] self FlowLayouter.setAutoBreak(Bool)
setMargin(p0) [ESF] self FlowLayouter.setMargin(Number)
setPadding(p0) [ESF] self FlowLayouter.setPadding(Number)