08-02-2025, 05:13 PM
(This post was last modified: 08-02-2025, 05:18 PM by aadityap0901.)
(08-01-2025, 12:38 AM)Unseen Machine Wrote: Hi,This answers all your questions:
I've got VQB (my GUI) in the list of things for me to update once i'm done with GDK2 And GDK2_GL. I've had quick look at your code and am interested in your claims of what it can do...
Dialog - Does it support just one? (Not in anyway meaning to cause offence, but, if so, then WHY?)
Progress bar - How does it work without a call back procedure?
Thanks and happy coding,
Unseen
I have been working on a code editor (a text editor yet), I have implemented all the UI elements in this.
It's here: GitHub
1. There can be any amount of dialogs...
2. You can directly edit the properties of the UI elements in the main UI array

