Fix broken link to Pango markup documentation

This commit is contained in:
Rob Hoelz 2020-03-12 21:16:29 -05:00
parent 1e1f5380a6
commit 1637e03dad
7 changed files with 8 additions and 8 deletions

View File

@ -146,7 +146,7 @@ function textbox:get_height_for_width_at_dpi(width, dpi)
end end
--- Set the text of the textbox.(with --- Set the text of the textbox.(with
-- [Pango markup](https://developer.gnome.org/pango/stable/PangoMarkupFormat.html)). -- [Pango markup](https://developer.gnome.org/pango/stable/pango-Markup.html)).
-- --
-- @tparam string text The text to set. This can contain pango markup (e.g. -- @tparam string text The text to set. This can contain pango markup (e.g.
-- `<b>bold</b>`). You can use `gears.string.escape` to escape -- `<b>bold</b>`). You can use `gears.string.escape` to escape
@ -176,7 +176,7 @@ function textbox:set_markup_silently(text)
end end
--- Set the text of the textbox (with --- Set the text of the textbox (with
-- [Pango markup](https://developer.gnome.org/pango/stable/PangoMarkupFormat.html)). -- [Pango markup](https://developer.gnome.org/pango/stable/pango-Markup.html)).
-- --
-- @property markup -- @property markup
-- @tparam string text The text to set. This can contain pango markup (e.g. -- @tparam string text The text to set. This can contain pango markup (e.g.

View File

@ -37,7 +37,7 @@ TEXTFORMATERUNG
Sie können Pango-Markups in Texten benutzen. Sie können Pango-Markups in Texten benutzen.
Dies erlaubt die Formatierung von Texten, welche in einem Widget dargestellt werden. Dies erlaubt die Formatierung von Texten, welche in einem Widget dargestellt werden.
Die Pango-Markup Dokumentation können sie in der Dokumentation zu Pango unter Die Pango-Markup Dokumentation können sie in der Dokumentation zu Pango unter
http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html nachlesen. https://developer.gnome.org/pango/stable/pango-Markup.html nachlesen.
Ein Pango-Markup Beispiel: <span weight="bold" foreground="#336699">...</span>. Ein Pango-Markup Beispiel: <span weight="bold" foreground="#336699">...</span>.

View File

@ -44,7 +44,7 @@ Pango. Esto permite añadir formato a los textos que se visualizan dentro de
los widgets. los widgets.
La documentación relacionada con el lenguaje de marcado Pango se encuentra La documentación relacionada con el lenguaje de marcado Pango se encuentra
dentro de la documentación de Pango en dentro de la documentación de Pango en
http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html. https://developer.gnome.org/pango/stable/pango-Markup.html.
Un ejemplo de lenguaje de marcado Pango: Un ejemplo de lenguaje de marcado Pango:
<span weight="bold" foreground="#336699">...</span>. <span weight="bold" foreground="#336699">...</span>.

View File

@ -46,7 +46,7 @@ Vous pouvez utiliser les marquages Pango dans une chaîne de caractères.
Cela permet de formater le texte rendu dans des éléments graphiques. Cela permet de formater le texte rendu dans des éléments graphiques.
On peut trouver la documentation du marquage Pango dans la documentation On peut trouver la documentation du marquage Pango dans la documentation
Pango sur le site Pango sur le site
http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html. https://developer.gnome.org/pango/stable/pango-Markup.html.
Un exemple de marquage Pango : Un exemple de marquage Pango :
<span weight="bold" foreground="#336699">...</span>. <span weight="bold" foreground="#336699">...</span>.

View File

@ -43,7 +43,7 @@ Si possono usare le marcature (makup) Pango in una stringa di testo.
Questo consente di formattare il testo generato dentro i widgets. Questo consente di formattare il testo generato dentro i widgets.
La documentazione per i markup Pango può essere trovata nella La documentazione per i markup Pango può essere trovata nella
documentazione Pango a documentazione Pango a
http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html. https://developer.gnome.org/pango/stable/pango-Markup.html.
Un esempio di un markup Pango: <span weight="bold" foreground="#336699">...</span>. Un esempio di un markup Pango: <span weight="bold" foreground="#336699">...</span>.

View File

@ -41,7 +41,7 @@ lightred, и т. д.) или по шестнадцатеричному пред
Для форматирования текста вы можете использовать размету Pango. Таким образом Для форматирования текста вы можете использовать размету Pango. Таким образом
можно получить отформатированный текст в виджетах. Документацию по можно получить отформатированный текст в виджетах. Документацию по
Pango-разметке можно посмотреть здесь: Pango-разметке можно посмотреть здесь:
http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html. https://developer.gnome.org/pango/stable/pango-Markup.html.
Пример Pango-разметки: <span weight="bold" foreground="#336699">...</span>. Пример Pango-разметки: <span weight="bold" foreground="#336699">...</span>.

View File

@ -40,7 +40,7 @@ TEXT FORMAT
You can use Pango markup in a text string. You can use Pango markup in a text string.
This allows formatting the text rendered inside widgets. This allows formatting the text rendered inside widgets.
Pango markup documentation can be found in the Pango documentation at Pango markup documentation can be found in the Pango documentation at
http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html. https://developer.gnome.org/pango/stable/pango-Markup.html.
A Pango markup example: <span weight="bold" foreground="#336699">...</span>. A Pango markup example: <span weight="bold" foreground="#336699">...</span>.