C# Class Tomboy.NoteSpellChecker

Inheritance: Tomboy.NoteAddin
Exibir arquivo Open project: GNOME/tomboy

Public Methods

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

Private Methods

Method Description
Attach ( ) : void
Detach ( ) : void
DetectGtkSpellAvailable ( ) : bool
OnEnableSpellcheckChanged ( object sender, Tomboy.NotifyEventArgs args ) : void
OnNoteDeleted ( object sender, Note deleted ) : void
TagApplied ( object sender, Gtk args ) : void
gtkspell_detach ( IntPtr obj ) : void
gtkspell_new_attach ( IntPtr text_view, string locale, IntPtr error ) : IntPtr

Method Details

Initialize() public method

public Initialize ( ) : void
return void

NoteSpellChecker() public method

public NoteSpellChecker ( ) : System
return System

OnNoteOpened() public method

public OnNoteOpened ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void