   #home GTK Classes GtkAlignment::set GtkArrow Constructor

       GTK Classes
   Prev  GtkArrow  Next
     _________________________________________________________________

GtkArrow

     An arrow pointing in one of the four cardinal directions.

Object Hierarchy

   GtkObject
   `-- GtkWidget
         `-- GtkMisc
               `-- GtkArrow

Description

     The GtkArrow widget is a drawn triangle that has its "nose"
     pointing in the direction specified during construction. The look
     of the arrow is varied through the choice of GtkShadowType, and it
     inherits from the GtkMisc class the ability to have its own padding
     and alignment properties altered directly, both of which can also
     have a surprisingly big impact on the arrow's appearance.

Constructor

   GtkArrow ( GtkArrowType arrow_type , GtkShadowType shadow_type );

     -- Displays an arrow pointing in one of the four cardinal
     directions.

Methods

   set()
     Sets new parameter values for an existing GtkArrow.

  Properties

   arrow_type:
     Direction of arrow's nose.

   shadow_type:
     Appearance of arrow.
     _________________________________________________________________

   Prev               Home                  Next
   GtkAlignment::set   Up   GtkArrow Constructor
