Package: gtk

GEnum gtk:arrow-type

Declaration

(gobject:define-genum "GtkArrowType" arrow-type
  (:export t
   :type-initializer "gtk_arrow_type_get_type")
  (:up 0)
  (:down 1)
  (:left 2)
  (:right 3)
  (:none 4))  

Values

:up
Represents an upward pointing arrow.
:down
Represents a downward pointing arrow.
:left
Represents a left pointing arrow.
:right
Represents a right pointing arrow.
:none
No arrow.

Details

Used to indicate the direction in which an arrow should point in a gtk:menu-button widget.
 

See also

2024-4-20