C# Class Whee.WordBuilder.UIHelpers.GtkTextViewHelper

Inheritance: ITextViewHelper
Show file Open project: alfar/WordBuilder

Public Methods

Method 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

Method Description
HandleM_textViewBufferChanged ( object sender, EventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

DoHighlighting() public method

public DoHighlighting ( ProjectNode project ) : void
project Whee.WordBuilder.ProjectV2.ProjectNode
return void

GotoIndex() public method

public GotoIndex ( int index ) : void
index int
return void

GtkTextViewHelper() public method

public GtkTextViewHelper ( Gtk.TextView textView ) : System
textView Gtk.TextView
return System

OnDocumentChanged() public method

public OnDocumentChanged ( object sender, string newText, IProjectNode project ) : void
sender object
newText string
project IProjectNode
return void