Can A Drawable Canvas Receive Key Events?

2007-03-30 Thread Mike Melanson
Hi, I have a standalone test app that has nothing inside the main window but a big, drawable RGB canvas (GtkDrawingArea). I can receive nearly any kind of event via the canvas: Expose, mouse motion, button press/release, scroll wheel, etc. However, I *cannot* figure out how to get key press

Re: Can A Drawable Canvas Receive Key Events?

2007-03-30 Thread Tristan Van Berkom
On Fri, 2007-03-30 at 13:02 -0700, Mike Melanson wrote: Hi, I have a standalone test app that has nothing inside the main window but a big, drawable RGB canvas (GtkDrawingArea). I can receive nearly any kind of event via the canvas: Expose, mouse motion, button press/release, scroll

Re: cross-compiling a GTK app, linux - darwin

2007-03-30 Thread Allin Cottrell
On Thu, 29 Mar 2007, Michael Torrie wrote: First, see http://ranger.befunk.com/fink/darwin-cross/ . To build useful exes, though, you have to populate the cross environment with headers, libraries, and frameworks from the real OS X box. It's a bit tedious but doable. Here are some