Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Gtk::TearoffMenuItem Class Reference

A GtkTearoffMenuItem C++ wrapper class. More...

#include <inti/gtk/tearoffmenuitem.h>

Inheritance diagram for Inti::Gtk::TearoffMenuItem:

Inti::Gtk::MenuItem Inti::Gtk::Item Inti::Gtk::Bin Inti::Gtk::Container Inti::Gtk::Widget Inti::Gtk::Object Inti::Atk::Implementor Inti::G::Object Inti::G::TypeInterface Inti::G::TypeInstance Inti::MemoryHandler Inti::G::TypeInstance Inti::ReferencedBase Inti::ReferencedBase List of all members.

Public Member Functions

Constructors
Accessors

Protected Member Functions

Constructors

Detailed Description

A GtkTearoffMenuItem C++ wrapper class.

TearoffMenuItem is a special MenuItem which is used to tear off and reattach its menu. When its menu is shown normally, the TearoffMenuItem is drawn as a dotted line indicating that the menu can be torn off. Activating it causes its menu to be torn off and displayed in its own window as a tearoff menu. When its menu is shown as a tearoff menu, the TearoffMenuItem is drawn as a dotted line which has a left pointing arrow graphic indicating that the tearoff menu can be reattached. Activating it will erase the tearoff menu window.


Constructor & Destructor Documentation

Inti::Gtk::TearoffMenuItem::TearoffMenuItem GtkTearoffMenuItem *  tearoff_menu_item,
bool  reference = false
[explicit, protected]
 

Construct a new TearoffMenuItem from an existing GtkTearoffMenuItem.

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

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


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:19 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002