Description
Displays an arrowMethods and Functions
gtkArrowNew(arrow.type = NULL, shadow.type = NULL, show = TRUE)
gtkArrowSet(object, arrow.type, shadow.type)
gtkArrow(arrow.type = NULL, shadow.type = NULL, show = TRUE)
Hierarchy
\link{GObject}
+----\link{GtkObject}
+----\link{GtkWidget}
+----\link{GtkMisc}
+----GtkArrowInterfaces
GtkArrow implements
AtkImplementorIface.Detailed Description
GtkArrow 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. Note that these directions and style types may be
ammended in versions of Gtk to come.
GtkArrow will fill any space alloted to it, but since it is inherited
from GtkMisc
, it can be padded and/or aligned, to fill exactly the
space the programmer desires.
Arrows are created with a call to gtkArrowNew
. The direction or
style of an arrow can be changed after creation by using gtkArrowSet
.Convenient Construction
gtkArrow
is the equivalent of gtkArrowNew
.References
http://developer.gnome.org/doc/API/2.0/gtk/GtkArrow.html