C# Class Smuxi.Frontend.Curses.LogWidget

Inheritance: Mono.Terminal.Widget
显示文件 Open project: meebey/smuxi Class Usage Examples

Public Methods

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

Method Details

AddText() public method

public AddText ( string s ) : void
s string
return void

LogWidget() public method

public LogWidget ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
return System

Redraw() public method

public Redraw ( ) : void
return void