C# Class Windawesome.LanguageBarWidget

Inheritance: IFixedWidthWidget
Afficher le fichier Open project: kocubinski/windawesome

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public LanguageBarWidget ( Color backgroundColor = null, Color foregroundColor = null ) : System
backgroundColor Color
foregroundColor Color
Résultat System

RepositionControls() public méthode

public RepositionControls ( int left, int right ) : void
left int
right int
Résultat void