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

Inti::Gtk::Arrow Class Reference

A GtkArrow C++ wrapper class. More...

#include <inti/gtk/arrow.h>

Inheritance diagram for Inti::Gtk::Arrow:

Inti::Gtk::Misc Inti::Gtk::Widget Inti::Gtk::Object Inti::Atk::Implementor Inti::G::Object Inti::G::TypeInterface Inti::G::TypeInstance Inti::MemoryHandler Inti::G::TypeInstance Inti::ReferencedBase Inti::ReferencedBase List of all members.

Public Member Functions

Constructors
Accessors
Methods
Property Proxies

Protected Member Functions

Constructors

Detailed Description

A GtkArrow C++ wrapper class.

Arrow should be used to draw simple arrows that need to point in one of the four cardinal directions (up, down, left, or right). The style of the arrow can be one of shadow in, shadow out, etched in, or etched out.

Arrow will fill any space alloted to it, but since it is inherited from Misc, it can be padded and/or aligned, to fill exactly the space the programmer desires. The direction or style of an arrow can be changed after creation by using set().


Constructor & Destructor Documentation

Inti::Gtk::Arrow::Arrow GtkArrow *  arrow,
bool  reference = false
[explicit, protected]
 

Construct a new Arrow from an existing GtkArrow.

Parameters:
arrow A pointer to a GtkArrow.
reference Set false if the initial reference count is floating, set true if it's not.

The arrow can be a newly created GtkArrow or an existing GtkArrow. (see G::Object::Object).

Inti::Gtk::Arrow::Arrow ArrowType  arrow_type,
ShadowType  shadow_type
 

Construct an Arrow with the specified direction and style.

Parameters:
arrow_type The direction of the arrow, a valid ArrowType.
shadow_type The style of the arrow, a valid ShadowType.


Member Function Documentation

void Inti::Gtk::Arrow::set ArrowType  arrow_type,
ShadowType  shadow_type
 

Sets the direction and style of the Arrow.

Parameters:
arrow_type The direction of the arrow, a valid ArrowType.
shadow_type The style of the arrow, a valid ShadowType.


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