Project:DUI

Class List Class Hierarchy
Summary: Ctors Methods Mixins

Module dui.MessageDialog

Class MessageDialog

dui.ObjectG.ObjectG
        dui.DUIObject.DUIObject
                dui.Widget.Widget
                        dui.Container.Container
                                dui.Bin.Bin
                                        dui.Window.Window
                                                dui.Dialog.Dialog
                                                        dui.MessageDialog.MessageDialog

Implemented interfaces:


public class

MessageDialog



A dialog to display a message only.

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)
          


getType

public static GType getType()
Gets this class type

Returns:
type



ctor(MessageDialog)(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



ctor(MessageDialog)(Window parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, String str)

popupInformation

static void popupInformation(Window parent, char message, char title)

popupInformation

static void popupInformation(Window parent, String message, String title)

popupError

static void popupError(Window parent, char message, char title)

popupError

static void popupError(Window parent, String message, String title)