Property | Type | Description | |
---|---|---|---|
CreateForm | NonActivatableForm | ||
DoBarHidden | void | ||
DoBarShown | void | ||
IBar | void | ||
IBar | void | ||
IBar | void | ||
OnFixedWidthWidgetWidthChanged | void | ||
OnSpanWidgetControlsAdded | void | ||
OnSpanWidgetControlsRemoved | void | ||
OnWidgetControlsChanged | void | ||
RepositionLeftAlignedWidgets | void | ||
RepositionMiddleAlignedWidgets | void | ||
RepositionRightAlignedWidgets | void | ||
ResizeWidgets | void | ||
ResizeWidgets | void |
Method | Description | |
---|---|---|
Bar ( Windawesome.Monitor monitor, IEnumerable |
||
CreateLabel ( string text, int xLocation, int width = -1 ) : |
||
DoFixedWidthWidgetWidthChanged ( IFixedWidthWidget widget ) : void | ||
DoSpanWidgetControlsAdded ( ISpanWidget widget, IEnumerable |
||
DoSpanWidgetControlsRemoved ( ISpanWidget widget, IEnumerable |
||
DoWidgetControlsChanged ( IWidget widget, IEnumerable |
||
Equals ( object obj ) : bool | ||
GetBarHeight ( ) : int | ||
GetHashCode ( ) : int |
Method | Description | |
---|---|---|
CreateForm ( ) : NonActivatableForm | ||
DoBarHidden ( ) : void | ||
DoBarShown ( ) : void | ||
IBar ( ) : void | ||
IBar ( |
||
IBar ( int newWidth ) : void | ||
OnFixedWidthWidgetWidthChanged ( IFixedWidthWidget widget ) : void | ||
OnSpanWidgetControlsAdded ( ISpanWidget widget, IEnumerable |
||
OnSpanWidgetControlsRemoved ( ISpanWidget widget, IEnumerable |
||
OnWidgetControlsChanged ( IWidget widget, IEnumerable |
||
RepositionLeftAlignedWidgets ( int fromIndex, int fromX ) : void | ||
RepositionMiddleAlignedWidgets ( ) : void | ||
RepositionRightAlignedWidgets ( int fromIndex, int toX ) : void | ||
ResizeWidgets ( IFixedWidthWidget widget ) : void | ||
ResizeWidgets ( int newWidth ) : void |
public Bar ( Windawesome.Monitor monitor, IEnumerable |
||
monitor | Windawesome.Monitor | |
leftAlignedWidgets | IEnumerable |
|
rightAlignedWidgets | IEnumerable |
|
middleAlignedWidgets | IEnumerable |
|
barHeight | int | |
font | ||
backgroundColor | Color | |
return | System |
public CreateLabel ( string text, int xLocation, int width = -1 ) : |
||
text | string | |
xLocation | int | |
width | int | |
return |
public DoFixedWidthWidgetWidthChanged ( IFixedWidthWidget widget ) : void | ||
widget | IFixedWidthWidget | |
return | void |
public DoSpanWidgetControlsAdded ( ISpanWidget widget, IEnumerable |
||
widget | ISpanWidget | |
controls | IEnumerable |
|
return | void |
public DoSpanWidgetControlsRemoved ( ISpanWidget widget, IEnumerable |
||
widget | ISpanWidget | |
controls | IEnumerable |
|
return | void |
public DoWidgetControlsChanged ( IWidget widget, IEnumerable |
||
widget | IWidget | |
controlsRemoved | IEnumerable |
|
controlsAdded | IEnumerable |
|
return | void |