HeapScroller.HeapScroller C# (CSharp) Méthode

HeapScroller() public méthode

public HeapScroller ( Profile, p ) : System
p Profile,
Résultat System
    public HeapScroller(Profile p)
    {
        this.p = p;
        Events |= Gdk.EventMask.ButtonPressMask;

        Timeline [] tl = p.Timeline;

        maxt = tl [tl.Length - 1].Time;

        time_span = maxt / 5;

        SetSizeRequest (100, 100);

        WidgetFlags |= WidgetFlags.NoWindow;

        glass = new Glass (this);
    }