Gtk2::TextTagTable(3) User Contributed Perl Documentation NAME Gtk2::TextTagTable - wrapper for GtkTextTagTable HIERARCHY Glib::Object +----Gtk2::TextTagTable INTERFACES Gtk2::Buildable METHODS texttagtable = Gtk2::TextTagTable->new $table->add ($tag) o $tag (Gtk2::TextTag) $table->foreach ($callback, $callback_data=undef) o $callback (scalar) o $callback_data (scalar) texttag = $table->lookup ($name) o $name (string) $table->remove ($tag) o $tag (Gtk2::TextTag) integer = $table->get_size SIGNALS tag-added (Gtk2::TextTagTable, Gtk2::TextTag) tag-changed (Gtk2::TextTagTable, Gtk2::TextTag, boolean) tag-removed (Gtk2::TextTagTable, Gtk2::TextTag) SEE ALSO Gtk2, Glib::Object COPYRIGHT Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.38.0 2023-07-25 Gtk2::TextTagTable(3)