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

GFC::Gtk::MenuItemSignals Class Reference

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

#include <gfc/gtk/menuitemsignals.hh>

Inheritance diagram for GFC::Gtk::MenuItemSignals:

GFC::Gtk::ItemSignals GFC::Gtk::ContainerSignals GFC::Gtk::WidgetSignals GFC::Gtk::ObjectSignals GFC::G::ObjectSignals GFC::G::TypeInstance GFC::Trackable GFC::Gtk::CheckMenuItemSignals GFC::Gtk::RadioMenuItemSignals List of all members.

Public Member Functions

Signal Handlers

Protected Member Functions

Contructors

Detailed Description

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


Constructor & Destructor Documentation

GFC::Gtk::MenuItemSignals::MenuItemSignals MenuItem menu_item  )  [protected]
 

Construct a new MenuItemSignals object.

Parameters:
menu_item A MenuItem object inheriting the MenuItemSignals implementation.


Member Function Documentation

virtual void GFC::Gtk::MenuItemSignals::on_activate_item  )  [virtual]
 

Called when the menu item is activated, but also if the menu item has a submenu.

For normal applications, the relevant signal is "activate".

virtual void GFC::Gtk::MenuItemSignals::on_toggle_size_allocate int  allocate  )  [virtual]
 

Called when MenuBar or Menu allocates a size for the toggle.

Parameters:
allocate The size allocated to the toggle.

For CheckMenuItem the toggle is a checkbox. For ImageMenuItem the Toggle is an image.

virtual void GFC::Gtk::MenuItemSignals::on_toggle_size_request int *  requisition  )  [virtual]
 

Called when MenuBar or Menu requests the size of the toggle.

Parameters:
requisition The return location for the size of the toggle.

For CheckMenuItem the toggle is a checkbox. For ImageMenuItem the Toggle is an image.


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