Gtk3: How to invoke gtk_stock_list_ids?
- From: Hubert Mauchle <hmauchle magnet ch>
- To: gtk-perl-list gnome org
- Subject: Gtk3: How to invoke gtk_stock_list_ids?
- Date: Wed, 14 Dec 2011 20:41:58 +0100
This script
#!/usr/bin/perl -w
use strict;
use Gtk3 -init;
my @stock_items = Gkt3::Stock->list_ids;
produces this error:
Can't locate object method "list_ids" via package "Gkt3::Stock" (perhaps
you forgot to load "Gkt3::Stock"?) at run_stock.pl line 4.
I tried some variants (upper case / lower case) but all result in errors.
My box is a Debian testing machine with kernel 2.3.5, Perl v5.14.2,
Gtk3-0.002 and Glib-Object-Introspection-0.004.
Any hints or ideas?
Regards,
Hubert
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]