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

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

Go to the source code of this file.
Data Structures | |
| struct | MenuBar_ |
| A structure for C, which describes the MenuBar. More... | |
| struct | MenuBarCPP_ |
| A structure for C++, which describes the MenuBar. More... | |
| struct | MenuBarData |
| This structure holds the data needed for the MenuBar for C and C++. More... | |
Defines | |
| #define | CLS_MENUBAR "java/awt/MenuBar" |
| Defines the full name of the AWT-MenuBar-Class. | |
| #define | createMenuBar createMenuBarC |
| Defines which function to call when createMenuBar is called. | |
| #define | deleteMenuBar deleteMenuBarC |
| Defines which function to call when deleteMenuBar is called. | |
Typedefs | |
| typedef MenuBar_ | MenuBar |
| Defines which structure is used as MenuBar. | |
| typedef MenuBar_ | MenuBar_ |
| A structure for C, which describes the MenuBar. | |
| typedef MenuBarCPP_ | MenuBarCPP_ |
| A structure for C++, which describes the MenuBar. | |
| typedef MenuBarData | MenuBarData |
| This structure holds the data needed for the MenuBar for C and C++. | |
Functions | |
| void | createMenuBarC (MenuBar_ *menubar) |
| Function is called when working with C and calling the function createMenuBar. | |
| void | createMenuBarCPP (MenuBarCPP_ *menubar) |
| Function is called when working with C++ and calling the function createMenuBar. | |
| void | deleteMenuBarC (MenuBar_ *menubar) |
| Function is called when working with C and calling the function deleteMenuBar. | |
| void | deleteMenuBarCPP (MenuBarCPP_ *menubar) |
| Function is called when working with C++ and calling the function deleteMenuBar. | |
A MenuBar is placed on a Frame and displays all its Menus.
Definition in file menubar.h.
|
|
Defines the full name of the AWT-MenuBar-Class.
|
|
|
Defines which function to call when createMenuBar is called.
|
|
|
Defines which function to call when deleteMenuBar is called.
|
|
|
Defines which structure is used as MenuBar.
|
|
|
A structure for C, which describes the MenuBar.
|
|
|
A structure for C++, which describes the MenuBar.
|
|
|
This structure holds the data needed for the MenuBar for C and C++.
|
|
|
Function is called when working with C and calling the function createMenuBar. It initializes the MenuBar_ structure.
|
|
|
Function is called when working with C++ and calling the function createMenuBar. It initializes the MenuBarCPP_ structure.
|
|
|
Function is called when working with C and calling the function deleteMenuBar.
|
|
|
Function is called when working with C++ and calling the function deleteMenuBar.
|
1.4.4