mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Fix a missing id in the docs
label-text-layout was missing, causing two broken links further down in the page.
This commit is contained in:
parent
a8915b89d7
commit
656deeb489
@ -169,9 +169,9 @@
|
||||
* Labels can be made selectable with gtk_label_set_selectable().
|
||||
* Selectable labels allow the user to copy the label contents to
|
||||
* the clipboard. Only labels that contain useful-to-copy information
|
||||
* — such as error messages — should be made selectable.
|
||||
* — such as error messages — should be made selectable.
|
||||
*
|
||||
* # Text layout
|
||||
* # Text layout # {#label-text-layout}
|
||||
*
|
||||
* A label can contain any number of paragraphs, but will have
|
||||
* performance problems if it contains more than a small number.
|
||||
|
Loading…
Reference in New Issue
Block a user