Re: gtktextview with gdkpixbuf saving into file

2008-11-15 Thread Johnson Wong
solved the issue by scanning the textbuffer for pixbufs and replace them with tags. so loading the file into a textbuffer/textview then simply means parsing the tags and load pixbuf on the go. text text text .. .. text text text if there is a better way to do save/load on textview with embeeded

Basic applet developement

2008-11-15 Thread Andrew M.
Hi all. I am attempting my first Gnome applet creation and I found a great tutorial at http://projects.gnome.org/ORBit2/appletstutorial.html . Unfortunately, I am stuck where the example goes to load an image. I can compile the applet and make it run but when I add it to the Gnome bar it doesn't sh