enum Gtk::InscriptionOverflow
Overview
The different methods to handle text in #Gtk::Inscription when it doesn't fit the available space.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
Clip =
0_u32
-
Clip the remaining text
-
EllipsizeStart =
1_u32
-
Omit characters at the start of the text
-
EllipsizeMiddle =
2_u32
-
Omit characters at the middle of the text
-
EllipsizeEnd =
3_u32
-
Omit characters at the end of the text
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.