Google

logo top
Main Page   Widgets   Namespaces   Book  

Gtk::Arrow Class Reference
[Widgets]

Produces an arrow pointing in one of the four cardinal directions. More...

Inheritance diagram for Gtk::Arrow:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~Arrow ()
GtkArrow* gobj ()
const GtkArrow* gobj () const
 Arrow (ArrowType arrow_type, ShadowType shadow_type)
 Creates an arrow.

void set (ArrowType arrow_type, ShadowType shadow_type)
Glib::PropertyProxy<ArrowTypeproperty_arrow_type ()
Glib::PropertyProxy<ShadowTypeproperty_shadow_type ()

Related Functions

(Note that these are not member functions.)

Gtk::Arrow* wrap (GtkArrow* object, bool take_copy=false)

Detailed Description

Produces an arrow pointing in one of the four cardinal directions.

This is intended for use where a directional arrow (in one of the four cardinal directions) is desired. As such, it has very limited functionality and basically only draws itself in a particular direction and with a particular shadow type.

Gtk::Arrow will fill any space alloted to it, but since it is inherited from Gtk::Misc, it can be padded and/or aligned, to fill exactly the space the programmer desires.


Constructor & Destructor Documentation

virtual Gtk::Arrow::~Arrow (   [virtual]
 

Gtk::Arrow::Arrow ( ArrowType    arrow_type,
ShadowType    shadow_type
[explicit]
 

Creates an arrow.

Parameters:
arrow_type A Gtk::ArrowType enum describing the arrow direction.
shadow_type A Gtk::ShadowType enum describing the shadow type of the arrow.


Member Function Documentation

const GtkArrow* Gtk::Arrow::gobj (   const [inline]
 

Reimplemented from Gtk::Misc.

GtkArrow* Gtk::Arrow::gobj (   [inline]
 

Reimplemented from Gtk::Misc.

Glib::PropertyProxy<ArrowType> Gtk::Arrow::property_arrow_type (  
 

Glib::PropertyProxy<ShadowType> Gtk::Arrow::property_shadow_type (  
 

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


Friends And Related Function Documentation

Gtk::Arrow* wrap ( GtkArrow*    object,
bool    take_copy = false
[related]
 


The documentation for this class was generated from the following file:
Generated for gtkmm by Doxygen 1.3-rc1 © 1997-2001