C# Class Hyena.Widgets.HigMessageDialog

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

Méthodes publiques

Méthode Description
AddButton ( string stock_id, Gtk response, bool isDefault ) : void
AddCustomButton ( string message, Gtk response, bool isDefault ) : Gtk.Button
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
RunHigMessageDialog ( Gtk parent, Gtk flags, Gtk type, Gtk buttons, string header, string msg ) : Gtk.ResponseType

Private Methods

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

Method Details

AddButton() public méthode

public AddButton ( string stock_id, Gtk response, bool isDefault ) : void
stock_id string
response Gtk
isDefault bool
Résultat void

AddCustomButton() public méthode

public AddCustomButton ( string message, Gtk response, bool isDefault ) : Gtk.Button
message string
response Gtk
isDefault bool
Résultat Gtk.Button

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

RunHigMessageDialog() public static méthode

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