C# 클래스 Mono.Terminal.Entry

Text data entry widget
The Entry widget provides Emacs-like editing functionality, and mouse support.
상속: Widget
파일 보기 프로젝트 열기: mono/mono-curses 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Adjust ( ) : void
SetText ( string new_text ) : void
WordBackward ( int p ) : int
WordForward ( int p ) : int

메소드 상세

Entry() 공개 메소드

Public constructor.
public Entry ( int x, int y, int w, string s ) : System
x int
y int
w int
s string
리턴 System

PositionCursor() 공개 메소드

Sets the cursor position.
public PositionCursor ( ) : void
리턴 void

ProcessKey() 공개 메소드

public ProcessKey ( int key ) : bool
key int
리턴 bool

ProcessMouse() 공개 메소드

public ProcessMouse ( Curses ev ) : void
ev Curses
리턴 void

Redraw() 공개 메소드

public Redraw ( ) : void
리턴 void