ButtonsType#

class ButtonsType#

Prebuilt sets of buttons for GtkDialog.

If none of these choices are appropriate, simply use NONE and call add_buttons.

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

Fields#

class ButtonsType
CANCEL#

A Cancel button

CLOSE#

A Close button

NONE#

No buttons at all

OK#

An OK button

OK_CANCEL#

OK and Cancel buttons

YES_NO#

Yes and No buttons