Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Xfc::Gtk::TextTagTableSignals Class Reference

Abstract base class that implements the virtual signal handlers for Gtk::TextTagTable. More...

#include <xfc/gtk/texttagsignals.hh>

Inheritance diagram for Xfc::Gtk::TextTagTableSignals:
Xfc::G::ObjectSignals Xfc::G::TypeInstance Xfc::Trackable

List of all members.

Public Member Functions

Signal Handlers

Protected Member Functions

Constructors

Detailed Description

Abstract base class that implements the virtual signal handlers for Gtk::TextTagTable.


Constructor & Destructor Documentation

Constructs a new TextTagTableSignals object.

Parameters:
tableA TextTag object inheriting the TextTagTableSignals implementation.

Member Function Documentation

virtual void Xfc::Gtk::TextTagTableSignals::on_tag_added ( TextTag tag) [virtual]

Called whenever a tag is added to the table.

Parameters:
tagThe tag being added to the table.
virtual void Xfc::Gtk::TextTagTableSignals::on_tag_changed ( TextTag tag,
bool  size_changed 
) [virtual]

Called whenever a tag property is changed.

Parameters:
tagThe tag whose property was changed.
size_changedtrue if the changed property resulted in a change to the text display size.
virtual void Xfc::Gtk::TextTagTableSignals::on_tag_removed ( TextTag tag) [virtual]

Called whenever a tag is removed from the table.

Parameters:
tagThe tag being removed to the table.

The documentation for this class was generated from the following file:
Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC