From 4d38b0a057c9c78c3e400c953b6ab5ea6d2a37b0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Aug 2004 23:26:31 +0000 Subject: add support for listing clients and modules git-svn-id: file:///home/lennart/svn/public/paman/trunk@5 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- SinkWindow.hh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'SinkWindow.hh') 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 -- cgit