C# Class Tomboy.Git.GitLink

Inheritance: Tomboy.DynamicNoteTag
Show file Open project: hb/tomboy-git-addin

Private Properties

Property Type Description

Public Methods

Method Description
GitLink ( ) : System
Initialize ( string element_name ) : void

Protected Methods

Method Description
OnActivate ( Tomboy.NoteEditor editor, Gtk start, Gtk end ) : bool

Method Details

GitLink() public method

public GitLink ( ) : System
return System

Initialize() public method

public Initialize ( string element_name ) : void
element_name string
return void

OnActivate() protected method

protected OnActivate ( Tomboy.NoteEditor editor, Gtk start, Gtk end ) : bool
editor Tomboy.NoteEditor
start Gtk
end Gtk
return bool