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

GFC::Atk::TextRectangle Class Reference

An AtkTextRectangle C++ wrapper class. More...

#include <gfc/atk/text.hh>

List of all members.

Public Member Functions

Constructors
Accessors
Methods

Detailed Description

An AtkTextRectangle C++ wrapper class.

TextRectangle represents an object used to store a rectangle used by Atk::Text. It uses default copy, assignment and destruction.


Constructor & Destructor Documentation

GFC::Atk::TextRectangle::TextRectangle int  x,
int  y,
int  width,
int  height
 

Construct a new text rectangle.

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

GFC::Atk::TextRectangle::TextRectangle const AtkTextRectangle &  rectangle  ) 
 

Construct a new text rectangle from an existing AtkTextRectangle.

Parameters:
rectangle A AtkTextRectangle.


Member Function Documentation

void GFC::Atk::TextRectangle::set int  x,
int  y,
int  width,
int  height
 

Sets the position and size of the text rectangle.

Parameters:
x The new X coordinate of the text rectangle.
y The new Y coordinate of the text rectangle.
width The new width of the text rectangle.
height The new height of the text rectangle.


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:34:35 2004 for GFC-UI by doxygen 1.3.8