Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Xfc::Atk::TextRectangle Class Reference

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

#include <xfc/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

Xfc::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.

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

Construct a new text rectangle from an existing AtkTextRectangle.

Parameters:
rectangle A AtkTextRectangle.


Member Function Documentation

void Xfc::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: Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC 4.3