C# Class Hyena.Widgets.TextViewEditable

Inheritance: Gtk.TextView, IEditable
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Méthodes publiques

Méthode Description
DeleteSelection ( ) : void
DeleteText ( int start_pos, int end_pos ) : void
GetChars ( int start_pos, int end_pos ) : string
GetSelectionBounds ( int &start, int &end ) : bool
IEditable ( ) : void
InsertText ( string new_text, int &position ) : void
SelectRegion ( int start, int end ) : void
TextViewEditable ( ) : System

Private Methods

Méthode Description
OnBufferChanged ( object o, EventArgs args ) : void
OnBufferDeleteRange ( object o, Gtk.DeleteRangeArgs args ) : void
OnBufferInsertText ( object o, Gtk.InsertTextArgs args ) : void

Method Details

DeleteSelection() public méthode

public DeleteSelection ( ) : void
Résultat void

DeleteText() public méthode

public DeleteText ( int start_pos, int end_pos ) : void
start_pos int
end_pos int
Résultat void

GetChars() public méthode

public GetChars ( int start_pos, int end_pos ) : string
start_pos int
end_pos int
Résultat string

GetSelectionBounds() public méthode

public GetSelectionBounds ( int &start, int &end ) : bool
start int
end int
Résultat bool

IEditable() public méthode

public IEditable ( ) : void
Résultat void

InsertText() public méthode

public InsertText ( string new_text, int &position ) : void
new_text string
position int
Résultat void

SelectRegion() public méthode

public SelectRegion ( int start, int end ) : void
start int
end int
Résultat void

TextViewEditable() public méthode

public TextViewEditable ( ) : System
Résultat System