GtkArrow

GtkArrow

An arrow pointing in one of the four cardinal directions.

Object Hierarchy

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

Direct subclasses

None.

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.