Property | Type | Description | |
---|---|---|---|
overlay | DrawGraphics | ||
render | DrawGraphics |
Property | Type | Description | |
---|---|---|---|
PaintMotionIndicators | void | ||
PaintZoomScale | void | ||
ValidateScaleAdj | void | ||
ZoomableCairoArea | System |
Method | Description | |
---|---|---|
CreateRoundedRectPath ( Context gc, double x, double y, double width, double height, double radius ) : void | ||
DeviceToUser ( double &x, double &y ) : void | ||
DrawRoundedRect ( Context gc, double x, double y, double width, double height, double radius, double strokeWidth, Cairo backgroundColor, Cairo strokeColor ) : void | ||
DrawRoundedRectThumb ( Context gc, double x, double y, double width, double height, double radius, double strokeWidth, Cairo backgroundColor, Cairo strokeColor, Gdk image, double imageWidth, double imageHeight ) : void | ||
GridAlign ( double d ) : double |
Method | Description | |
---|---|---|
GetTextSize ( Pango layout ) : Gdk.Size | ||
OnButtonPressEvent ( Gdk eb ) : bool | ||
OnButtonReleaseEvent ( Gdk eb ) : bool | ||
OnEnterNotifyEvent ( Gdk ec ) : bool | ||
OnExposeEvent ( Gdk ee ) : bool | ||
OnLeaveNotifyEvent ( Gdk ec ) : bool | ||
OnMotionNotifyEvent ( Gdk em ) : bool | ||
OnScrollEvent ( Gdk es ) : bool | ||
RenderPixbufToSurf ( Cairo gc, Gdk pixbuf, double x, double y ) : void |
Method | Description | |
---|---|---|
PaintMotionIndicators ( Cairo gc, double width, double height, double centerx, double centery ) : void | ||
PaintZoomScale ( Cairo gc, double width, double height, double centerx, double centery ) : void | ||
ValidateScaleAdj ( double &scaleAdj ) : void | ||
ZoomableCairoArea ( ) : System |
public CreateRoundedRectPath ( Context gc, double x, double y, double width, double height, double radius ) : void | ||
gc | Context | |
x | double | |
y | double | |
width | double | |
height | double | |
radius | double | |
return | void |
public DeviceToUser ( double &x, double &y ) : void | ||
x | double | |
y | double | |
return | void |
public DrawRoundedRect ( Context gc, double x, double y, double width, double height, double radius, double strokeWidth, Cairo backgroundColor, Cairo strokeColor ) : void | ||
gc | Context | |
x | double | |
y | double | |
width | double | |
height | double | |
radius | double | |
strokeWidth | double | |
backgroundColor | Cairo | |
strokeColor | Cairo | |
return | void |
public DrawRoundedRectThumb ( Context gc, double x, double y, double width, double height, double radius, double strokeWidth, Cairo backgroundColor, Cairo strokeColor, Gdk image, double imageWidth, double imageHeight ) : void | ||
gc | Context | |
x | double | |
y | double | |
width | double | |
height | double | |
radius | double | |
strokeWidth | double | |
backgroundColor | Cairo | |
strokeColor | Cairo | |
image | Gdk | |
imageWidth | double | |
imageHeight | double | |
return | void |
protected GetTextSize ( Pango layout ) : Gdk.Size | ||
layout | Pango | |
return | Gdk.Size |
public static GridAlign ( double d ) : double | ||
d | double | |
return | double |
protected OnButtonPressEvent ( Gdk eb ) : bool | ||
eb | Gdk | |
return | bool |
protected OnButtonReleaseEvent ( Gdk eb ) : bool | ||
eb | Gdk | |
return | bool |
protected OnEnterNotifyEvent ( Gdk ec ) : bool | ||
ec | Gdk | |
return | bool |
protected OnLeaveNotifyEvent ( Gdk ec ) : bool | ||
ec | Gdk | |
return | bool |
protected OnMotionNotifyEvent ( Gdk em ) : bool | ||
em | Gdk | |
return | bool |
protected RenderPixbufToSurf ( Cairo gc, Gdk pixbuf, double x, double y ) : void | ||
gc | Cairo | |
pixbuf | Gdk | |
x | double | |
y | double | |
return | void |