Re: [Vala] problem wih gtk3 iconview



Hi,

On Fri, 2011-12-23 at 07:31 +0200, Dr. Amr Osman wrote:
hello I am new to vala and I am trying to port all my apps before to vala
I did create some app to set icons for gnome but in python it works ok
but in vala i can't seem to get it working
here is my code
it's supposed to view icons but nothing happens when I execute it
just empty icon view
any thoughts ?

I think that you just missed this:

var icon_view = builder.get_object ("iconview1") as Gtk.IconView;
icon_view.set_pixbuf_column (0);

HTH,
Andrea





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