File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ The final code of the example
124
124
Gtk.Template
125
125
------------
126
126
:class:`Gtk.WidgetClass` allows UI definition files to be used to extend a widget,
127
- PyGObject provides :doc:`guide/gtk_template` as a way of accessing this from Python.
127
+ PyGObject provides :doc:`pygobject: guide/gtk_template` as a way of accessing this from Python.
128
128
129
129
The UI definition file used in the example needs a small change to include a *<template>* element:
130
130
@@ -136,4 +136,4 @@ Then it can be used to implement the example with a :class:`Gtk.Window` subclass
136
136
.. literalinclude:: ../examples/template_example.py
137
137
:linenos:
138
138
139
- More information can be found at the `PyGObject <https://pygobject.readthedocs.io/en/latest /guide/gtk_template.html>`_ website.
139
+ More information can be found at the `PyGObject <https://pygobject.gnome.org /guide/gtk_template.html>`_ website.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ lists and tuples will be needed.
24
24
25
25
Although this tutorial describes the most important classes and methods within
26
26
GTK+ 3, it is not supposed to serve as an API reference. Please refer to the
27
- `GTK+ 3 Reference Manual <https://developer.gnome .org/gtk3/stable />`_ for a
27
+ `GTK+ 3 Reference Manual <https://docs.gtk .org/gtk3/>`_ for a
28
28
detailed description of the API. Also there's a `Python-specific reference
29
29
<https://lazka.github.io/pgi-docs/>`_ available.
30
30
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ UI Manager
59
59
----------
60
60
61
61
:class:`Gtk.UIManager` provides an easy way of creating menus and toolbars using
62
- an `XML-like description <https://developer.gnome .org/gtk3/stable/GtkUIManager. html#XML-UI >`_.
62
+ an `XML-like description <https://docs.gtk .org/gtk3/class.UIManager. html#ui-definitions-xml-ui >`_.
63
63
64
64
First of all, you should add the :class:`Gtk.ActionGroup` to the UI Manager with
65
65
:meth:`Gtk.UIManager.insert_action_group`. At this point is also a good idea to
You can’t perform that action at this time.
0 commit comments