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#

The type of the None singleton.

CLOSE#

The type of the None singleton.

NONE#

The type of the None singleton.

OK#

The type of the None singleton.

OK_CANCEL#

The type of the None singleton.

YES_NO#

The type of the None singleton.