GtkButtonsType
Prebuilt sets of buttons for the dialog. If none of these choices are appropriate, simply use Gtk::BUTTONS_NONE then call add_buttons() .
Value | Symbolic name | Description |
| Â Â 0 | Gtk::BUTTONS_NONE | No buttons at all. |
| Â Â 1 | Gtk::BUTTONS_OK | An OK button. |
| Â Â 2 | Gtk::BUTTONS_CLOSE | A Close button. |
| Â Â 3 | Gtk::BUTTONS_CANCEL | A Cancel button. |
| Â Â 4 | Gtk::BUTTONS_YES_NO | Yes and No buttons. |
| Â Â 5 | Gtk::BUTTONS_OK_CANCEL | OK and Cancel buttons. |