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


Xfc::Gtk::TextViewSignals Class Reference

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

#include <xfc/gtk/textviewsignals.hh>

Inheritance diagram for Xfc::Gtk::TextViewSignals:
Xfc::Gtk::ContainerSignals Xfc::Gtk::WidgetSignals Xfc::Gtk::ObjectSignals 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::TextView.


Constructor & Destructor Documentation

Constructs a new TextViewSignals object.

Parameters:
text_viewA TextView object inheriting the TextViewSignals implementation.

Member Function Documentation

virtual void Xfc::Gtk::TextViewSignals::on_insert_at_cursor ( const String str) [virtual]

Called when text is inserted into the buffer at the current cursor position.

Parameters:
strThe new text to insert.
virtual void Xfc::Gtk::TextViewSignals::on_populate_popup ( Menu menu) [virtual]

Called when the text view displays its context-sensitive menu.

Parameters:
menuThe popup menu.
virtual void Xfc::Gtk::TextViewSignals::on_set_scroll_adjustments ( Adjustment hadjustment,
Adjustment vadjustment 
) [virtual]

Called when a text view is added to a scrolling aware parent.

Parameters:
hadjustmentThe horizontal adjustment.
vadjustmentThe vertical adjustment.

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