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

GFC::Gtk::StatusbarSignals Class Reference

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

#include <gfc/gtk/statusbarsignals.hh>

Inheritance diagram for GFC::Gtk::StatusbarSignals:

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


Constructor & Destructor Documentation

GFC::Gtk::StatusbarSignals::StatusbarSignals Statusbar statusbar  )  [protected]
 

Constructs a new StatusbarSignals object.

Parameters:
statusbar A Statusbar object inheriting the StatusbarSignals implementation.


Member Function Documentation

virtual void GFC::Gtk::StatusbarSignals::on_text_popped unsigned int  context_id,
const String text
[virtual]
 

Called whenever a new message is popped off a statusbar's stack.

Parameters:
context_id The context id of the relevant message.
text The message that was just popped.

virtual void GFC::Gtk::StatusbarSignals::on_text_pushed unsigned int  context_id,
const String text
[virtual]
 

Called whenever a new message gets pushed onto a statusbar's stack.

Parameters:
context_id The context id of the relevant message.
text The message that was pushed.


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