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


Xfc::Atk::TextSignals Class Reference

Abstract base class that implements the virtual signal handlers for Atk::Text. More...

#include <xfc/atk/textsignals.hh>

Inheritance diagram for Xfc::Atk::TextSignals:

Xfc::G::TypeInterface 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 Atk::Text.


Constructor & Destructor Documentation

Xfc::Atk::TextSignals::TextSignals Text text  )  [protected]
 

Constructs a new TextSignals object.

Parameters:
text A Text object inheriting the TextSignals implementation.


Member Function Documentation

virtual void Xfc::Atk::TextSignals::on_text_caret_moved int  location  )  [virtual]
 

Called when the text caret is moved.

Parameters:
location The new position of the text caret.

virtual void Xfc::Atk::TextSignals::on_text_changed int  position,
int  length
[virtual]
 

Called when text is inserted or deleted.

Parameters:
position The position of the insertion or deletion.
length The length of the text inserted or deleted.


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