[java-gnome-hackers] Missing GTK Constructors?
Brought to you by:
afcowie
From: Tom B. <Tom...@Su...> - 2002-11-23 22:07:15
|
Now that libglade is starting to come up, I'm having problems creating widgets because of what appears to be missing constructors in many classes. I need to create a Java instance of a widget where I have a native handle, something like "Foo(int handle)". Questions: . Is this constructor form intentionally missing? . If so, how do I create such widgets? . If not, do you mind my adding the missing constructor to the classes Glade can create? Tom |