Re: [gtk-list] find_row_from_data issue in Perl::Gtk
- From: Paolo Molaro <lupus lettere unipd it>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] find_row_from_data issue in Perl::Gtk
- Date: Thu, 30 Sep 1999 16:01:31 +0200
On Thu, Sep 23, 1999 at 11:20:39PM -0500, CountZero wrote:
> I am having some problems with using the Gtk::CList::find_row_from_data() function
> in Gtk::Perl. Basically, the documentation and .xs files both state that it should return
> an integer value (or -1 of no row found) But in practice it returns a reference to the
> CList object itself. I have tried passing it data in several ways including:
>
> $data = $clist->get_row_data($row); # returns a pointer to the data
> $test = $clist->find_row_from_data($data); # returns a pointer to the CList (but shouldn't?)
s/pointer/reference/:-)
This problem is fixed in cvs now.
lupus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]