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

Inti::Gtk::HSeparator Class Reference

A GtkHSeparator C++ wrapper class. More...

#include <inti/gtk/separator.h>

Inheritance diagram for Inti::Gtk::HSeparator:

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

The HSeparator widget is a horizontal separator, used to group the widgets within a window. It displays a horizontal line with a shadow to make it appear sunken into the interface. Note, the HSeparator widget cannot used as a separator within menus. To create a separator in a menu use a SeparatorMenuItem widget.


Constructor & Destructor Documentation

Inti::Gtk::HSeparator::HSeparator GtkHSeparator *  hseparator,
bool  reference = false
[explicit, protected]
 

Construct a new HSeparator from an existing GtkHSeparator.

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

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