Label
Creates a org.gnome.gtk.Label that displays text.
Parameters
The displayed text.
Compose Modifier for layout and styling.
The mode used to ellipsize the text if it does not have enough space.
The alignment of the lines in the text.
The number of lines to which an ellipsized, wrapping label should display before it gets ellipsized.
The desired maximum width of the label, in characters.
Selects the line wrapping for the natural size request.
Whether the text can be selected.
Whether the label is in single line mode.
Whether the text uses Pango markup.
Whether to use an underscore in the label for mnemonic activation.
The desired width of the label, in characters.
Whether the text wraps if it's too long.
The mode used to wrap the text.
The horizontal alignment of the text.
The vertical alignment of the text.
Callback triggered when a link inside the text is activated using keyboard navigation or accessibility tools.
Callback triggered when the link is activated. Return true
to handle the event manually.
Callback triggered when the text is copied.