From: Gonzalo G. <gga...@gm...> - 2024-12-15 22:24:29
|
On 12/15/2024 6:35 PM, and...@bl... wrote: > Still, it is possible to have the getters and setters auto-generated > and use them through the fget and fset methods, this appears to work. > You can see the adjusted example in the attachment. If you can live > with this for the time being then I could commit my changes. Seems to work. However, I am curious, what's the swig command that creates the fget/fset (ie. getters/setters)? Right now, I am looking at r653 and the Fl.i still has my code and a weird rename for my methods. Is this legacy code? Either way, the widgets sample you provided should probably go into the unit tests directory. -- Gonzalo Garramuño gga...@gm... |