Property | Type | Description | |
---|---|---|---|
Dragging | bool |
Property | Type | Description | |
---|---|---|---|
selector | HeapScroller, |
Method | Description | |
---|---|---|
Bounds ( ) : Gdk.Rectangle | ||
Draw ( Gdk.Rectangle area ) : void | ||
EndDrag ( double x, double y ) : void | ||
IsInside ( double x, double y ) : bool | ||
Manipulator ( HeapScroller, selector ) : System | ||
StartDrag ( double x, double y, uint time ) : void | ||
UpdateDrag ( double x, double y ) : void |
public abstract Draw ( Gdk.Rectangle area ) : void | ||
area | Gdk.Rectangle | |
return | void |
public IsInside ( double x, double y ) : bool | ||
x | double | |
y | double | |
return | bool |
public Manipulator ( HeapScroller, selector ) : System | ||
selector | HeapScroller, | |
return | System |
public StartDrag ( double x, double y, uint time ) : void | ||
x | double | |
y | double | |
time | uint | |
return | void |
public UpdateDrag ( double x, double y ) : void | ||
x | double | |
y | double | |
return | void |