LabelPropertyName
public enum LabelPropertyName : String, PropertyNameProtocol
Undocumented
-
A list of style attributes to apply to the text of the label.
Declaration
Swift
case attributes = "attributes"
-
Whether the widget or any of its descendents can accept the input focus.
This property is meant to be set by widget implementations, typically in their instance init function.
Declaration
Swift
case canFocus = "can-focus"
-
Whether the widget can receive pointer events.
Declaration
Swift
case canTarget = "can-target"
-
A list of css classes applied to this widget.
Declaration
Swift
case cssClasses = "css-classes"
-
The name of this widget in the CSS tree.
This property is meant to be set by widget implementations, typically in their instance init function.
Declaration
Swift
case cssName = "css-name"
-
The cursor used by
widget
.Declaration
Swift
case cursor = "cursor"
-
The preferred place to ellipsize the string, if the label does not have enough room to display the entire string.
Note that setting this property to a value other than
PANGO_ELLIPSIZE_NONE
has the side-effect that the label requests only enough space to display the ellipsis “…”. In particular, this means that ellipsizing labels do not work well in notebook tabs, unless the [propertyGtk.NotebookPage:tab-expand
] child property is set totrue
. Other ways to set a label’s width are [methodGtk.Widget.set_size_request
] and [methodGtk.Label.set_width_chars
].Declaration
Swift
case ellipsize = "ellipsize"
-
A menu model whose contents will be appended to the context menu.
Declaration
Swift
case extraMenu = "extra-menu"
-
Whether the widget should grab focus when it is clicked with the mouse.
This property is only relevant for widgets that can take focus.
Declaration
Swift
case focusOnClick = "focus-on-click"
-
Whether this widget itself will accept the input focus.
Declaration
Swift
case focusable = "focusable"
-
How to distribute horizontal space if widget gets extra space.
Declaration
Swift
case halign = "halign"
-
Whether the widget is the default widget.
Declaration
Swift
case hasDefault = "has-default"
-
Whether the widget has the input focus.
Declaration
Swift
case hasFocus = "has-focus"
-
Enables or disables the emission of the
query-tooltip
signal onwidget
.A value of
true
indicates thatwidget
can have a tooltip, in this case the widget will be queried using [signalGtk.Widget::query-tooltip
] to determine whether it will provide a tooltip or not.Declaration
Swift
case hasTooltip = "has-tooltip"
-
Override for height request of the widget.
If this is -1, the natural request will be used.
Declaration
Swift
case heightRequest = "height-request"
-
Whether to expand horizontally.
Declaration
Swift
case hexpand = "hexpand"
-
Whether to use the
hexpand
property.Declaration
Swift
case hexpandSet = "hexpand-set"
-
The alignment of the lines in the text of the label, relative to each other.
This does not affect the alignment of the label within its allocation. See [property
Gtk.Label:xalign
] for that.Declaration
Swift
case justify = "justify"
-
The contents of the label.
If the string contains Pango markup (see [func
Pango.parse_markup
]), you will have to set the [propertyGtk.Label:use-markup
] property totrue
in order for the label to display the markup attributes. See also [methodGtk.Label.set_markup
] for a convenience function that sets both this property and the [propertyGtk.Label:use-markup
] property at the same time.If the string contains underlines acting as mnemonics, you will have to set the [property
Gtk.Label:use-underline
] property totrue
in order for the label to display them.Declaration
Swift
case label = "label"
-
The
GtkLayoutManager
instance to use to compute the preferred size of the widget, and allocate its children.This property is meant to be set by widget implementations, typically in their instance init function.
Declaration
Swift
case layoutManager = "layout-manager"
-
The number of lines to which an ellipsized, wrapping label should be limited.
This property has no effect if the label is not wrapping or ellipsized. Set this property to -1 if you don’t want to limit the number of lines.
Declaration
Swift
case lines = "lines"
-
Margin on bottom side of widget.
This property adds margin outside of the widget’s normal size request, the margin will be added in addition to the size from [method
Gtk.Widget.set_size_request
] for example.Declaration
Swift
case marginBottom = "margin-bottom"
-
Margin on end of widget, horizontally.
This property supports left-to-right and right-to-left text directions.
This property adds margin outside of the widget’s normal size request, the margin will be added in addition to the size from [method
Gtk.Widget.set_size_request
] for example.Declaration
Swift
case marginEnd = "margin-end"
-
Margin on start of widget, horizontally.
This property supports left-to-right and right-to-left text directions.
This property adds margin outside of the widget’s normal size request, the margin will be added in addition to the size from [method
Gtk.Widget.set_size_request
] for example.Declaration
Swift
case marginStart = "margin-start"
-
Margin on top side of widget.
This property adds margin outside of the widget’s normal size request, the margin will be added in addition to the size from [method
Gtk.Widget.set_size_request
] for example.Declaration
Swift
case marginTop = "margin-top"
-
The desired maximum width of the label, in characters.
If this property is set to -1, the width will be calculated automatically.
See the section on text layout for details of how [property
Gtk.Label:width-chars
] and [propertyGtk.Label:max-width-chars
] determine the width of ellipsized and wrapped labels.Declaration
Swift
case maxWidthChars = "max-width-chars"
-
The mnemonic accelerator key for the label.
Declaration
Swift
case mnemonicKeyval = "mnemonic-keyval"
-
The widget to be activated when the labels mnemonic key is pressed.
Declaration
Swift
case mnemonicWidget = "mnemonic-widget"
-
The name of the widget.
Declaration
Swift
case name = "name"
-
The requested opacity of the widget.
Declaration
Swift
case opacity = "opacity"
-
How content outside the widget’s content area is treated.
This property is meant to be set by widget implementations, typically in their instance init function.
Declaration
Swift
case overflow = "overflow"
-
The parent widget of this widget.
Declaration
Swift
case parent = "parent"
-
Whether the widget will receive the default action when it is focused.
Declaration
Swift
case receivesDefault = "receives-default"
-
The
GtkRoot
widget of the widget tree containing this widget.This will be
nil
if the widget is not contained in a root widget.Declaration
Swift
case root = "root"
-
The scale factor of the widget.
Declaration
Swift
case scaleFactor = "scale-factor"
-
Whether the label text can be selected with the mouse.
Declaration
Swift
case selectable = "selectable"
-
Whether the widget responds to input.
Declaration
Swift
case sensitive = "sensitive"
-
Whether the label is in single line mode.
In single line mode, the height of the label does not depend on the actual text, it is always set to ascent + descent of the font. This can be an advantage in situations where resizing the label because of text changes would be distracting, e.g. in a statusbar.
Declaration
Swift
case singleLineMode = "single-line-mode"
-
Sets the text of tooltip to be the given string, which is marked up with Pango markup.
Also see [method
Gtk.Tooltip.set_markup
].This is a convenience property which will take care of getting the tooltip shown if the given string is not
nil
: [propertyGtk.Widget:has-tooltip
] will automatically be set totrue
and there will be taken care of [signalGtk.Widget::query-tooltip
] in the default signal handler.Note that if both [property
Gtk.Widget:tooltip-text
] and [propertyGtk.Widget:tooltip-markup
] are set, the last one wins.Declaration
Swift
case tooltipMarkup = "tooltip-markup"
-
Sets the text of tooltip to be the given string.
Also see [method
Gtk.Tooltip.set_text
].This is a convenience property which will take care of getting the tooltip shown if the given string is not
nil
: [propertyGtk.Widget:has-tooltip
] will automatically be set totrue
and there will be taken care of [signalGtk.Widget::query-tooltip
] in the default signal handler.Note that if both [property
Gtk.Widget:tooltip-text
] and [propertyGtk.Widget:tooltip-markup
] are set, the last one wins.Declaration
Swift
case tooltipText = "tooltip-text"
-
true
if the text of the label includes Pango markup.See [func
Pango.parse_markup
].Declaration
Swift
case useMarkup = "use-markup"
-
true
if the text of the label indicates a mnemonic with _.Declaration
Swift
case useUnderline = "use-underline"
-
How to distribute vertical space if widget gets extra space.
Declaration
Swift
case valign = "valign"
-
Whether to expand vertically.
Declaration
Swift
case vexpand = "vexpand"
-
Whether to use the
vexpand
property.Declaration
Swift
case vexpandSet = "vexpand-set"
-
Whether the widget is visible.
Declaration
Swift
case visible = "visible"
-
The desired width of the label, in characters.
If this property is set to -1, the width will be calculated automatically.
See the section on text layout for details of how [property
Gtk.Label:width-chars
] and [propertyGtk.Label:max-width-chars
] determine the width of ellipsized and wrapped labels.Declaration
Swift
case widthChars = "width-chars"
-
Override for width request of the widget.
If this is -1, the natural request will be used.
Declaration
Swift
case widthRequest = "width-request"
-
true
if the label text will wrap if it gets too wide.Declaration
Swift
case wrap = "wrap"
-
Controls how the line wrapping is done.
This only affects the formatting if line wrapping is on (see the [property
Gtk.Label:wrap
] property). The default isPANGO_WRAP_WORD
, which means wrap on word boundaries.Declaration
Swift
case wrapMode = "wrap-mode"
-
The horizontal alignment of the label text inside its size allocation.
Compare this to [property
Gtk.Widget:halign
], which determines how the labels size allocation is positioned in the space available for the label.Declaration
Swift
case xalign = "xalign"
-
The vertical alignment of the label text inside its size allocation.
Compare this to [property
Gtk.Widget:valign
], which determines how the labels size allocation is positioned in the space available for the label.Declaration
Swift
case yalign = "yalign"