Re: flowbox missing?



On 15.11.2014 11:47, Dave M wrote:
Can't locate object method "new" via package "Gtk3::FlowBox" (perhaps
you forgot to load "Gtk3::FlowBox"?) at flowbox_demo.pl
<http://flowbox_demo.pl> line 26.

Works for me after this change:

-        my $image  = Gtk3::Image->new_from_stock( $b );
+        my $image  = Gtk3::Image->new_from_stock( $b, 'button' );

GtkFlowBox was introduced in gtk+ 3.12; maybe you have an older version
installed?


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