Method | Description | |
---|---|---|
Load ( string value ) : void | ||
OnRender ( RectangleF updatedRect ) : void | ||
SvgImageWidget ( ) : System |
Method | Description | |
---|---|---|
OnButtonPressEvent ( Gdk evnt ) : bool | ||
OnButtonReleaseEvent ( Gdk evnt ) : bool | ||
OnExposeEvent ( Gdk evnt ) : bool | ||
OnMotionNotifyEvent ( Gdk evnt ) : bool | ||
OnSizeAllocated ( Gdk allocation ) : void |
Method | Description | |
---|---|---|
ShowErrorDialog ( string error ) : void |
protected OnButtonPressEvent ( Gdk evnt ) : bool | ||
evnt | Gdk | |
return | bool |
protected OnButtonReleaseEvent ( Gdk evnt ) : bool | ||
evnt | Gdk | |
return | bool |
protected OnMotionNotifyEvent ( Gdk evnt ) : bool | ||
evnt | Gdk | |
return | bool |
public OnRender ( RectangleF updatedRect ) : void | ||
updatedRect | RectangleF | |
return | void |
protected OnSizeAllocated ( Gdk allocation ) : void | ||
allocation | Gdk | |
return | void |