virtuald / pygi-composite-templates

An implementation of GTK3 composite templates for PyGI
GNU Lesser General Public License v2.1
18 stars 3 forks source link

Document new pygobject feature #9

Open virtuald opened 6 years ago

virtuald commented 6 years ago

pygobject has composite template support now, should note that in the README and mention how it differs from what we have here.

Also should deprecate this project, and tell users to use that instead.

virtuald commented 6 years ago

Reference: https://gitlab.gnome.org/GNOME/pygobject/merge_requests/52

virtuald commented 6 years ago

Also, a sample migration can be found at https://github.com/pithos/pithos/commit/68170025cbf7183e9c9d62a8f47066e4b069cc25

baryluk commented 3 years ago

This seems not be documented well enough. This is very powerful feature.

https://athenajc.gitbooks.io/python-gtk-3-api/content/gtk-group/gtkwidget.html

https://python-gtk-3-tutorial.readthedocs.io/en/latest/index.html

can't really find much detail. The only way is to know it, and do a lot of source code digging.