#include <textarea.h>
Collaboration diagram for TextArea_:
Data Fields | |
jint(* | getColumns )(TextArea *textarea) |
jint(* | getHeight )(TextArea *textarea) |
jobject(* | getObject )(TextArea *textarea) |
jint(* | getRows )(TextArea *textarea) |
char *(* | getText )(TextArea *textarea) |
jint(* | getWidth )(TextArea *textarea) |
jint(* | getX )(TextArea *textarea) |
jint(* | getY )(TextArea *textarea) |
void(* | setColumns )(TextArea *textarea, jint columns) |
void(* | setLocation )(TextArea *textarea, jint x, jint y) |
void(* | setRows )(TextArea *textarea, jint rows) |
void(* | setSize )(TextArea *textarea, jint width, jint height) |
void(* | setText )(TextArea *textarea, const char *text) |
TextAreaData | textarea |
Definition at line 54 of file textarea.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 55 of file textarea.h. |