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

Inti::Gtk::MenuBar Class Reference

A GtkMenuBar C++ wrapper class. More...

#include <inti/gtk/menubar.h>

Inheritance diagram for Inti::Gtk::MenuBar:

Inti::Gtk::MenuShell 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 GtkMenuBar C++ wrapper class.

The MenuBar is a subclass of MenuShell which contains one or more MenuItem. The result is a standard menu bar which can hold many menu items. MenuBar allows for a shadow type to be set for aesthetic purposes.


Constructor & Destructor Documentation

Inti::Gtk::MenuBar::MenuBar GtkMenuBar *  menu_bar,
bool  reference = false
[explicit, protected]
 

Construct a new MenuBar from an existing GtkMenuBar.

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

The menu_bar can be a newly created GtkMenuBar or an existing GtkMenuBar (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:17 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002