Added sound manager; see issue #424; cmake and rebuild req.

This commit is contained in:
Oliver Duis
2010-12-20 16:18:12 +01:00
parent c3b99f5f48
commit 8ce5683f6c
9 changed files with 130 additions and 4 deletions

View File

@@ -107,6 +107,8 @@ class Preferences : public Gtk::Dialog {
Gtk::ComboBoxText* editorLayout;
RTWindow* parent;
Gtk::Entry* txtSndBatchQueueDone;
Options moptions;
sigc::connection tconn, fconn, usethcon, addc, setc, dfconn;
Glib::ustring initialTheme;
@@ -130,6 +132,7 @@ class Preferences : public Gtk::Dialog {
Gtk::Widget* getFileBrowserPanel ();
Gtk::Widget* getGeneralPanel ();
Gtk::Widget* getBatchProcPanel ();
Gtk::Widget* getSoundPanel ();
public:
Preferences (RTWindow *rtwindow);