Package: gtk

GEnum gtk:inscription-overflow

Declaration

(gobject:define-genum "GtkInscriptionOverflow" inscription-overflow
  (:export t
   :type-initializer "gtk_inscription_overflow_get_type")
  (:clip 0)
  (:ellipsize-start 1)
  (:ellipsize-middle 2)
  (:ellipsize-end 3))  

Values

:clip
Clip the remaining text.
:ellipsize-start
Omit characters at the start of the text.
:ellipsize-middle
Omit characters at the middle of the text.
:ellipsize-end
Omit characters at the end of the text.

Details

The different methods to handle text in the gtk:inscription widget when it does not fit the available space.

Since 4.8
 

See also

2024-4-25