Printing

2013-07-09 Thread Thomas Rønshof
Hi, Does anybody have an example in C using GtkPrintUnixDialog, gtk_print_job_new and gtk_print_job_send using Pango/Cairo for ordinary text output on a printer ? I know one should use GtkPrintOperation now a days, but some design matters in my project, makes it better for me to use

Simulate mouse/button presses?

2013-07-09 Thread Jim Norton
Greetings, I have some unique embedded hardware that has a touchscreen device that doesn't have any Linux drivers to make it appear as a mouse etc. The touchscreen communicates via USB using a proprietary protocol. I have built a simple WebKitGTK 1.6 web-browser running on gtk+ 2.24.14

Re: Simulate mouse/button presses?

2013-07-09 Thread Tristan Van Berkom
On Wed, Jul 10, 2013 at 6:25 AM, Jim Norton jimnor...@jimnorton.org wrote: Greetings, I have some unique embedded hardware that has a touchscreen device that doesn't have any Linux drivers to make it appear as a mouse etc. The touchscreen communicates via USB using a proprietary protocol. If