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


Xfc::Gtk::Item Class Reference

A GtkItem C++ wrapper class. More...

#include <xfc/gtk/item.hh>

Inheritance diagram for Xfc::Gtk::Item:
Xfc::Gtk::Bin Xfc::Gtk::Container Xfc::Gtk::Widget Xfc::Gtk::Object Xfc::Atk::Implementor Xfc::G::Object Xfc::G::TypeInterface Xfc::G::TypeInstance Xfc::G::TypeInstance Xfc::Trackable Xfc::Trackable Xfc::Gtk::MenuItem Xfc::Gtk::CheckMenuItem Xfc::Gtk::ImageMenuItem Xfc::Gtk::SeparatorMenuItem Xfc::Gtk::TearoffMenuItem Xfc::Gtk::RadioMenuItem

List of all members.

Public Member Functions

Accessors



Methods



Signal Proxies



Signal Prototypes

Constructors


Detailed Description

A GtkItem C++ wrapper class.

The Item widget is an abstract base class for MenuItem.


Constructor & Destructor Documentation

Xfc::Gtk::Item::Item ( GtkItem *  item,
bool  owns_reference = false 
) [explicit, protected]

Construct a new Item from an existing GtkItem.

Parameters:
item A pointer to a GtkItem.
owns_reference Set false if the initial reference count is floating, set true if it's not.

The item can be a newly created GtkItem or an existing GtkItem (see G::Object::Object).


Member Data Documentation

Deselect signal (see signal_deselect()).

Calls a slot with the signature:

< void function();
<

Select signal (see signal_select()).

Calls a slot with the signature:

< void function();
<

Toggle signal (see signal_toggle()).

Calls a slot with the signature:

< void function();
<

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