Gnome::Gtk4::T-messagedialog
Enumerations
GtkButtonsType
Prebuilt sets of buttons for Gnome::Gtk4::Dialog.
If none of these choices are appropriate, simply use GTK_BUTTONS_NONE
and call .add-buttons() in class Gnome::Gtk4::Dialog
.
> Please note that GTK_BUTTONS_OK
, GTK_BUTTONS_YES_NO
> and GTK_BUTTONS_OK_CANCEL
are discouraged by the > [GNOME Human Interface Guidelines](http://library.gnome.org/devel/hig-book/stable/).
GTK_BUTTONS_NONE
; no buttons at allGTK_BUTTONS_OK
; an OK buttonGTK_BUTTONS_CLOSE
; a Close buttonGTK_BUTTONS_CANCEL
; a Cancel buttonGTK_BUTTONS_YES_NO
; Yes and No buttonsGTK_BUTTONS_OK_CANCEL
; OK and Cancel buttons