C# Class Windawesome.LaptopBatteryMonitorWidget

Inheritance: IFixedWidthWidget
Mostra file Open project: kocubinski/windawesome

Public Methods

Method Description
LaptopBatteryMonitorWidget ( string textForCharging = "C", string textForNotCharging = "B", string prefix = " ", string postfix = "%", int updateTime = 60000, Color backgroundColor = null, Color foregroundColor = null ) : System.Collections.Generic
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
OnTimerTick ( object sender, System e ) : void

Method Details

LaptopBatteryMonitorWidget() public method

public LaptopBatteryMonitorWidget ( string textForCharging = "C", string textForNotCharging = "B", string prefix = " ", string postfix = "%", int updateTime = 60000, Color backgroundColor = null, Color foregroundColor = null ) : System.Collections.Generic
textForCharging string
textForNotCharging string
prefix string
postfix string
updateTime int
backgroundColor System.Drawing.Color
foregroundColor System.Drawing.Color
return System.Collections.Generic

RepositionControls() public method

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