GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Gtk::TextViewSignals Class Reference

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

#include <gfc/gtk/textviewsignals.hh>

Inheritance diagram for GFC::Gtk::TextViewSignals:

GFC::Gtk::ContainerSignals GFC::Gtk::WidgetSignals GFC::Gtk::ObjectSignals GFC::G::ObjectSignals GFC::G::TypeInstance GFC::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

GFC::Gtk::TextViewSignals::TextViewSignals TextView text_view  )  [protected]
 

Constructs a new TextViewSignals object.

Parameters:
text_view A TextView object inheriting the TextViewSignals implementation.


Member Function Documentation

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

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

Parameters:
str The new text to insert.

virtual void GFC::Gtk::TextViewSignals::on_populate_popup Menu menu  )  [virtual]
 

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

Parameters:
menu The popup menu.

virtual void GFC::Gtk::TextViewSignals::on_set_scroll_adjustments Adjustment hadjustment,
Adjustment vadjustment
[virtual]
 

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

Parameters:
hadjustment The horizontal adjustment.
vadjustment The vertical adjustment.


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:34:43 2004 for GFC-UI by doxygen 1.3.8