Re: capture window for printing

2007-01-24 Thread Fabian Förg
Fabian Förg wrote: > Hello, > > as the topic suggests, I am trying to capture a window which should be > printed afterwards. > > This is my code: > > /* appl_t is a struct created by me which contains "GtkWidget > *print_win", > * the window I want to print. Moreover, appl_t contains gints for th

capture window for printing

2007-01-23 Thread Fabian Förg
Hello, as the topic suggests, I am trying to capture a window which should be printed afterwards. This is my code: /* appl_t is a struct created by me which contains "GtkWidget *print_win", * the window I want to print. Moreover, appl_t contains gints for the * width and height of the window