C# Class Windawesome.LayoutWidget

Inheritance: IFixedWidthWidget
Mostra file Open project: kocubinski/windawesome

Public Methods

Method Description
LayoutWidget ( Color backColor = null, Color foreColor = null, System.Action onClick = null ) : System
RepositionControls ( int left, int right ) : void

Private Methods

Method Description
IFixedWidthWidget ( bool isLeft ) : IEnumerable
IWidget ( ) : int
IWidget ( ) : void
IWidget ( Bar bar ) : void
IWidget ( Windawesome windawesome ) : void
OnWorkspaceLayoutChanged ( Workspace workspace ) : void

Method Details

LayoutWidget() public method

public LayoutWidget ( Color backColor = null, Color foreColor = null, System.Action onClick = null ) : System
backColor Color
foreColor Color
onClick System.Action
return System

RepositionControls() public method

public RepositionControls ( int left, int right ) : void
left int
right int
return void