C# Class Tomboy.MouseHandWatcher

Inheritance: Tomboy.NoteAddin
Show file Open project: GNOME/tomboy

Public Methods

Method Description
Initialize ( ) : void
OnNoteOpened ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
MouseHandWatcher ( ) : System
OnEditorKeyPress ( object sender, Gtk args ) : void
OnEditorKeyRelease ( object sender, Gtk args ) : void
OnEditorMotion ( object sender, Gtk args ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

OnNoteOpened() public method

public OnNoteOpened ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void