Newbie help: How to put a .png icon in a toolbar button ??

2002-12-11 Thread Alfredo P. Ricafort
Hi, I need some advice here as I'm terribly new to GTK+ programming(Gtk+ 1.2). I am trying to create toolbar buttons with .png icons. From what I had read, you need to use the Gdkpixbuf to do this, so I coded my program like this: pixbuf=gdk_pixbuf_new_from_file(filename); gdk_pixbuf_re

Re: Newbie help: How to put a .png icon in a toolbar button ??

2002-12-12 Thread Alfredo P. Ricafort
Hi, Let my reply to my own post. Changing the alpha_threshold to its highest value seems to do job. AL On Thu, 2002-12-12 at 15:32, Alfredo P. Ricafort wrote: > Hi, > > I need some advice here as I'm terribly new to GTK+ programming(Gtk+ > 1.2). > > I am trying to create toolbar buttons wit