Constructor
GtkArrownew
deprecated: 3.14
Declaration [src]
GtkWidget*
gtk_arrow_new (
GtkArrowType arrow_type,
GtkShadowType shadow_type
)
Description [src]
Creates a new GtkArrow
widget.
Deprecated since: 3.14
Use a GtkImage
with a suitable icon.
Parameters
arrow_type
-
Type:
GtkArrowType
A valid
GtkArrowType
. shadow_type
-
Type:
GtkShadowType
A valid
GtkShadowType
.
Return value
Type: GtkWidget
The new GtkArrow
widget.
The data is owned by the called function. |