Re: Phix+EuGTK
- Posted by irv Dec 16, 2020
- 2331 views
This is working really well.
Question: is there a way to retrieve a class instance if all you have is the handle?
Example: For buttons the first parameter passed to a function linked to the button click event is the handle (a unique pointer supplied by GTK). The second parameter is optional data.
I could do as I had to do in EuGTK, and build a registry of control instances, but I have a suspicion that such a thing is already in phix.