C# 클래스 Smuxi.Frontend.Curses.LogWidget

상속: Mono.Terminal.Widget
파일 보기 프로젝트 열기: meebey/smuxi 1 사용 예제들

공개 메소드들

메소드 설명
AddText ( string s ) : void
LogWidget ( int x, int y, int w, int h ) : System
Redraw ( ) : void

메소드 상세

AddText() 공개 메소드

public AddText ( string s ) : void
s string
리턴 void

LogWidget() 공개 메소드

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

Redraw() 공개 메소드

public Redraw ( ) : void
리턴 void