Gtk2::TextTagTable.3pm

Langue: en

Version: 2008-02-12 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Gtk2::TextTagTable

HIERARCHY

   Glib::Object
   +----Gtk2::TextTagTable
 
 

METHODS


texttagtable = Gtk2::TextTagTable->new


$table->add ($tag)


$table->add ($tag)

$tag (Gtk2::TextTag)

$table->foreach ($callback, $callback_data=undef)


$table->foreach ($callback, $callback_data=undef)

$callback (scalar)
$callback_data (scalar)

texttag = $table->lookup ($name)


texttag = $table->lookup ($name)

$name (string)

$table->remove ($tag)


$table->remove ($tag)

$tag (Gtk2::TextTag)

integer = $table->get_size


integer = $table->get_size

SIGNALS

tag-changed (Gtk2::TextTagTable, Gtk2::TextTag, boolean)
tag-added (Gtk2::TextTagTable, Gtk2::TextTag)
tag-removed (Gtk2::TextTagTable, Gtk2::TextTag)

SEE ALSO

Gtk2, Glib::Object Copyright (C) 2003-2007 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.