Package: gtk
GEnum gtk:buttons-type
Declaration(gobject:define-genum "GtkButtonsType" buttons-type (:export t :type-initializer "gtk_buttons_type_get_type") (:none 0) (:ok 1) (:close 2) (:cancel 3) (:yes-no 4) (:ok-cancel 5)) Values
Details
Prebuilt sets of buttons for the dialog. If none of these choices are appropriate, simply use the :none value and call the gtk:dialog-add-buttons function to add your own buttons. Please note that the :ok, :yes-no and :ok-cancel values are discouraged by the GNOME Human Interface Guidelines. | See also |
2024-5-1