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

Inti::Gtk::Allocation Class Reference

A GtkAllocation C++ wrapper class. More...

#include <inti/gtk/widget.h>

Inheritance diagram for Inti::Gtk::Allocation:

Inti::Gdk::Rectangle List of all members.

Public Member Functions

Constructors
Accessors

Detailed Description

A GtkAllocation C++ wrapper class.

Allocation holds the position and size allocated to a widget. It derives publicly from Gdk::Rectangle, which derives publicly from GdkRectangle. Allocation uses default copy, assignment and destruction and allows public access to GdkRectangle's x, y, width and height fields.


Constructor & Destructor Documentation

Inti::Gtk::Allocation::Allocation int  x,
int  y,
int  width,
int  height
 

Construct an allocation with the specified position an size.

Parameters:
x The X coordinate.
y The Y coordinate.
width The width of the allocation.
height The height of the allocation.


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


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