Re: Clojure + Java Interop + Gnome Interop -- KeyPressEvent fails

2011-12-05 Thread Rett Kent
On 12/03/2011 10:16 AM, Henrik Lundahl wrote: Hi Rett There is no such type as org.gnome.gtk.Window$__KeyPressEvents, at least not in 4.1 of the Java Gnome API . org.gnome.gtk.Window$__KeyPressEvent exists though. I'd gue

Re: Clojure + Java Interop + Gnome Interop -- KeyPressEvent fails

2011-12-03 Thread Henrik Lundahl
Hi Rett There is no such type as org.gnome.gtk.Window$**KeyPressEvents, at least not in 4.1 of the Java Gnome API . org.gnome.gtk.Window$**KeyPressEvent exists though. I'd guess you have a typo somewhere, perhaps in the impo

Clojure + Java Interop + Gnome Interop -- KeyPressEvent fails

2011-12-02 Thread Rett Kent
So, I've been dipping my toe in the waters of Clojure UI development using Gnome, and I immediately ran in into a problem making me regret my years of Java apathy. I'm trying to write a toy program to processes generic key presses made to the Gnome window and I'm stuck as to how to translate t