1Gtk2::TextTagTable(3) User Contributed Perl DocumentationGtk2::TextTagTable(3)
2
3
4

NAME

6       Gtk2::TextTagTable - wrapper for GtkTextTagTable
7

HIERARCHY

9         Glib::Object
10         +----Gtk2::TextTagTable
11

INTERFACES

13         Gtk2::Buildable
14

METHODS

16   texttagtable = Gtk2::TextTagTable->new
17   $table->add ($tag)
18       ·   $tag (Gtk2::TextTag)
19
20   $table->foreach ($callback, $callback_data=undef)
21       ·   $callback (scalar)
22
23       ·   $callback_data (scalar)
24
25   texttag = $table->lookup ($name)
26       ·   $name (string)
27
28   $table->remove ($tag)
29       ·   $tag (Gtk2::TextTag)
30
31   integer = $table->get_size

SIGNALS

33       tag-added (Gtk2::TextTagTable, Gtk2::TextTag)
34       tag-changed (Gtk2::TextTagTable, Gtk2::TextTag, boolean)
35       tag-removed (Gtk2::TextTagTable, Gtk2::TextTag)
36

SEE ALSO

38       Gtk2, Glib::Object
39
41       Copyright (C) 2003-2011 by the gtk2-perl team.
42
43       This software is licensed under the LGPL.  See Gtk2 for a full notice.
44
45
46
47perl v5.28.1                      2019-02-02             Gtk2::TextTagTable(3)
Impressum