mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
docs: Corrections, updates, and improvements
This commit is contained in:
parent
e19975e1f8
commit
a529a61955
6 changed files with 20 additions and 19 deletions
|
@ -90,6 +90,7 @@ To reference the template object in a binding or expression, use the ``template`
|
|||
Language Implementations
|
||||
------------------------
|
||||
|
||||
- ``gtk_widget_class_set_template ()`` in C: https://docs.gtk.org/gtk4/class.Widget.html#building-composite-widgets-from-template-xml
|
||||
- ``#[template]`` in gtk-rs: https://gtk-rs.org/gtk4-rs/stable/latest/book/composite_templates.html
|
||||
- ``GObject.registerClass()`` in GJS: https://gjs.guide/guides/gtk/3/14-templates.html
|
||||
- **C** ``gtk_widget_class_set_template ()``: https://docs.gtk.org/gtk4/class.Widget.html#building-composite-widgets-from-template-xml
|
||||
- **gtk-rs** ``#[template]``: https://gtk-rs.org/gtk4-rs/stable/latest/book/composite_templates.html
|
||||
- **GJS** ``GObject.registerClass()``: https://gjs.guide/guides/gtk/3/14-templates.html
|
||||
- **PyGObject** ``@Gtk.Template``: https://pygobject.gnome.org/guide/gtk_template.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue