Gtk2::Ex::Datasheet::DBI-0.2 is out

2005-05-18 Thread Dan
I've just finished the 2nd version of Gtk2::Ex::Datasheet::DBI. Download from http://entropy.homelinux.org/Gtk2-Ex-Datasheet-DBI-0.2.tar.gz Changes in this release: Ported to Gtk2::ListStore / Gtk2::TreeView ( only supports text cell renderers currently ) Renamed sql_fields to sql

Re: GStreamer Threading => "Segmentation fault"

2005-05-18 Thread Torsten Schoenfeld
On Sat, 2005-05-14 at 15:45 +0200, Matthias Bläsing wrote: > When running this small example it just segfaults (when calling the > mainloop) and I don't now why. Am I right if I asume, that perl messes > with the thread handling? Yeah, perl is not reentrant, so whenever two threads call something

Re: Passing a column number to a cell renderer's edited signal

2005-05-18 Thread muppet
On May 17, 2005, at 10:56 PM, Dan wrote: However the $column_no received when the 'edited' signal is fired is always the last value of $column_no from when I set things up - $column_no is being interpreted each time. I understand why. For the record, it's closure capture problem. I just can't thin

Re: Passing a column number to a cell renderer's edited signal

2005-05-18 Thread muppet
On May 17, 2005, at 11:33 PM, Dan wrote: False alarm. When creating the cell renderer, I can tell it what column it's in: $renderer->set_data( column => $column_no ); and later I can get this data back out: my $column_no = $cell->get_data("column"); You could just as easily use a key in the instanc

Re: Gtk2-Ex-Graph-GD-0.02 is :) available

2005-05-18 Thread ofey aikon
Ha ha :) Typo in the subject line s/not/now/ ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Gtk2-Ex-Graph-GD-0.02 is not available

2005-05-18 Thread ofey aikon
Gtk2::Ex::Graph::GD is a simple wrapper around the good-looking GD::Graph module. Wrapping using Gtk2 allows the GD::Graph object to respond to events such as mouse movements. The only additional functionality as of now is the mouse-over tooltip on the bar graph. Also, you can right-click and chan