summaryrefslogtreecommitdiffstats
path: root/SinkWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'SinkWindow.hh')
-rw-r--r--SinkWindow.hh9
1 files changed, 7 insertions, 2 deletions
diff --git a/SinkWindow.hh b/SinkWindow.hh
index 5027751..39901b6 100644
--- a/SinkWindow.hh
+++ b/SinkWindow.hh
@@ -19,10 +19,14 @@ public:
*sampleTypeLabel,
*latencyLabel,
*ownerModuleLabel,
- *monitorSourceLabel;
+ *monitorSourceLabel,
+ *volumeLabel;
Gtk::Button *closeButton,
- *toMonitorSourceButton;
+ *toMonitorSourceButton,
+ *toOwnerModuleButton;
+
+ Gtk::HScale *volumeScale;
uint32_t owner_module, monitor_source;
@@ -30,6 +34,7 @@ public:
virtual void onCloseButton();
virtual void onToMonitorSourceButton();
+ virtual void onToOwnerModuleButton();
};
#endif