
|
Main Page
Widgets
Namespaces
Book
Gtk::TextTagTable Class Reference
[TextView Classes]
Inheritance diagram for Gtk::TextTagTable:
[legend]List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
virtual Gtk::TextTagTable::~TextTagTable |
( |
|
) |
[virtual] |
|
Gtk::TextTagTable::TextTagTable |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Add a tag to the table.
The tag is assigned the highest priority in the table.
tag must not be in a tag table already, and may not have the same name as an already-added tag. - Parameters:
-
|
Glib::RefPtr<TextTagTable> Gtk::TextTagTable::create |
( |
|
) |
[static] |
|
void Gtk::TextTagTable::foreach |
( |
const SlotForEach& |
slot |
) |
|
|
int Gtk::TextTagTable::get_size |
( |
|
) |
const |
|
|
Returns the size of the table (number of tags).
- Returns:
- Number of tags in table .
|
const GtkTextTagTable* Gtk::TextTagTable::gobj |
( |
|
) |
const [inline] |
|
GtkTextTagTable* Gtk::TextTagTable::gobj |
( |
|
) |
[inline] |
|
GtkTextTagTable* Gtk::TextTagTable::gobj_copy |
( |
|
) |
|
|
|
Look up a named tag.
- Parameters:
-
- Returns:
- The tag, or
0 if none by that name is in the table.
|
|
Look up a named tag.
- Parameters:
-
- Returns:
- The tag, or
0 if none by that name is in the table.
|
virtual void Gtk::TextTagTable::on_tag_added |
( |
const Glib::RefPtr<TextTag>& |
tag |
) |
[protected, virtual] |
|
virtual void Gtk::TextTagTable::on_tag_changed |
( |
const Glib::RefPtr<TextTag>& |
tag, |
|
|
bool |
size_changed |
|
) |
[protected, virtual] |
|
virtual void Gtk::TextTagTable::on_tag_removed |
( |
const Glib::RefPtr<TextTag>& |
tag |
) |
[protected, virtual] |
|
|
Remove a tag from the table.
This will remove the table's reference to the tag, so be careful - the tag will end up destroyed if you don't have a reference to it. - Parameters:
-
|
|
- Prototype:
void tag_added(const Glib::RefPtr<TextTag>& tag)
|
|
- Prototype:
void tag_changed(const Glib::RefPtr<TextTag>& tag, bool size_changed)
|
|
- Prototype:
void tag_removed(const Glib::RefPtr<TextTag>& tag)
|
Friends And Related Function Documentation
Glib::RefPtr<Gtk::TextTagTable> wrap |
( |
GtkTextTagTable* |
object, |
|
|
bool |
take_copy = false |
|
) |
[related] |
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|