Prebuilt sets of buttons for gtk.dialog.Dialog.
If none of these choices are appropriate, simply use gtk.types.ButtonsType.None and call gtk.dialog.Dialog.addButtons.
> Please note that gtk.types.ButtonsType.Ok, gtk.types.ButtonsType.YesNo > and gtk.types.ButtonsType.OkCancel are discouraged by the > GNOME Human Interface Guidelines.
no buttons at all
an OK button
a Close button
a Cancel button
Yes and No buttons
OK and Cancel buttons
Prebuilt sets of buttons for gtk.dialog.Dialog.
If none of these choices are appropriate, simply use gtk.types.ButtonsType.None and call gtk.dialog.Dialog.addButtons.
> Please note that gtk.types.ButtonsType.Ok, gtk.types.ButtonsType.YesNo > and gtk.types.ButtonsType.OkCancel are discouraged by the > GNOME Human Interface Guidelines.