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


Xfc::Gtk::UIManagerSignals Class Reference

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

#include <xfc/gtk/uimanagersignals.hh>

Inheritance diagram for Xfc::Gtk::UIManagerSignals:
Xfc::G::ObjectSignals Xfc::G::TypeInstance Xfc::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::UIManager.


Constructor & Destructor Documentation

Construct a new UIManagerSignals object.

Parameters:
ui_managerA UIManager object inheriting the UIManagerSignals implementation.

Member Function Documentation

virtual void Xfc::Gtk::UIManagerSignals::on_add_widget ( Widget widget) [virtual]

Called for each generated menubar and toolbar.

Parameters:
widgetThe added widget.

This method is not called for generated popup menus, which can be obtained by Gtk::UIManager::get_widget().

virtual void Xfc::Gtk::UIManagerSignals::on_connect_proxy ( Action action,
Widget proxy 
) [virtual]

Called after connecting a proxy widget to an action in the group.

Parameters:
actionThe action.
proxyThe proxy widget.

This handler is intended for simple customizations for which a custom action class would be too clumsy, e.g. showing tooltips for menu items in the statusbar.

virtual void Xfc::Gtk::UIManagerSignals::on_disconnect_proxy ( Action action,
Widget proxy 
) [virtual]

Called after disconnecting a proxy widget from an action in the group.

Parameters:
actionThe action.
proxyThe proxy widget.
virtual void Xfc::Gtk::UIManagerSignals::on_post_activate ( Action action) [virtual]

Called just after the action is activated.

Parameters:
actionThe action.

This handler is intended for applications to get notification just after any action is activated.

virtual void Xfc::Gtk::UIManagerSignals::on_pre_activate ( Action action) [virtual]

Called just before the action is activated.

Parameters:
actionThe action.

This handler is intended for applications to get notification just before any action is activated.


The documentation for this class was generated from the following file:
Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC