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

GFC::Gtk::WindowSignals Class Reference

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

#include <gfc/gtk/windowsignals.hh>

Inheritance diagram for GFC::Gtk::WindowSignals:

GFC::Gtk::ContainerSignals GFC::Gtk::WidgetSignals GFC::Gtk::ObjectSignals GFC::G::ObjectSignals GFC::G::TypeInstance GFC::Trackable GFC::Gtk::DialogSignals GFC::Gtk::PlugSignals 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::Window.


Constructor & Destructor Documentation

GFC::Gtk::WindowSignals::WindowSignals Window window  )  [protected]
 

Constructs a new WindowSignals object.

Parameters:
window A Window object inheriting the WindowSignals implementation.


Member Function Documentation

virtual bool GFC::Gtk::WindowSignals::on_frame_event const Gdk::Event event  )  [virtual]
 

Called whenever the window receives an event targeted at the frame.

Parameters:
event The Gdk::Event.
Returns:
false to allow the default frame event handler to be called.

Returning true will prevent further propagation of this event and the default frame event handler will not be called. This handler is typically called when a user tries to resize the window frame. Returning true will prevent the frame being resized and returning false will allow the resizing to proceed.

virtual void GFC::Gtk::WindowSignals::on_set_focus Widget focus  )  [virtual]
 

Called when the focus widget for the window changes.

Parameters:
focus The focus widget, or null if the focus is unset.


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