C# Class Views.EditableTextView

Inheritance: Gtk.Bin, IEditable
Datei anzeigen Open project: monsterlabs/HumanRightsTracker

Protected Properties

Property Type Description
buffer Gtk.TextBuffer
isEditable bool
text string
textview Gtk.TextView

Public Methods

Method Description
EditableTextView ( ) : System

Protected Methods

Method Description
OnBoldActivated ( object sender, System e ) : void
OnItalicActivated ( object sender, System e ) : void
OnJustifyFillActivated ( object sender, System e ) : void
OnJustifyLeftActivated ( object sender, System e ) : void
OnJustifyRightActivated ( object sender, System e ) : void

Method Details

EditableTextView() public method

public EditableTextView ( ) : System
return System

OnBoldActivated() protected method

protected OnBoldActivated ( object sender, System e ) : void
sender object
e System
return void

OnItalicActivated() protected method

protected OnItalicActivated ( object sender, System e ) : void
sender object
e System
return void

OnJustifyFillActivated() protected method

protected OnJustifyFillActivated ( object sender, System e ) : void
sender object
e System
return void

OnJustifyLeftActivated() protected method

protected OnJustifyLeftActivated ( object sender, System e ) : void
sender object
e System
return void

OnJustifyRightActivated() protected method

protected OnJustifyRightActivated ( object sender, System e ) : void
sender object
e System
return void

Property Details

buffer protected_oe property

protected Gtk.TextBuffer buffer
return Gtk.TextBuffer

isEditable protected_oe property

protected bool isEditable
return bool

text protected_oe property

protected string text
return string

textview protected_oe property

protected Gtk.TextView textview
return Gtk.TextView