Class
GtkSourceAnnotation
unstable since: 5.18
Description [src]
final class GtkSource.Annotation : GObject.Object
{
/* No available fields */
}
Represents an annotation added to GtkSourceView, it has a GtkSourceAnnotation:line property,
GtkSourceAnnotation:description, icon and a style.
It will be displayed always at the end of a line.
If the style is GTK_SOURCE_ANNOTATION_STYLE_NONE it will use the same color as GtkSourceSpaceDrawer.
Available since: 5.18
Properties
GtkSource.Annotation:description
The text description displayed at GtkSourceAnnotation:line.
unstable since: 5.18
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.