After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 332651 - getEventBox in EventBox class is protected should be public
getEventBox in EventBox class is protected should be public
Status: RESOLVED FIXED
Product: java-gnome
Classification: Bindings
Component: GTK
Unmaintained
Other All
: Normal normal
: ---
Assigned To: java-gnome bindings maintainers
java-gnome bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-26 18:22 UTC by Nicholas Lativy
Modified: 2007-01-05 01:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Nicholas Lativy 2006-02-26 18:22:08 UTC
Please describe the problem:
When I create a program using GLADE it crashes and complains "could not create
widget: Could not find static factory method: getEventBox(Handle) in
org.gnu.gtk.EventBox. Please file a bug with this information."

Steps to reproduce:
1. Use EventBox in a GLADE app
2. run


Actual results:
I get the error "could not create widget: Could not find static factory method:
getEventBox(Handle) in org.gnu.gtk.EventBox. Please file a bug with this
information."


Expected results:


Does this happen every time?


Other information:
Simply changing the getEventBox method to public and rebuilding libgtk-java
solves this problem.
Comment 1 Andrew Cowie 2006-03-17 04:06:06 UTC
Fix committed. Thanks for the report!

AfC