Re: interactive search on simplelist
- From: David Sword <gdsword williamsword co uk>
- To: gtk-perl <gtk-perl-list gnome org>
- Subject: Re: interactive search on simplelist
- Date: 18 Dec 2003 18:40:39 +0000
On Thu, 2003-12-18 at 17:26, Torsten Schoenfeld wrote:
On Thu, 2003-12-18 at 17:48, David Sword wrote:
my $col = $addskulist->get_column(0);
$addskulist->set_search_column($col);
set_search_column expects an integer. So make that
$addskulist->set_search_column(0);
and it should work.
It does, thanks a lot!
--
Regards
David Sword
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]