Re: [Vala] problem wih gtk3 iconview
- From: Andrea Del Signore <sejerpz tin it>
- To: "Dr. Amr Osman" <dr3mro gmail com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] problem wih gtk3 iconview
- Date: Fri, 23 Dec 2011 11:16:46 +0100
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]