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 ( |
||
Redraw ( ) : void |
Méthode | Description | |
---|---|---|
Adjust ( ) : void | ||
SetText ( string new_text ) : void | ||
WordBackward ( int p ) : int | ||
WordForward ( int p ) : int |
public Entry ( int x, int y, int w, string s ) : System | ||
x | int | |
y | int | |
w | int | |
s | string | |
Résultat | System |