textarea.h File Reference

Descripes the TextArea structures, functions and constants. More...

#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.


Detailed Description

Descripes the TextArea structures, functions and constants.

A Textarea allows you to display multiple lines of text and to interact with the user. The user can edit the text.

Author:
Stefan Gruber
Date:
03.02.2005

Definition in file textarea.h.


Define Documentation

#define CLS_TEXTAREA   "java/awt/TextArea"
 

Defines the full name of the AWT-TextArea-Class.

Definition at line 21 of file textarea.h.

#define createTextArea   createTextAreaC
 

Defines which function to call when createTextArea is called.

Definition at line 33 of file textarea.h.

#define deleteTextArea   deleteTextAreaC
 

Defines which function to call when deleteTextArea is called.

Definition at line 34 of file textarea.h.


Typedef Documentation

typedef struct TextArea_ TextArea
 

Defines which structure is used as TextArea.

Definition at line 32 of file textarea.h.

typedef struct TextArea_ TextArea_
 

A structure for C, which describes the TextArea.

typedef struct TextAreaCPP_ TextAreaCPP_
 

A structure for C++, which describes the TextArea.

typedef struct TextAreaData TextAreaData
 

This structure holds the data needed for the TextArea for C and C++.


Function Documentation

void createTextAreaC TextArea_ textarea  ) 
 

Function is called when working with C and calling the function createTextArea.

It initializes the TextArea_ structure.

Parameters:
textarea - A pointer to a TextArea_ structure.

Definition at line 253 of file textarea.c.

void createTextAreaCPP TextAreaCPP_ textarea  ) 
 

Function is called when working with C++ and calling the function createTextArea.

It initializes the TextAreaCPP_ structure.

Parameters:
textarea - A pointer to a TextAreaCPP_ structure.

Definition at line 241 of file textarea.c.

void deleteTextAreaC TextArea_ textarea  ) 
 

Function is called when working with C and calling the function deleteTextArea.

Parameters:
textarea - A pointer to a TextArea_ structure.

Definition at line 283 of file textarea.c.

void deleteTextAreaCPP TextAreaCPP_ textarea  ) 
 

Function is called when working with C++ and calling the function deleteTextArea.

Parameters:
textarea - A pointer to a TextAreaCPP_ structure.

Definition at line 273 of file textarea.c.


Generated on Sat Nov 19 14:11:15 2005 for GrubC by  doxygen 1.4.4