Hi there, in many of my classes I have a class member similar to this:
Gtk::CheckButton *id_checkbutton{};
I for one reason or another cannot put it in the Glib :: RefPtr<>, so my question is, do I have to manually delete that object or the gtk framework will do that? That checkbutton is added in the hierarchy of objects in the UI.