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 155075 - LibGlade Custom Widgets
LibGlade Custom Widgets
Status: RESOLVED OBSOLETE
Product: java-gnome
Classification: Bindings
Component: LibGlade
Unmaintained
Other All
: Normal enhancement
: ---
Assigned To: java-gnome bindings maintainers
java-gnome bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-11 08:28 UTC by Mark Howard
Modified: 2007-01-05 01:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Makefile.am - New classes are now comiled (408 bytes, patch)
2005-06-26 10:40 UTC, Emmanuel Rodriguez
none Details | Review
File src/java/org/gnu/gnomevte/Terminal.java.in - Added all the listeners (28.92 KB, patch)
2005-06-26 10:43 UTC, Emmanuel Rodriguez
none Details | Review
Files under src/java/org/gnu/gnomevte/event (3.51 KB, application/x-compressed-tar)
2005-06-26 10:50 UTC, Emmanuel Rodriguez
  Details

Description Mark Howard 2004-10-11 08:28:10 UTC
It would be great if we could implement custom widgets
for libglade, so that Custom_widget widgets could be
positioned with in glade and then attached to real
widgets by libglade-java.

At the moment, it is possible to just add say a vbox to
the glade and then add the widget to that after
libglade has constructed the app, however it would be
much nicer in terms of getting the layout right if we
could use custom widgets.
Comment 1 Emmanuel Rodriguez 2005-06-26 10:40:48 UTC
Created attachment 48342 [details] [review]
Makefile.am - New classes are now comiled

New classes have been introduiced. Therefore, the make file needs to be
modified to compile and generate that javadoc for the new classes.
Comment 2 Emmanuel Rodriguez 2005-06-26 10:43:33 UTC
Created attachment 48343 [details] [review]
File src/java/org/gnu/gnomevte/Terminal.java.in - Added all the listeners

Added all the listeners needed in order to handle all the signals defined by
the widget vte.
Comment 3 Emmanuel Rodriguez 2005-06-26 10:50:09 UTC
Created attachment 48344 [details]
Files under src/java/org/gnu/gnomevte/event

All the events and the event listeners that are needed.
Comment 4 Emmanuel Rodriguez 2005-06-26 12:29:32 UTC
I am sorry all the patches that I posted belong to bug: 155075
Comment 5 Ismael Juma 2006-01-09 01:26:03 UTC
Marking patches as obsolete since they belonged to another bug (and there is no "wrong bug" option). 
Comment 6 Andrew Cowie 2006-08-05 04:07:21 UTC
I'm pretty sure the only way this bug is going to get resolved is as a side effect of a pretty major rearchitecture - which we are contemplating. If we get it right, then things like this should Just Work(tm).

Added to the "if we do it this way, will X work?" list.

AfC
Comment 7 Andrew Cowie 2007-01-05 01:56:14 UTC
I'm going to close this bug, as it is a bit of a mess and will be superceeded by java-gnome 4.0. It remains to be seen what form "Custom Widgets" will take - perhaps we should offer a Custom stub as a subclass of org.gnome.gtk.DrawingArea or such. We'll see.

AfC