Re: [java-gnome-hackers] ZvtWidget
Brought to you by:
afcowie
From: Sergio R. <ser...@hi...> - 2002-11-08 21:23:02
|
I'm not sure to understand well the questions, sorry. Anyway, Here is what i did to include the widget. 1. I checked in the ZvtTerm.java file. 2. I checked in the org_gnu_gnome_ZvtTerm.c 3. Modified the configure.in to check for the libzvt-2.0 package. 4. I generated a new configure file using autoconf. The native org_gnu_gnome_ZvtTerm.o is now linked to the libGNOMEJava.so and the ZvtTerm class makes a system call to load this library. I included the binding in the gnome package because I thought it was there in the las release version of the bindings. If you decide to move it to its own package I will commit the changes as soon as I can, but I would need help to tweak the makefiles and the related stuff. Thanks in advance. El vie, 08-11-2002 a las 20:54, Jeffrey Morgan escribi=F3: > I have a couple of questions for the group. Since the ZvtTerm > widget has been moved into it's own shared object do we need=20 > to provide checks for its existence and conditional compilation? > Also, should this widget be placed in the gnome package or > should it be placed in a package of its own? >=20 > On Fri, 2002-11-08 at 10:43, Sergio Rubio wrote: > > I've started the work in the zvt widget. I've implemented a native > > method that builds the widget and launch an shell inside it. The code i= s > > based in the zvtterm 1.x documentation, but it seems to work well with > > the newest version of the widget. I would like to hear you opinion. > >=20 > > Thanks.=20 > > --=20 > > :: Rubio Jr. :: > > ser...@hi... > > http://rubiojr.dragon-lance.net > >=20 > > :: GrULLA :: > > http://grulla.hispalinux.es > >=20 > >=20 > > " The number 1 tip for GTK+ programming is: =20 > >=20 > > - Don't use C; In my opinion, C is a library programming language > > not an app programming language. " > > =09 > > Owen Taylor. > >=20 > > =20 > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > This sf.net email is sponsored by: See the NEW Palm=20 > > Tungsten T handheld. Power & Color in a compact size! > > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > > _______________________________________________ > > java-gnome-hackers mailing list > > jav...@li... > > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers > >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by: See the NEW Palm=20 > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > java-gnome-hackers mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-hackers --=20 :: Rubio Jr. :: ser...@hi... http://rubiojr.dragon-lance.net :: GrULLA :: http://grulla.hispalinux.es " The number 1 tip for GTK+ programming is: =20 - Don't use C; In my opinion, C is a library programming language not an app programming language. " =09 Owen Taylor. =20 |