Arrow.this

Creates a new #GtkArrow widget.

More...
  1. this(GtkArrow* gtkArrow, bool ownedRef)
  2. this(GtkArrowType arrowType, GtkShadowType shadowType)

Parameters

arrowType GtkArrowType

a valid #GtkArrowType.

shadowType GtkShadowType

a valid #GtkShadowType.

Return Value

the new #GtkArrow widget.

Detailed Description

Deprecated: Use a #GtkImage with a suitable icon.

Throws

ConstructionException GTK+ fails to create the object.

Meta