GObject.Object
Gtk.TextTagTable
Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkTextTagTable |
Class : | TextTagTable |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
anon_count : Number
read only
|
Gtk.TextTagTable | |
anonymous : Array
read only
|
Gtk.TextTagTable | |
buffers : Array
read only
|
Gtk.TextTagTable | |
hash : Object
read only
|
Gtk.TextTagTable | |
parent_instance : GObject.Object
read only
|
Gtk.TextTagTable |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.TextTagTable
(Object properties)
Create a new Gtk.TextTagTable
Create a new Gtk.TextTagTable
|
||
add
(TextTag tag)
:
none
Add a tag to the table.
Add a tag to the table. The tag is assigned the highest priority in the table. the same name as an already-added tag.
|
Gtk.TextTagTable | |
Calls func on each tag in table, with user data data.
|
Gtk.TextTagTable | |
get_size
()
:
Number
Returns the size of the table (number of tags)
Returns the size of the table (number of tags)
|
Gtk.TextTagTable | |
lookup
(String name)
:
Gtk.TextTag
Look up a named tag.
Look up a named tag.
|
Gtk.TextTagTable | |
remove
(TextTag tag)
:
none
Remove a tag from the table.
Remove a tag from the table. This will remove the table's reference to the tag, so be careful - the tag will end up destroyed if you don't have a reference to it.
|
Gtk.TextTagTable |
Event | Defined By | |
---|---|---|
tag_added (TextTagTable self, TextTag object)
:
none
|
Gtk.TextTagTable | |
|
Gtk.TextTagTable | |
tag_removed (TextTagTable self, TextTag object)
:
none
|
Gtk.TextTagTable |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.TextBuffer
Property |
tag_table : Gtk.TextTagTable
|
Gtk.TextBuffer
Method |
Create a new Gtk.TextBuffer
|
Gtk.TextBuffer
Method |
get_tag_table
()
:
Gtk.TextTagTable
Get the GtkTextTagTable associated with this buffer.
|
GtkSource.Buffer
Method |
Create a new GtkSource.Buffer
|