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

GFC::Gtk::ContainerSignals Class Reference

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

#include <gfc/gtk/containersignals.hh>

Inheritance diagram for GFC::Gtk::ContainerSignals:

GFC::Gtk::WidgetSignals GFC::Gtk::ObjectSignals GFC::G::ObjectSignals GFC::G::TypeInstance GFC::Trackable GFC::Gtk::ButtonSignals GFC::Gtk::ColorSelectionSignals GFC::Gtk::ComboBoxSignals GFC::Gtk::HandleBoxSignals GFC::Gtk::ItemSignals GFC::Gtk::LayoutSignals GFC::Gtk::MenuShellSignals GFC::Gtk::NotebookSignals GFC::Gtk::SocketSignals GFC::Gtk::StatusbarSignals GFC::Gtk::TextViewSignals GFC::Gtk::ToolbarSignals GFC::Gtk::ToolItemSignals GFC::Gtk::TreeViewSignals GFC::Gtk::ViewportSignals GFC::Gtk::WindowSignals 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::Container.


Constructor & Destructor Documentation

GFC::Gtk::ContainerSignals::ContainerSignals Container container  )  [protected]
 

Construct a new ContainerSignals object.

Parameters:
container A Container object inheriting the ContainerSignals implementation.


Member Function Documentation

virtual void GFC::Gtk::ContainerSignals::on_add Widget widget  )  [virtual]
 

Called when a new child widget is added to the container.

Parameters:
widget The widget added to the container

virtual void GFC::Gtk::ContainerSignals::on_check_resize  )  [virtual]
 

Called when a container needs to check whether it should resize or when one of its children queues a resize request.

Only useful when writing a special custom widget.

virtual void GFC::Gtk::ContainerSignals::on_remove Widget widget  )  [virtual]
 

Called when a child widget is removed from the container.

Parameters:
widget The widget removed from the container

virtual void GFC::Gtk::ContainerSignals::on_set_focus_child Widget widget  )  [virtual]
 

Called when the container sets the focus on a child.

Parameters:
widget The widget that receives the focus. Only useful when writing a special custom widget.


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