Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Smuxi
Frontend
Curses
LogWidget
C# Class Smuxi.Frontend.Curses.LogWidget
Inheritance:
Mono.Terminal.Widget
Mostrar archivo
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