Module: Gtk::ButtonsType

Defined in:
(unknown)

Constant Summary collapse

NONE =

no buttons at all

0 or :none
OK =

an OK button

1 or :ok
CLOSE =

a Close button

2 or :close
CANCEL =

a Cancel button

3 or :cancel
YES_NO =

Yes and No buttons

4 or :yes_no
OK_CANCEL =

OK and Cancel buttons

5 or :ok_cancel