Package: gtk

GEnum gtk:text-direction

Declaration

(gobject:define-genum "GtkTextDirection" text-direction
  (:export t
   :type-initializer "gtk_text_direction_get_type")
  (:none 0)
  (:ltr 1)
  (:rtl 2))  

Values

:none
No direction.
:ltr
Left to right text direction.
:rtl
Right to left text direction.

Details

Reading directions for text.
 

See also

2024-3-24