Re: Subclassing a Gtk2::TreeStore

2007-10-27 Thread muppet
On Oct 26, 2007, at 6:37 AM, Torsten Schoenfeld wrote: > On Fri, 2007-10-26 at 17:22 +0100, Dave Howorth wrote: > >> My [non-working] code looks like this: > > Note how drag_data_received is overridden simply how you'd override > any > other method in normal Perl code, and how the parent's > dr

Re: Subclassing a Gtk2::TreeStore

2007-10-27 Thread Torsten Schoenfeld
On Fri, 2007-10-26 at 17:22 +0100, Dave Howorth wrote: > My [non-working] code looks like this: I haven't tested it in a complete application, but this seems to work: package MyTreeStore; use Glib qw(TRUE FALSE); use Gtk2; use Glib::Object::Subclass 'Gtk2::TreeStore', ; sub dr