Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ReDraw ( |
||
ReDraw ( IMovableObject drawable ) : void | ||
SetCursor ( LongoMatch.Core.Common.CursorType type ) : void | ||
SetCursorForTool ( DrawTool tool ) : void | ||
ShowTooltip ( string text ) : void | ||
WidgetWrapper ( Gtk.DrawingArea widget ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Draw ( |
||
EmitShowTooltip ( ) : bool | ||
HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void | ||
HandleButtonReleaseEvent ( object o, Gtk.ButtonReleaseEventArgs args ) : void | ||
HandleExposeEvent ( object o, ExposeEventArgs args ) : void | ||
HandleMotionNotifyEvent ( object o, Gtk.MotionNotifyEventArgs args ) : void | ||
ParseButtonModifier ( ModifierType modifier ) : ButtonModifier | ||
ParseButtonType ( uint button ) : ButtonType | ||
ReadyToMove ( ) : bool |
public ReDraw ( |
||
area | ||
return | void |
public ReDraw ( IMovableObject drawable ) : void | ||
drawable | IMovableObject | |
return | void |
public SetCursor ( LongoMatch.Core.Common.CursorType type ) : void | ||
type | LongoMatch.Core.Common.CursorType | |
return | void |
public SetCursorForTool ( DrawTool tool ) : void | ||
tool | DrawTool | |
return | void |
public WidgetWrapper ( Gtk.DrawingArea widget ) : System | ||
widget | Gtk.DrawingArea | |
return | System |