23#ifndef STAGE_DIALOG_PREFERENCES_DIALOG_H
24#define STAGE_DIALOG_PREFERENCES_DIALOG_H
44 : Dialog(
_(
"Preferences"), parent, true)
48 Box *v_box = get_vbox();
49 REQUIRE (v_box !=
NULL);
62 set_resizable (
false);
65 add_button (Stock::CANCEL, RESPONSE_CANCEL);
66 add_button (Stock::OK, RESPONSE_OK);
PreferencesDialog(Gtk::Window &parent)
Gtk::ComboBox interfaceThemeCombo_
Global constants and definitions for dialogs.
A set of basic GTK includes for the UI.
static const int BorderPadding
The space in pixels to pad the border of Lumiera dialog boxes.
static const int BoxSpacing
The spacing for VBoxes and HBoxes in Lumiera dialogs.
Lumiera GTK UI implementation root.