Module dui.MessageDialog
| Constructor Summary | |
|---|---|
|
(Window parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, gchar* str) Creates a new MessageDialog from a GtkMessageDialog this(GtkWidget * gtkWidget) super(gtkWidget); public: Creates a new message dialog |
|
|
(Window parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, String str) |
|
| Methods Summary | |
|---|---|
| public static GType |
getType() Gets this class type |
| static void |
popupInformation(Window parent, char message, char title) |
| static void |
popupInformation(Window parent, String message, String title) |
| static void |
popupError(Window parent, char message, char title) |
| static void |
popupError(Window parent, String message, String title) |