11.28Class GtkArrow

Displays an arrow

Class GtkArrow( [arrow_type],[shadow_type] )
arrow_type a valid GtkArrowType (default GTK_ARROW_NONE)
shadow_type a valid GtkShadowType (default GTK_SHADOW_NONE)

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.

Methods
setSets the direction and style of the GtkArrow.

Methods

set

Sets the direction and style of the GtkArrow.

GtkArrow.set( arrow_type, shadow_type )
arrow_type a valid GtkArrowType
shadow_type a valid GtkShadowType
Made with http://www.falconpl.org