Scripts for building an interface

2002-10-07 Thread Peter Van Osta
Hi, I am looking for tools/scripts which would enable me to put a lot of functions into dialogboxes in a GTK-based interface. I am currently converting our software from an old Motif-based interface into a GTK-based interface and one of the jobs to be done is to put a lot of functions into the

Re: Scale widget up/down movement vs adjustment value

2002-10-07 Thread Owen Taylor
Thor Harald Johansen [EMAIL PROTECTED] writes: I browsed the archive of this mailing list. I found *one* posting about the topic at: http://mail.gnome.org/archives/gtk-list/1999-March/msg00911.html There were no replies. I hope I'll get more attention than him. I actually tried to do

Re: Question about include paths

2002-10-07 Thread Owen Taylor
Carl B. Constantine [EMAIL PROTECTED] writes: I'm developing a GTK+ 2 app with Anjuta. For the most part, the glade generated files include gnome.h. I have one file where all I really want/need is gtk.h. The problem comes with the fact that I have both gtk 1.2 and gtk 2 installed on my

Re: GTK+2.0.6 problem with Freetype

2002-10-07 Thread Owen Taylor
[EMAIL PROTECTED] (Paulo J. Matos) writes: Hi all, After installing atk, pango, glib I'm trying to install gtk+ but the problem is that I get an error during configure due to freetype. I've already downloaded freetype 2.1.2 and 1.3.1 from freetype.sf.net but still same problem. Check:

Cannot find a rule to create target all-local from dependencies

2002-10-07 Thread Paul Kent Anderson
Trying to install xfce on AIX, which requires atk, glib, pango, gtk, etc. make (for all of them) complains about all-local missing I found a reference to this in the archives, and the solution then was to use make -k to continue building on Solaris 2.8. This would resolve out of order

Problems with compiling Pango 1.0.4

2002-10-07 Thread Broich
Hello, I have a big Problem with compiling the Pango-1.0.4 to make the gtk+-2.0. However I will compile with the command make I get the following Error: querymodules.o: In function `main': /home/hbroich/Uninst/GTK/pango-1.0.4/pango/querymodules.c:175: undefined reference to

Re: Nary trees

2002-10-07 Thread Eric M. Monsler
etienne buxin wrote: hi, i'd like to use a structure similar to glib's Nary tree, but with the difference that many parent nodes can share one or several children nodes. any clue? This is going to be rather difficult. Unless you enforce a policy that only sibling-nodes can share child

Can't configure

2002-10-07 Thread Paul Thomas
Hi, I'm trying to compile glib-2.0.6 and get the following error: checking for iconv_open... no checking for libiconv_open in -liconv... no checking for iconv_open in -liconv... no configure: error: *** No iconv() implementation found in C library or libiconv What do I need to update here?

Re: GTK+2.0.6 problem with Freetype

2002-10-07 Thread Paulo J. Matos
Hi, You should look at the config.log file to see the exact error messages that were generated. The most likely possibility is that the freetype-config from /usr/local/bin was being used, but the linker found the libraries in /usr/X11R6/lib ... you may well simply want to delete (make a

Weird GtkEntry behavior in GTK 1.2.10

2002-10-07 Thread Eric M. Monsler
All, I am seeing a very strange behaviour with a GtkEntry widget. The application had previously been working normally; well enough that I had not done any maintenance on it in months. During that time, the compiler on the Solaris box was upgraded from gcc 2.95.x to gcc 3.2, without my