Gtk3 Curious Behavior
- From: Terence Ferraro <terencejferraro gmail com>
- To: gtk-perl-list gnome org
- Subject: Gtk3 Curious Behavior
- Date: Mon, 23 Sep 2013 19:13:16 -0400
This script here:
use Gtk3 -init;
require String::Approx; String::Approx->import qw(amatch);
my $foo = String::Approx::amatch("foobar", ["3 i"], "foobor");
my $store = Gtk3::ListStore->new(qw/Glib::String/);
$store->insert_with_values(0,0,'0');
$store->insert_with_values(1,0,'1');
Some digging:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]