From: Masao M. <mu...@hi...> - 2004-12-24 15:13:53
|
Hi, On Fri, 24 Dec 2004 13:44:28 +0100 DaVinci <da...@es...> wrote: > Hello all. > > I think I have a problem with ruby-gtk2 and objects that does not > destroy, like Gtk::TextBuffer or Gtk::ListStore. Do you mean "destroy" as Gtk::Object#destroy ? If so, both of Gtk::TextBuffer and Gtk::ListStore don't have such method, because they are not subclasses of Gtk::Object but GLib::Object. > My question is: Is it necessary to destroy buffer or is it destroyed > automatically by ruby garbage collection? It sould be so. -- .:% Masao Mutoh<mu...@hi...> |