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

GFC::Gtk::UIManagerSignals Class Reference

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

#include <gfc/gtk/uimanagersignals.hh>

Inheritance diagram for GFC::Gtk::UIManagerSignals:

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


Constructor & Destructor Documentation

GFC::Gtk::UIManagerSignals::UIManagerSignals UIManager ui_manager  )  [protected]
 

Construct a new UIManagerSignals object.

Parameters:
ui_manager A UIManager object inheriting the UIManagerSignals implementation.


Member Function Documentation

virtual void GFC::Gtk::UIManagerSignals::on_add_widget Widget widget  )  [virtual]
 

Called for each generated menubar and toolbar.

Parameters:
widget The added widget.

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

virtual void GFC::Gtk::UIManagerSignals::on_connect_proxy Action action,
Widget proxy
[virtual]
 

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

Parameters:
action The action.
proxy The 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 GFC::Gtk::UIManagerSignals::on_disconnect_proxy Action action,
Widget proxy
[virtual]
 

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

Parameters:
action The action.
proxy The proxy widget.

virtual void GFC::Gtk::UIManagerSignals::on_post_activate Action action  )  [virtual]
 

Called just after the action is activated.

Parameters:
action The action.

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

virtual void GFC::Gtk::UIManagerSignals::on_pre_activate Action action  )  [virtual]
 

Called just before the action is activated.

Parameters:
action The 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:
Generated on Tue Aug 24 00:34:44 2004 for GFC-UI by doxygen 1.3.8