C# Class gbrainy.Clients.Classical.Dialogs.HigMessageDialog

Inheritance: Gtk.Dialog
Afficher le fichier Open project: GNOME/gbrainy Class Usage Examples

Méthodes publiques

Méthode Description
HigMessageDialog ( Gtk parent, Gtk flags, Gtk type, Gtk buttons, string header, string msg ) : System
HigMessageDialog ( Gtk parent, Gtk flags, Gtk type, string header, string msg, string ok_caption ) : System
RunHigConfirmation ( Gtk parent, Gtk flags, Gtk type, string header, string msg, string ok_caption ) : Gtk.ResponseType

Méthodes protégées

Méthode Description
AddButton ( Gdk pixbuf, string label_text, Gtk response, bool is_default ) : void
AddButton ( string stock_id, Gtk response, bool is_default ) : void

Private Methods

Méthode Description
AddButton ( Gtk button, Gtk response, bool is_default ) : void

Method Details

AddButton() protected méthode

protected AddButton ( Gdk pixbuf, string label_text, Gtk response, bool is_default ) : void
pixbuf Gdk
label_text string
response Gtk
is_default bool
Résultat void

AddButton() protected méthode

protected AddButton ( string stock_id, Gtk response, bool is_default ) : void
stock_id string
response Gtk
is_default bool
Résultat void

HigMessageDialog() public méthode

public HigMessageDialog ( Gtk parent, Gtk flags, Gtk type, Gtk buttons, string header, string msg ) : System
parent Gtk
flags Gtk
type Gtk
buttons Gtk
header string
msg string
Résultat System

HigMessageDialog() public méthode

public HigMessageDialog ( Gtk parent, Gtk flags, Gtk type, string header, string msg, string ok_caption ) : System
parent Gtk
flags Gtk
type Gtk
header string
msg string
ok_caption string
Résultat System

RunHigConfirmation() public static méthode

public static RunHigConfirmation ( Gtk parent, Gtk flags, Gtk type, string header, string msg, string ok_caption ) : Gtk.ResponseType
parent Gtk
flags Gtk
type Gtk
header string
msg string
ok_caption string
Résultat Gtk.ResponseType