I'm new to gtk# and I am wanting to write the binary data contained in a TextView widget to a file. In my app I allow the user to insert images into the TextView via a InsertPixbuf. I would like to write the text and image date to a file. I can easily write the text to a file using TextView.Buffer.Text but I lose the picture in the process. How can I write the byte data to a file and include the image data?
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
