C# Class Mono.Terminal.Entry

Text data entry widget
The Entry widget provides Emacs-like editing functionality, and mouse support.
Inheritance: Widget
Afficher le fichier Open project: mono/mono-curses Class Usage Examples

Méthodes publiques

Méthode Description
Entry ( int x, int y, int w, string s ) : System

Public constructor.

PositionCursor ( ) : void

Sets the cursor position.

ProcessKey ( int key ) : bool
ProcessMouse ( Curses ev ) : void
Redraw ( ) : void

Private Methods

Méthode Description
Adjust ( ) : void
SetText ( string new_text ) : void
WordBackward ( int p ) : int
WordForward ( int p ) : int

Method Details

Entry() public méthode

Public constructor.
public Entry ( int x, int y, int w, string s ) : System
x int
y int
w int
s string
Résultat System

PositionCursor() public méthode

Sets the cursor position.
public PositionCursor ( ) : void
Résultat void

ProcessKey() public méthode

public ProcessKey ( int key ) : bool
key int
Résultat bool

ProcessMouse() public méthode

public ProcessMouse ( Curses ev ) : void
ev Curses
Résultat void

Redraw() public méthode

public Redraw ( ) : void
Résultat void