The members of Gtk.Dialog are listed below.
See Also: Inherited members from Gtk.Window
| Protected Constructor. |
| [read-only] | ActionArea | HButtonBox. The area of the Dialog where the action widgets are placed. |
| [write-only] | AlternativeButtonOrder | int[]. AlternativeButtonOrder property. |
| [write-only] | DefaultResponse | ResponseType. Sets the default response_id. |
| [read-only] static | GType | GLib.GType. GType Property. |
| HasSeparator | bool. Whether to display a Gtk.HSeperator. | |
| [read-only] | VBox | VBox. The Gtk.VBox that contains other widgets in this dialog. |
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. | ||
| Close | Emitted when the dialog is closed. | |
| Response | Emitted when an action widget is clicked, the Gtk.Dialog receives a delete event, or the application programmer calls Dialog.Respond(int). |