#include "messagebox.h"
Include dependency graph for messagebox.c:

Go to the source code of this file.
| Functions | |
| jclass | getMessageboxClass () | 
| Gets the Messagebox-Class. | |
| jint | showConfirmDialog (const char *msg) | 
| Displays a dialog with a message an the buttons "Yes", "No", "Cancel". | |
| char * | showInputDialog (const char *msg, const char *defaultValue) | 
| Displays a dialog which requests user input. | |
| void | showMessageDialog (const char *msg) | 
| Displays a dialog with the message. | |
| jint | showModalConfirmDialog (Frame *frame, const char *msg) | 
| Displays a modal dialog with a message an the buttons "Yes", "No", "Cancel". | |
| char * | showModalInputDialog (Frame *frame, const char *msg, const char *defaultValue) | 
| Displays a modal dialog which requests user input. | |
| void | showModalMessageDialog (Frame *frame, const char *msg) | 
| Displays a modal dialog with the message. | |
The Messagebox provides an easy way to interact with an user. You can show the user an information, ask him/her to decide what he/she wants to do or request some input. The Messagebox can be displayed modal on a frame.
Definition in file messagebox.c.
| 
 | 
| Gets the Messagebox-Class. 
 
 Definition at line 24 of file messagebox.c. | 
| 
 | 
| Displays a dialog with a message an the buttons "Yes", "No", "Cancel". 
 
 
 Definition at line 76 of file messagebox.c. | 
| 
 | ||||||||||||
| Displays a dialog which requests user input. 
 
 
 Definition at line 130 of file messagebox.c. | 
| 
 | 
| Displays a dialog with the message. 
 
 Definition at line 169 of file messagebox.c. | 
| 
 | ||||||||||||
| Displays a modal dialog with a message an the buttons "Yes", "No", "Cancel". 
 
 
 
 Definition at line 44 of file messagebox.c. | 
| 
 | ||||||||||||||||
| Displays a modal dialog which requests user input. 
 
 
 Definition at line 91 of file messagebox.c. | 
| 
 | ||||||||||||
| Displays a modal dialog with the message. 
 
 
 Definition at line 142 of file messagebox.c. | 
 1.4.4
 1.4.4