Package org.gnome.gtk

Enum Class ButtonsType

java.lang.Object
java.lang.Enum<ButtonsType>
org.gnome.gtk.ButtonsType
All Implemented Interfaces:
Enumeration, Serializable, Comparable<ButtonsType>, Constable

@Generated("io.github.jwharm.JavaGI") public enum ButtonsType extends Enum<ButtonsType> implements Enumeration
Prebuilt sets of buttons for GtkDialog.

If none of these choices are appropriate, simply use NONE and call Dialog.addButtons(java.lang.String, java.lang.Object...).

Please note that OK, YES_NO and OK_CANCEL are discouraged by the GNOME Human Interface Guidelines.