Hi,
I'm trying to use the Unix native print system of GTK+ 2 at the moment.
I'm not able to create any output neither to the printer nor to file.
In order to track down the problem a bit more, I created a small test
application:
#include
#include
static void
print_end(GtkPrintJob *pri
Hi,
currently I'm trying to add support for wheel mice to an application I'm
maintaining. Due to the structure, I'd prefer to process the wheel
events as button press events.
Here is the code for creating the widget in question:
/*- Event handlers --*/
static gint draw_scroll_event(
G
Hi there,
currently I'm working on a GTK application for model railroad design.
See http://www.xtrkcad.org/ in case you're interested. As it is, XTrkCad
is a strict GTK application. It doesn't rely on Gnome or any other
external libraries.
My current activity is to improve the help system. My