Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Xfc::Gtk::ContainerSignals Class Reference

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

#include <xfc/gtk/containersignals.hh>

Inheritance diagram for Xfc::Gtk::ContainerSignals:

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

Xfc::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 Xfc::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 Xfc::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 Xfc::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 Xfc::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: Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC 4.3