Re: Where do I find the constants?




2014/1/3 Terence Ferraro <terencejferraro gmail com>
my $store = Gtk3::ListStore->new(qw/Glib::String/);
$store->insert_with_values(0,0,'Testing');
my $combo = Gtk3::ComboBox->new_with_model_and_entry($store);
$combo->set_entry_text_column(0);


I'm getting

***   Can't locate object method "insert_with_values" via package "Gtk3::ListStore" at ..

Is this because I'm using Gtk3 VERSION 0.006?

(Also, why do you differ from Torsten who puts "Glib::String" into an array?)

Christian.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]