Re: gtkcellrenderpixbuf and icon size

2014-05-21 Thread rastersoft
Hi: I tried that, but in Vala there isn't the lookup method. Finally, after several tests, I found that the right way seems to be to register my pictures in the system with IconTheme.add_builtin_icon. Thanks anyway. On 21/05/14 16:21, Mycroft wrote: rastersoft rastersoft.com> writes: Hi

Re: gtkcellrenderpixbuf and icon size

2014-05-21 Thread Mycroft
rastersoft rastersoft.com> writes: > > Hi all: > > I'm using a gtkCellRenderPixbuf, and want to use my own pictures as > icons. I'm loading them with Gdk.Pixbuf.from_file_at_size(), and works > fine; the problem is that I don't know how to know the right icon size. > With 16x16 seems fine, b

gtkcellrenderpixbuf and icon size

2014-05-19 Thread rastersoft
Hi all: I'm using a gtkCellRenderPixbuf, and want to use my own pictures as icons. I'm loading them with Gdk.Pixbuf.from_file_at_size(), and works fine; the problem is that I don't know how to know the right icon size. With 16x16 seems fine, but I don't want to use a fixed size, because that