Sets our main struct and passes it to the parent class.
Creates a GtkSourceTag Configure the tag using object arguments, i.e. using g_object_set().
the main Gtk struct as a void*
Get the main Gtk struct
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
Emits the tag-changed signal on the gtk.TextTagTable where the tag is included.
Emits the “event” signal on the gtk.TextTag
Get the tag priority.
Sets the priority of a gtk.TextTag Valid priorities start at 0 and go to one less than TextTag.tableGetSize. Each tag in a table has a unique priority; setting the priority of one tag shifts the priorities of all the other tags in the table to maintain a unique priority for each tag. Higher priority tags “win” if two tags both set the same text attribute. When adding a tag to a tag table, it will be assigned the highest priority in the table by default; so normally the precedence of a set of tags is the order in which they were added to the table, or created with TextBuffer.createTag, which adds the tag to the buffer’s table automatically.
The ::event signal is emitted when an event occurs on a region of the buffer marked with this tag.