Method | 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 |
Method | Description | |
---|---|---|
OnBufferChanged ( object o, |
||
OnBufferDeleteRange ( object o, Gtk.DeleteRangeArgs args ) : void | ||
OnBufferInsertText ( object o, Gtk.InsertTextArgs args ) : void |
public DeleteText ( int start_pos, int end_pos ) : void | ||
start_pos | int | |
end_pos | int | |
return | void |
public GetChars ( int start_pos, int end_pos ) : string | ||
start_pos | int | |
end_pos | int | |
return | string |
public GetSelectionBounds ( int &start, int &end ) : bool | ||
start | int | |
end | int | |
return | bool |
public InsertText ( string new_text, int &position ) : void | ||
new_text | string | |
position | int | |
return | void |
public SelectRegion ( int start, int end ) : void | ||
start | int | |
end | int | |
return | void |