Class Curses.Window
Inheritance
System.Object
Curses.Window
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Terminal.Gui.dll
Syntax
Fields
|
Improve this Doc
View Source
Handle
Declaration
public readonly IntPtr Handle
Field Value
Type |
Description |
System.IntPtr |
|
Properties
|
Improve this Doc
View Source
Current
Declaration
public static Curses.Window Current { get; }
Property Value
|
Improve this Doc
View Source
Standard
Declaration
public static Curses.Window Standard { get; }
Property Value
Methods
|
Improve this Doc
View Source
addch(Char)
Declaration
public int addch(char ch)
Parameters
Type |
Name |
Description |
System.Char |
ch |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
clearok(Boolean)
Declaration
public int clearok(bool bf)
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
idcok(Boolean)
Declaration
public void idcok(bool bf)
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
|
Improve this Doc
View Source
idlok(Boolean)
Declaration
public int idlok(bool bf)
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
immedok(Boolean)
Declaration
public void immedok(bool bf)
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
|
Improve this Doc
View Source
intrflush(Boolean)
Declaration
public int intrflush(bool bf)
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
keypad(Boolean)
Declaration
public int keypad(bool bf)
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
leaveok(Boolean)
Declaration
public int leaveok(bool bf)
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
move(Int32, Int32)
Declaration
public int move(int line, int col)
Parameters
Type |
Name |
Description |
System.Int32 |
line |
|
System.Int32 |
col |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
notimeout(Boolean)
Declaration
public int notimeout(bool bf)
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
redrawwin()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
refresh()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int scrollok(bool bf)
Parameters
Type |
Name |
Description |
System.Boolean |
bf |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
setscrreg(Int32, Int32)
Declaration
public int setscrreg(int top, int bot)
Parameters
Type |
Name |
Description |
System.Int32 |
top |
|
System.Int32 |
bot |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
wnoutrefresh()
Declaration
public int wnoutrefresh()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
wrefresh()
Declaration
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
wtimeout(Int32)
Declaration
public int wtimeout(int delay)
Parameters
Type |
Name |
Description |
System.Int32 |
delay |
|
Returns
Type |
Description |
System.Int32 |
|