push_snippet
Description:
[
HasEmitter ]
public virtual signal void push_snippet (
Snippet snippet,
ref TextIter location)
The signal is emitted to insert a new snippet into the view.
If another snippet was active, it will be paused until all focus positions of snippet
have been exhausted.
location
will be updated to point at the end of the snippet.
Parameters:
snippet |
a Snippet
|
location |
a TextIter
|