C# Class Windawesome.LanguageBarWidget

Inheritance: IFixedWidthWidget
Exibir arquivo Open project: kocubinski/windawesome

Public Methods

Method Description
LanguageBarWidget ( Color backgroundColor = null, Color foregroundColor = null ) : System
RepositionControls ( int left, int right ) : void

Private Methods

Method Description
GetWindowKeyboardLanguage ( IntPtr hWnd ) : string
IFixedWidthWidget ( bool isLeft ) : IEnumerable
IWidget ( ) : int
IWidget ( ) : void
IWidget ( Bar bar ) : void
IWidget ( Windawesome windawesome ) : void
OnGlobalShellHookMessage ( Message &m ) : bool
SetNewLanguage ( IntPtr hWnd ) : void
SetNewLanguage ( string language ) : void

Method Details

LanguageBarWidget() public method

public LanguageBarWidget ( Color backgroundColor = null, Color foregroundColor = null ) : System
backgroundColor Color
foregroundColor Color
return System

RepositionControls() public method

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