[Banshee-List] Seek Slider event on click and scroll patch
- From: "Karl Bowden" <karlbowden gmail com>
- To: banshee-list gnome org
- Subject: [Banshee-List] Seek Slider event on click and scroll patch
- Date: Fri, 6 Jun 2008 01:38:47 +1000
The following patch enables the SeekSlider to jump when clicked
adjacent to the current position indicator.
value/10 is only a suggestion an should probably be some fixed time
interval like 10secs or so.
- Karl
Index: src/Core/Banshee.Widgets/Banshee.Widgets/SeekSlider.cs
===================================================================
--- src/Core/Banshee.Widgets/Banshee.Widgets/SeekSlider.cs (revision 4119)
+++ src/Core/Banshee.Widgets/Banshee.Widgets/SeekSlider.cs (working copy)
@@ -119,6 +119,8 @@
get { return Adjustment.Upper; }
set {
Adjustment.Upper = value;
+ SetIncrements(value/10, value/10);
EventHandler handler = DurationChanged;
if(handler != null) {
handler(this, new EventArgs());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]