c
GObject.Object
Gtk.TextTagTable
Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkTextTagTable |
Class : | TextTagTable |
Implements: | Gtk.Buildable |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
anon_count : gint32
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
|
Gtk.TextTagTable | |
|
Gtk.Buildable | |
|
Gtk.Buildable | |
|
Gtk.Buildable | |
|
Gtk.Buildable | |
custom_tag_start
(Builder builder, Object child, String tagname, MarkupParser parser, void* data)
:
gboolean
|
Gtk.Buildable | |
Gtk.TextTagTable | ||
|
Gtk.Buildable | |
get_name
()
:
String
|
Gtk.Buildable | |
get_size
()
:
gint32
|
Gtk.TextTagTable | |
lookup
(String name)
:
Gtk.TextTag
|
Gtk.TextTagTable | |
parser_finished
(Builder builder)
:
none
|
Gtk.Buildable | |
remove
(TextTag tag)
:
none
|
Gtk.TextTagTable | |
|
Gtk.Buildable | |
set_name
(String name)
:
none
|
Gtk.Buildable |
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
|
GtkSource.Buffer
Method |
Create a new GtkSource.Buffer
|