Displays an arrow pointing in one of the four cardinal directions.
The GtkArrow widget can be used to draw simple arrows that need to point in one of the four cardinal directions (up, down, left and right). The Style of the arrow displayed may be modified to suit your requirements by modifying the values of the parameters GtkShadowType and GtkArrowType.
GtkArrow will fill any space allotted to it, but since it is inherited from GtkMisc, 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() .
-- Creates an arrow widget pointing in one of the four cardinal directions.
Use get_property and set_property methods to access these.
arrow_type: The direction the arrow is currently pointing. shadow_type: The shadow style of the arrow.