Re: Printing GtkTextView contents

2013-08-23 Thread John Coppens
On Tue, 20 Aug 2013 15:25:23 -0700 (PDT) Marco Ricci wrote: > Is there a way by which I can query for the printer and use the results of > the query to send the contents of the GtkTextView? Can someone please point > me to a small example that does what I describe? I program using C on Linux.

Printing GtkTextView contents

2013-08-20 Thread Marco Ricci
I want to obtain information about the printer connected to my USB port and send the contents of my GtkTextBuffer to the printer. However, I do not want any settings dialog to show up because I want to eliminate human interaction. Is there a way by which I can query for the printer and use the r