Module: Gtk::InscriptionOverflow

Defined in:
(unknown)

Constant Summary collapse

CLIP =

Clip the remaining text

0 or :clip
ELLIPSIZE_START =

Omit characters at the start of the text

1 or :ellipsize_start
ELLIPSIZE_MIDDLE =

Omit characters at the middle of the text

2 or :ellipsize_middle
ELLIPSIZE_END =

Omit characters at the end of the text

3 or :ellipsize_end