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

GFC::Gtk::Requisition Class Reference

A GtkRequisition C++ wrapper class. More...

#include <gfc/gtk/widget.hh>

List of all members.

Public Member Functions

Constructors
Accessors
Methods

Detailed Description

A GtkRequisition C++ wrapper class.

Requisition holds the preferred size for a widget. It derives publicly from GtkRequisition. Requisition uses default copy, assignment and destruction and allows public access to GtkRequisition's width and height fields.


Constructor & Destructor Documentation

GFC::Gtk::Requisition::Requisition int  width,
int  height
 

Construct a requisition with the specified width and height.

Parameters:
width The width of the requisition.
height The height of the requisition.

GFC::Gtk::Requisition::Requisition const GtkRequisition &  requisition  ) 
 

Construct a requisition from an exisiting GtkRequisition.

Parameters:
requisition A GtkRequisition.


Member Function Documentation

bool GFC::Gtk::Requisition::operator!= const Requisition other  )  const
 

Returns true if this requisition is not equal to other.

Parameters:
other Another Requisition.

bool GFC::Gtk::Requisition::operator== const Requisition other  )  const
 

Returns true if this requisition is equal to other.

Parameters:
other Another Requisition.

void GFC::Gtk::Requisition::set int  width,
int  height
 

Set the width and height for the requisition.

Parameters:
width The new width of the requisition.
height The new height of the requisition.


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