Property | Type | Description | |
---|---|---|---|
point_empty | Point | ||
tool_image | ToolItem | ||
tool_item | ToggleToolButton | ||
tool_label | ToolItem | ||
tool_sep | ToolItem |
Method | Description | |
---|---|---|
DoActivated ( ) : void | ||
DoBuildToolBar ( Gtk.Toolbar tb ) : void | ||
DoClearToolBar ( Gtk.Toolbar tb ) : void | ||
DoDeactivated ( ) : void | ||
DoKeyPress ( Gtk.DrawingArea canvas, Gtk.KeyPressEventArgs args ) : void | ||
DoKeyRelease ( Gtk.DrawingArea canvas, Gtk.KeyReleaseEventArgs args ) : void | ||
DoMouseDown ( Gtk.DrawingArea canvas, ButtonPressEventArgs args, Cairo point ) : void | ||
DoMouseMove ( object o, Gtk.MotionNotifyEventArgs args, Cairo point ) : void | ||
DoMouseUp ( Gtk.DrawingArea canvas, Gtk.ButtonReleaseEventArgs args, Cairo point ) : void |
Method | Description | |
---|---|---|
BaseTool ( ) : System | ||
CreateToolButton ( ) : Gtk.ToggleToolButton | ||
OnActivated ( ) : void | ||
OnBuildToolBar ( Gtk.Toolbar tb ) : void | ||
OnClearToolBar ( Gtk.Toolbar tb ) : void | ||
OnDeactivated ( ) : void | ||
OnKeyDown ( Gtk.DrawingArea canvas, Gtk args ) : void | ||
OnKeyUp ( Gtk.DrawingArea canvas, Gtk args ) : void | ||
OnMouseDown ( Gtk.DrawingArea canvas, Gtk args, Cairo point ) : void | ||
OnMouseMove ( object o, Gtk args, Cairo point ) : void | ||
OnMouseUp ( Gtk.DrawingArea canvas, Gtk args, Cairo point ) : void | ||
SetCursor ( Gdk cursor ) : void |
protected CreateToolButton ( ) : Gtk.ToggleToolButton | ||
return | Gtk.ToggleToolButton |
public DoBuildToolBar ( Gtk.Toolbar tb ) : void | ||
tb | Gtk.Toolbar | |
return | void |
public DoClearToolBar ( Gtk.Toolbar tb ) : void | ||
tb | Gtk.Toolbar | |
return | void |
public DoKeyPress ( Gtk.DrawingArea canvas, Gtk.KeyPressEventArgs args ) : void | ||
canvas | Gtk.DrawingArea | |
args | Gtk.KeyPressEventArgs | |
return | void |
public DoKeyRelease ( Gtk.DrawingArea canvas, Gtk.KeyReleaseEventArgs args ) : void | ||
canvas | Gtk.DrawingArea | |
args | Gtk.KeyReleaseEventArgs | |
return | void |
public DoMouseDown ( Gtk.DrawingArea canvas, ButtonPressEventArgs args, Cairo point ) : void | ||
canvas | Gtk.DrawingArea | |
args | ButtonPressEventArgs | |
point | Cairo | |
return | void |
public DoMouseMove ( object o, Gtk.MotionNotifyEventArgs args, Cairo point ) : void | ||
o | object | |
args | Gtk.MotionNotifyEventArgs | |
point | Cairo | |
return | void |
public DoMouseUp ( Gtk.DrawingArea canvas, Gtk.ButtonReleaseEventArgs args, Cairo point ) : void | ||
canvas | Gtk.DrawingArea | |
args | Gtk.ButtonReleaseEventArgs | |
point | Cairo | |
return | void |
protected OnBuildToolBar ( Gtk.Toolbar tb ) : void | ||
tb | Gtk.Toolbar | |
return | void |
protected OnClearToolBar ( Gtk.Toolbar tb ) : void | ||
tb | Gtk.Toolbar | |
return | void |
protected OnKeyDown ( Gtk.DrawingArea canvas, Gtk args ) : void | ||
canvas | Gtk.DrawingArea | |
args | Gtk | |
return | void |
protected OnKeyUp ( Gtk.DrawingArea canvas, Gtk args ) : void | ||
canvas | Gtk.DrawingArea | |
args | Gtk | |
return | void |
protected OnMouseDown ( Gtk.DrawingArea canvas, Gtk args, Cairo point ) : void | ||
canvas | Gtk.DrawingArea | |
args | Gtk | |
point | Cairo | |
return | void |
protected OnMouseMove ( object o, Gtk args, Cairo point ) : void | ||
o | object | |
args | Gtk | |
point | Cairo | |
return | void |
protected OnMouseUp ( Gtk.DrawingArea canvas, Gtk args, Cairo point ) : void | ||
canvas | Gtk.DrawingArea | |
args | Gtk | |
point | Cairo | |
return | void |