Re: I need a basic tutorial for GUI creation using Cambalache

2026-08-12 Thread agent_15x via Python-list
Sent with Proton Mail secure email. On Wednesday, August 12th, 2026 at 8:32 AM, Chris Green wrote: > I am a retired software engineer with a background in assembler, C and > C++. > > I now dabble (mostly for my own amusement) in various bits and pieces, > mostly in Python nowadays. I have

I need a basic tutorial for GUI creation using Cambalache

2026-08-12 Thread Chris Green
I am a retired software engineer with a background in assembler, C and C++. I now dabble (mostly for my own amusement) in various bits and pieces, mostly in Python nowadays. I have written quite a lot of Python command line programs to run in a terminal. I have also written a couple of simple Py

Re: I need a basic tutorial for GUI creation using Cambalache

2026-08-12 Thread Michael Torrie via Python-list
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 be