Yeah, that's what the gtk2 module does, I'm wondering if I can add functions to a class (in the c code) that has already been created and ended using end_program().
Sent from Yahoo Mail on Android On Sat, May 26, 2018 at 11:14 AM, Stephen R. van den Berg<s...@cuci.nl> wrote: Lance Dillon wrote: >Which brings up a question:?? is it possible to add a method to a class that >has already started and ended (using start_new_program() and end_program()). Overloading the `-> operator should work. -- Stephen.
Lance Dillon wrote: >Which brings up a question:?? is it possible to add a method to a class that >has already started and ended (using start_new_program() and end_program()). Overloading the `-> operator should work. -- Stephen.