C# Class OpenRA.Mods.Common.Widgets.GridLayout

Inheritance: ILayout
Show file Open project: pchote/OpenRA

Public Methods

Method Description
AdjustChild ( OpenRA.Widgets.Widget w ) : void
AdjustChildren ( ) : void
GridLayout ( ScrollPanelWidget w ) : System

Method Details

AdjustChild() public method

public AdjustChild ( OpenRA.Widgets.Widget w ) : void
w OpenRA.Widgets.Widget
return void

AdjustChildren() public method

public AdjustChildren ( ) : void
return void

GridLayout() public method

public GridLayout ( ScrollPanelWidget w ) : System
w ScrollPanelWidget
return System