On 05/31/2009 12:08 PM, Denis Micolani wrote:
Anyway isn't this leading to memory leaks ? Or is gtkmm deleting them ( I don't think so ) ?
http://gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/chapter-memory.html#sec-memory-widgets It talks about using manage() to tell Gtkmm to manage the widget.The above snippet does not it, but since it is incomplete, there is a possibility that this be actually done.
Hub