Method
GtkArrowset
deprecated: 3.14
Declaration [src]
void
gtk_arrow_set (
GtkArrow* arrow,
GtkArrowType arrow_type,
GtkShadowType shadow_type
)
Description [src]
Sets the direction and style of the GtkArrow
, arrow
.
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
.