I am trying to understand the concept of the Gtk Composite Template . But I did not find enough information. Is a composite template a way to mix glade codeand, for example python code, to create a gtk component class?
Where can I find documentation about this? Python3 examples would be nice.
source
share