C# Class Smuxi.Frontend.Curses.LogWidget

Inheritance: Mono.Terminal.Widget
Afficher le fichier Open project: meebey/smuxi Class Usage Examples

Méthodes publiques

Méthode Description
AddText ( string s ) : void
LogWidget ( int x, int y, int w, int h ) : System
Redraw ( ) : void

Method Details

AddText() public méthode

public AddText ( string s ) : void
s string
Résultat void

LogWidget() public méthode

public LogWidget ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
Résultat System

Redraw() public méthode

public Redraw ( ) : void
Résultat void