#include "../jnilib.h"
Include dependency graph for textarea.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Data Structures | |
| struct | TextArea_ | 
| A structure for C, which describes the TextArea.  More... | |
| struct | TextAreaCPP_ | 
| A structure for C++, which describes the TextArea.  More... | |
| struct | TextAreaData | 
| This structure holds the data needed for the TextArea for C and C++.  More... | |
| Defines | |
| #define | CLS_TEXTAREA "java/awt/TextArea" | 
| Defines the full name of the AWT-TextArea-Class. | |
| #define | createTextArea createTextAreaC | 
| Defines which function to call when createTextArea is called. | |
| #define | deleteTextArea deleteTextAreaC | 
| Defines which function to call when deleteTextArea is called. | |
| Typedefs | |
| typedef TextArea_ | TextArea | 
| Defines which structure is used as TextArea. | |
| typedef TextArea_ | TextArea_ | 
| A structure for C, which describes the TextArea. | |
| typedef TextAreaCPP_ | TextAreaCPP_ | 
| A structure for C++, which describes the TextArea. | |
| typedef TextAreaData | TextAreaData | 
| This structure holds the data needed for the TextArea for C and C++. | |
| Functions | |
| void | createTextAreaC (TextArea_ *textarea) | 
| Function is called when working with C and calling the function createTextArea. | |
| void | createTextAreaCPP (TextAreaCPP_ *textarea) | 
| Function is called when working with C++ and calling the function createTextArea. | |
| void | deleteTextAreaC (TextArea_ *textarea) | 
| Function is called when working with C and calling the function deleteTextArea. | |
| void | deleteTextAreaCPP (TextAreaCPP_ *textarea) | 
| Function is called when working with C++ and calling the function deleteTextArea. | |
A Textarea allows you to display multiple lines of text and to interact with the user. The user can edit the text.
Definition in file textarea.h.
| 
 | 
| Defines the full name of the AWT-TextArea-Class. 
 Definition at line 21 of file textarea.h. | 
| 
 | 
| Defines which function to call when createTextArea is called. 
 Definition at line 33 of file textarea.h. | 
| 
 | 
| Defines which function to call when deleteTextArea is called. 
 Definition at line 34 of file textarea.h. | 
| 
 | 
| Defines which structure is used as TextArea. 
 Definition at line 32 of file textarea.h. | 
| 
 | 
| A structure for C, which describes the TextArea. 
 | 
| 
 | 
| A structure for C++, which describes the TextArea. 
 | 
| 
 | 
| This structure holds the data needed for the TextArea for C and C++. 
 | 
| 
 | 
| Function is called when working with C and calling the function createTextArea. It initializes the TextArea_ structure. 
 
 Definition at line 253 of file textarea.c. | 
| 
 | 
| Function is called when working with C++ and calling the function createTextArea. It initializes the TextAreaCPP_ structure. 
 
 Definition at line 241 of file textarea.c. | 
| 
 | 
| Function is called when working with C and calling the function deleteTextArea. 
 
 Definition at line 283 of file textarea.c. | 
| 
 | 
| Function is called when working with C++ and calling the function deleteTextArea. 
 
 Definition at line 273 of file textarea.c. | 
 1.4.4
 1.4.4