[java-gnome-hackers] Boxed types
Brought to you by:
afcowie
From: Gyetvan A. <gye...@gm...> - 2008-06-12 10:54:42
|
Hello ! It seems to me that there is no framework implemented in java-gnome API to manage boxed types. I am using java-gnome for my hobby project and currently I stuck because of the lack of boxed type management. There are plenty GDK functions which get boxed parameter, for example gdk_window_invalidate_rect(), what I need to use, but I am unable to create a Rectangle instance. Is it true that there is no way to create new boxed instance or I miss something ? Is there any plan, idea about this ? Thanks, Andras |