Inheritance diagram for TextTagTable:
Public Member Functions | |
this () | |
Creates a new empty tag table. | |
void | add (TextTag tag) |
Adds a tag to this tag table. | |
void | remove (TextTag tag) |
removes a tag from this tag table | |
TextTag | lookup (char[] name) |
Gets a tag from this table by name. | |
gint | getSize () |
Gets the size of this tag table. | |
Protected Member Functions | |
this (GObject *gObject) | |
Creates a ObjectG from a GTK GObject. |
|
Adds a tag to this tag table.
|
|
Gets the size of this tag table.
|
|
Gets a tag from this table by name.
|
|
removes a tag from this tag table
|
|
Creates a new empty tag table.
|
|
Creates a ObjectG from a GTK GObject. This will set a pointer to the ObjectG on the GTK GObject all the new widget will end up executing this contructor. Reimplemented from ObjectG. |