ArrowType
Description:
[ CCode ( cprefix = "GTK_ARROW_" , type_id = "gtk_arrow_type_get_type ()" ) ]
public enum ArrowType
Used to indicate the direction in which an arrow should point.
Content:
Enum values:
- DOWN - Represents a downward pointing arrow.
- LEFT - Represents a left pointing arrow.
- NONE - No arrow.
- RIGHT - Represents a right pointing arrow.
- UP - Represents an upward pointing arrow.