Banshee.Widgets.StreamPositionLabel.StreamPositionLabel C# (CSharp) Method

StreamPositionLabel() public method

public StreamPositionLabel ( Banshee.Widgets.SeekSlider seekRange ) : System
seekRange Banshee.Widgets.SeekSlider
return System
        public StreamPositionLabel (SeekSlider seekRange) : base (0.0f, 0.0f, 1.0f, 1.0f)
        {
            AppPaintable = true;

            this.seekRange = seekRange;
            this.seekRange.ValueChanged += OnSliderUpdated;
        }