C# Class Whee.WordBuilder.UIHelpers.GtkTextViewHelper

Inheritance: ITextViewHelper
Afficher le fichier Open project: alfar/WordBuilder

Méthodes publiques

Méthode Description
Clear ( ) : void
DoHighlighting ( ProjectNode project ) : void
GotoIndex ( int index ) : void
GtkTextViewHelper ( Gtk.TextView textView ) : System
OnDocumentChanged ( object sender, string newText, IProjectNode project ) : void

Private Methods

Méthode Description
HandleM_textViewBufferChanged ( object sender, EventArgs e ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

DoHighlighting() public méthode

public DoHighlighting ( ProjectNode project ) : void
project Whee.WordBuilder.ProjectV2.ProjectNode
Résultat void

GotoIndex() public méthode

public GotoIndex ( int index ) : void
index int
Résultat void

GtkTextViewHelper() public méthode

public GtkTextViewHelper ( Gtk.TextView textView ) : System
textView Gtk.TextView
Résultat System

OnDocumentChanged() public méthode

public OnDocumentChanged ( object sender, string newText, IProjectNode project ) : void
sender object
newText string
project IProjectNode
Résultat void