Gtk.Dialog: Method Members

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

Public Methods

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) : Widget
Adds a new response button to the dialog.
AddButton(string, int) : Widget
Adds a Gtk.Button with the given text.
GetResponseForWidget(Widget) : int
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() : int
Waits for the Dialog.Response event or the Gtk.Dialog to be destroyed.
SetAlternativeButtonOrderFromArray(int) : int
Documentation for this section has not yet been entered.
SetResponseSensitive(ResponseType, bool)
A convenient way to sensitize/desensitize dialog buttons.

Protected Methods

OnClose()
Default handler for the Dialog.Close event.
OnResponse(ResponseType)
Default handler for the Dialog.Response event.