From 5d5353c5b761b0adc272e4826690d90984b9413f Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Mon, 9 Sep 2013 13:34:02 +0200 Subject: Change volume when scrolling on the indicator This depends on a new root menu property: x-canonical-scroll-action. It points to an action that gets activated whenever the user scrolls the mouse over the indicator. The parameter of that action signifies the magnitude and direction of the scroll. --- src/sound-menu.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sound-menu.vala') diff --git a/src/sound-menu.vala b/src/sound-menu.vala index 415a5be..7ac8930 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -40,6 +40,7 @@ class SoundMenu: Object var root_item = new MenuItem (null, "indicator.root"); root_item.set_attribute ("x-canonical-type", "s", "com.canonical.indicator.root"); + root_item.set_attribute ("x-canonical-scroll-action", "s", "indicator.scroll"); root_item.set_submenu (this.menu); this.root = new Menu (); -- cgit v1.2.3