Re: I need a basic tutorial for GUI creation using Cambalache
Michael Torrie via Python-list <[email protected]>
| Newsgroups | gmane.comp.python.general |
|---|---|
| Message-ID | <[email protected]> |
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