GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Gtk::Allocation Class Reference

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

#include <gfc/gtk/widget.hh>

Inheritance diagram for GFC::Gtk::Allocation:

GFC::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

GFC::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:
Generated on Tue Aug 24 00:34:44 2004 for GFC-UI by doxygen 1.3.8