On 8/12/26 2:26 AM, Chris Green wrote: > Can anyone point me at anything that might help?
Nothing on Google? From what I understand, Cambalanch is simply a replacement for Glade that generates GtkBuilder XML files. The actual api you use is GtkBuilder, which is pretty straight forward, and has been stable for a number of years. Here's a GtkBuilder example: https://gist.github.com/jerryvig/42ca4984d0f9055d5ecbc73cb29bfc09 -- https://mail.python.org/mailman3//lists/python-list.python.org
