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

childproperty.h File Reference

GtkContainer child properties C++ interface. More...

#include <inti/glib/property.h>
#include <inti/glib/value.h>

Go to the source code of this file.

Namespaces


Detailed Description

GtkContainer child properties C++ interface.

The child property classes declared in this file are used by Inti to wrap the GtkContainer child property system. Properties are object specific. For each property, a class declares a protected static property that requires an object pointer and a class specific public accessor function that passes the object pointer for you. Most properties are readable and writable, but some one or the other. You can tell if a property is readable and/or writable by its protected declaration. To set a property you use its set() method. To get a property use its get() method. It is unlikely you will ever need to use these property classes yourself, unless your wrapping a new GTK+ C object. Usually you will use those properties already implemented by Inti. Setting and getting object properties is discussed in the Header Files section of the tutorial Introduction. Main Page - Footer


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