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

GFC::Gtk::EntryCompletionSignals Class Reference

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

#include <gfc/gtk/entrycompletionsignals.hh>

Inheritance diagram for GFC::Gtk::EntryCompletionSignals:

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::EntryCompletion.


Constructor & Destructor Documentation

GFC::Gtk::EntryCompletionSignals::EntryCompletionSignals EntryCompletion completion  )  [protected]
 

Construct a new EntryCompletionSignals object.

Parameters:
completion A EntryCompletion object inheriting the EntryCompletionSignals implementation.


Member Function Documentation

virtual void GFC::Gtk::EntryCompletionSignals::on_action_activated int  index  )  [virtual]
 

Called when an action is activated.

Parameters:
index The index of the activated action.

virtual bool GFC::Gtk::EntryCompletionSignals::on_match_selected const TreeModel model,
const TreeIter iter
[virtual]
 

Called when a match from the list is selected.

Parameters:
model The Gtk::TreeModel containing the matches.
iter A Gtk::TreeIter positioned at the selected match.
Returns:
true if the signal has been handled.

The default behaviour is to replace the contents of the entry with the contents of the text column in the row pointed to by iter.


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