#include <label.h>
Collaboration diagram for Label_:

Data Fields | |
| jint(* | getHeight )(Label *label) |
| jobject(* | getObject )(Label *label) |
| char *(* | getText )(Label *label) |
| jint(* | getWidth )(Label *label) |
| jint(* | getX )(Label *label) |
| jint(* | getY )(Label *label) |
| LabelData | label |
| void(* | setLocation )(Label *label, jint x, jint y) |
| void(* | setSize )(Label *label, jint width, jint height) |
| void(* | setText )(Label *label, const char *text) |
Definition at line 51 of file label.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4