Re: [Java-gnome-developer] suggestion on java-gnome eclipse plugin
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2003-12-16 21:37:23
|
Il mar, 2003-12-16 alle 19:19, Fabrizio Lippolis ha scritto: > Hello, > > I have a doubt about java-gnome eclipse plugin. How to let the plugin > use my own glade generated file? I have tried to use a glade file that I > have already used in a project which I started to develop in C and > simply changing the name of it in the automatically generated MainWindow > class of course isn't enough, can the plugin regenerate the skeleton of > the callbacks? I would be very thankful if anybody could provide me a > little hint on how a typical development use case should be. Hi, I don't think this can be done from within the eclipse plugin. There is an example on using a glade file in the cromagnon example app. The idea is to cast a widget retrived from libglade to the correct type then you have to manually add listener to each widget you want to catch event from. Let me know if this helps. -- Luca De Rugeriis <pie...@li...> |