choice.h File Reference

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

#include "../jnilib.h"
#include "listeners.h"

Include dependency graph for choice.h:

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

Go to the source code of this file.

Data Structures

struct  Choice_
 A structure for C, which describes the Choice. More...
struct  ChoiceCPP_
 A structure for C++, which describes the Choice. More...
struct  ChoiceData
 This structure holds the data needed for the Choice for C and C++. More...

Defines

#define CLS_CHOICE   "java/awt/Choice"
 Defines the full name of the AWT-Choice-Class.
#define createChoice   createChoiceC
 Defines which function to call when createChoice is called.
#define deleteChoice   deleteChoiceC
 Defines which function to call when deleteChoice is called.

Typedefs

typedef Choice_ Choice
 Defines which structure is used as Choice.
typedef Choice_ Choice_
 A structure for C, which describes the Choice.
typedef ChoiceCPP_ ChoiceCPP_
 A structure for C++, which describes the Choice.
typedef ChoiceData ChoiceData
 This structure holds the data needed for the Choice for C and C++.

Functions

void createChoiceC (Choice_ *choice)
 Function is called when working with C and calling the function createChoice.
void createChoiceCPP (ChoiceCPP_ *choice)
 Function is called when working with C++ and calling the function createChoice.
void deleteChoiceC (Choice_ *choice)
 Function is called when working with C and calling the function deleteChoice.
void deleteChoiceCPP (ChoiceCPP_ *choice)
 Function is called when working with C++ and calling the function deleteChoice.


Detailed Description

Descripes the Choice structures, functions and constants.

A Choice represents a popup-menu of values. You can choose only one of these values which will be displayed permanently.

Author:
Stefan Gruber
Date:
18.02.2005

Definition in file choice.h.


Define Documentation

#define CLS_CHOICE   "java/awt/Choice"
 

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

Definition at line 22 of file choice.h.

#define createChoice   createChoiceC
 

Defines which function to call when createChoice is called.

Definition at line 34 of file choice.h.

#define deleteChoice   deleteChoiceC
 

Defines which function to call when deleteChoice is called.

Definition at line 35 of file choice.h.


Typedef Documentation

typedef struct Choice_ Choice
 

Defines which structure is used as Choice.

Definition at line 33 of file choice.h.

typedef struct Choice_ Choice_
 

A structure for C, which describes the Choice.

typedef struct ChoiceCPP_ ChoiceCPP_
 

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

typedef struct ChoiceData ChoiceData
 

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


Function Documentation

void createChoiceC Choice_ choice  ) 
 

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

It initializes the Choice_ structure.

Parameters:
choice - A pointer to a Choice_ structure.

Definition at line 310 of file choice.c.

void createChoiceCPP ChoiceCPP_ choice  ) 
 

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

It initializes the ChoiceCPP_ structure.

Parameters:
choice - A pointer to a ChoiceCPP_ structure.

Definition at line 298 of file choice.c.

void deleteChoiceC Choice_ choice  ) 
 

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

Parameters:
choice - A pointer to a Choice_ structure.

Definition at line 340 of file choice.c.

void deleteChoiceCPP ChoiceCPP_ choice  ) 
 

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

Parameters:
choice - A pointer to a ChoiceCPP_ structure.

Definition at line 330 of file choice.c.


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