org.gnu.gtk
Class ButtonsType
public class ButtonsType
extends Enum
Defines the prebuilt set of buttons for a Dialog. If none of these choices
are appropriate, simply use NONE and then add you own buttons.
CANCEL
public static final ButtonsType CANCEL
A Cancel button
CLOSE
public static final ButtonsType CLOSE
A Close button
NONE
public static final ButtonsType NONE
No buttons at all.
OK_CANCEL
public static final ButtonsType OK_CANCEL
OK and Cancel buttons.
YES_NO
public static final ButtonsType YES_NO
Yes and No buttons.