Method | 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 |
Method | Description | |
---|---|---|
AddButton ( Gtk button, Gtk response, bool isDefault ) : void |
public AddButton ( string stock_id, Gtk response, bool isDefault ) : void | ||
stock_id | string | |
response | Gtk | |
isDefault | bool | |
return | void |
public AddCustomButton ( string message, Gtk response, bool isDefault ) : Gtk.Button | ||
message | string | |
response | Gtk | |
isDefault | bool | |
return | Gtk.Button |
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 | |
return | System |
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 | |
return | System |
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 | |
return | Gtk.ResponseType |
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 | |
return | Gtk.ResponseType |