Open d47081 opened 3 months ago
We have some issues about it, but all teorical universe
https://github.com/scorninpc/php-gtk3/issues/81 (here we implement some things to try some tests) https://github.com/scorninpc/php-gtk3/issues/42 https://github.com/scorninpc/php-gtk3/issues/151
Have you facing some problem?
No, not facing
Introduction to Memory Management in GTK+ looks useful for manual management,
but here is another way, by gtkmm
wrapper for C++ Chapter 25. Memory management - Gtk::make_managed()
Suppose it could be much useful for PHP implementation
As PHP send object creation request to CPP, what about (heap) memory cleanup there?
I mean
delete
operation for everynew
widget construction