Re: interactive search on simplelist
- From: Torsten Schoenfeld <kaffeetisch web de>
- To: gtk-perl <gtk-perl-list gnome org>
- Subject: Re: interactive search on simplelist
- Date: Thu, 18 Dec 2003 18:26:31 +0100
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.
HTH,
-Torsten
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]