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

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

Go to the source code of this file.
Data Structures | |
| struct | CheckBoxMenuItem_ |
| A structure for C, which describes the CheckBoxMenuItem. More... | |
| struct | CheckBoxMenuItemCPP_ |
| A structure for C++, which describes the CheckBoxMenuItem. More... | |
| struct | CheckBoxMenuItemData |
| This structure holds the data needed for the CheckBoxMenuItem for C and C++. More... | |
Defines | |
| #define | CLS_CHECKBOXMENUITEM "java/awt/CheckboxMenuItem" |
| Defines the full name of the AWT-CheckBoxMenuItem-Class. | |
| #define | createCheckBoxMenuItem createCheckBoxMenuItemC |
| Defines which function to call when createCheckBoxMenuItem is called. | |
| #define | deleteCheckBoxMenuItem deleteCheckBoxMenuItemC |
| Defines which function to call when deleteCheckBoxMenuItem is called. | |
Typedefs | |
| typedef CheckBoxMenuItem_ | CheckBoxMenuItem |
| Defines which structure is used as CheckBoxMenuItem. | |
| typedef CheckBoxMenuItem_ | CheckBoxMenuItem_ |
| A structure for C, which describes the CheckBoxMenuItem. | |
| typedef CheckBoxMenuItemCPP_ | CheckBoxMenuItemCPP_ |
| A structure for C++, which describes the CheckBoxMenuItem. | |
| typedef CheckBoxMenuItemData | CheckBoxMenuItemData |
| This structure holds the data needed for the CheckBoxMenuItem for C and C++. | |
Functions | |
| void | createCheckBoxMenuItemC (CheckBoxMenuItem_ *checkboxmenuitem) |
| Function is called when working with C and calling the function createCheckBoxMenuItem. | |
| void | createCheckBoxMenuItemCPP (CheckBoxMenuItemCPP_ *checkboxmenuitem) |
| Function is called when working with C++ and calling the function createCheckBoxMenuItem. | |
| void | deleteCheckBoxMenuItemC (CheckBoxMenuItem_ *checkboxmenuitem) |
| Function is called when working with C and calling the function deleteCheckBoxMenuItem. | |
| void | deleteCheckBoxMenuItemCPP (CheckBoxMenuItemCPP_ *checkboxmenuitem) |
| Function is called when working with C++ and calling the function deleteCheckBoxMenuItem. | |
A CheckboxMenuItem is a Checkbox which can be included into a menu.
Definition in file checkboxmenuitem.h.
|
|
Defines the full name of the AWT-CheckBoxMenuItem-Class.
Definition at line 21 of file checkboxmenuitem.h. |
|
|
Defines which function to call when createCheckBoxMenuItem is called.
Definition at line 33 of file checkboxmenuitem.h. |
|
|
Defines which function to call when deleteCheckBoxMenuItem is called.
Definition at line 34 of file checkboxmenuitem.h. |
|
|
Defines which structure is used as CheckBoxMenuItem.
Definition at line 32 of file checkboxmenuitem.h. |
|
|
A structure for C, which describes the CheckBoxMenuItem.
|
|
|
A structure for C++, which describes the CheckBoxMenuItem.
|
|
|
This structure holds the data needed for the CheckBoxMenuItem for C and C++.
|
|
|
Function is called when working with C and calling the function createCheckBoxMenuItem. It initializes the CheckBoxMenuItem_ structure.
Definition at line 189 of file checkboxmenuitem.c. |
|
|
Function is called when working with C++ and calling the function createCheckBoxMenuItem. It initializes the CheckBoxMenuItemCPP_ structure.
Definition at line 177 of file checkboxmenuitem.c. |
|
|
Function is called when working with C and calling the function deleteCheckBoxMenuItem.
Definition at line 219 of file checkboxmenuitem.c. |
|
|
Function is called when working with C++ and calling the function deleteCheckBoxMenuItem.
Definition at line 209 of file checkboxmenuitem.c. |
1.4.4