Public Members |
 |  | | KEdit ( BView * parent, char* txt, int style) |
 |  | BTextView* | NATIVE () |
 |  | bool | OnChar ( TCHAR c, int data) |
 |  | bool | OnKeyDown ( int virtKey, int data) |
 |  | void | setEchoChar ( jchar c) |
 |  | void | setCaretPos ( int idx) |
 |  | void | select ( int start, int end) |
 |  | void | selectAll () |
 |  | void | replaceSelection ( TCHAR* txt) |
 |  | void | setEditable ( bool flag) |
 |  | char* | getText () |
 |  | | There is no generic BView method to get the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS.
|
 |  | void | setForeground (rgb_color c) |
 |  | void | setFont (BFont * f) |
 |  | void | setText ( jstring jtext) |
 |  | | There is no generic BView method to set the object text, ONLY SUBCLASSES OF KWnd IMPLEMENT THIS.
|
 |  | bool | multi |