The methods of Gtk.Dialog are listed below. For a list of all members, see the Dialog Members list.
See Also: Inherited members from Gtk.Window
AddActionWidget(Widget, ResponseType)Adds an activatable widget to the Gtk.Dialog.ActionArea of a Gtk.Dialog. | ||
AddActionWidget(Widget, int)Adds an activatable widget to the Gtk.Dialog.ActionArea of a Gtk.Dialog. | ||
AddButton(string, ResponseType)Adds a new response button to the dialog. | ||
AddButton(string, int)Adds a Gtk.Button with the given text. | ||
GetResponseForWidget(Widget)Gets the response id associated with an action area Widget. | ||
Respond(ResponseType)Activate one of the responses. | ||
Respond(int)Emits the Dialog.Response event with the given response ID. | ||
Run()Waits for the Dialog.Response event or the Gtk.Dialog to be destroyed. | ||
SetAlternativeButtonOrderFromArray(int)Documentation for this section has not yet been entered. | ||
SetResponseSensitive(ResponseType, bool)A convenient way to sensitize/desensitize dialog buttons. | ||
OnClose()Default handler for the Dialog.Close event. | ||
OnResponse(ResponseType)Default handler for the Dialog.Response event. | ||