Class
GtkSourceSnippetChunk
Description [src]
final class GtkSource.SnippetChunk : GObject.InitiallyUnowned
{
/* No available fields */
}
A chunk of text within the source snippet.
The GtkSourceSnippetChunk
represents a single chunk of text that
may or may not be an edit point within the snippet. Chunks that are
an edit point (also called a tab stop) have the
GtkSourceSnippetChunk:focus-position
property set.
Constructors
gtk_source_snippet_chunk_new
Create a new GtkSourceSnippetChunk
that can be added to
a GtkSourceSnippet
.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.