Re: Nary trees

2002-10-08 Thread etienne buxin
--- Eric M. Monsler [EMAIL PROTECTED] wrote: 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

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

2002-10-08 Thread Owen Taylor
Paul Kent Anderson [EMAIL PROTECTED] writes: 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

Re: Problems with compiling Pango 1.0.4

2002-10-08 Thread Owen Taylor
Broich [EMAIL PROTECTED] writes: 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:

Re: Can't configure

2002-10-08 Thread Owen Taylor
Paul Thomas [EMAIL PROTECTED] writes: 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

Re: GTK+2.0.6 problem with Freetype

2002-10-08 Thread Owen Taylor
[EMAIL PROTECTED] (Paulo J. Matos) writes: 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

joysticks and joypads

2002-10-08 Thread Marco Lettere
is there a way to handle joystick/joypad input using gdk input device api (Gtk 1.2)? or do I have to look somewhere else? thanx, M. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK+2.0.6 problem with Freetype

2002-10-08 Thread Paulo J. Matos
Working great now, thanks! [EMAIL PROTECTED] (Paulo J. Matos) writes: 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

Re: Nary trees

2002-10-08 Thread Eric M. Monsler
etienne buxin wrote: --- Eric M. Monsler [EMAIL PROTECTED] wrote: A suggested structure: struct eb_manymany { uint node_level; uint num_parents; uint num_par_max; struct eb_manymany **par_ptr_array; uint

Compile Error Using Gtk with C++. Urgent.

2002-10-08 Thread Thomas Scott
I have searched everywhere and cannot find a simple example of how to successfully compile a .cpp (or .cc) file that includes gnome.h and has Gtk code. The most basic example of a working program that compiles with c is: gcc `gtk-config --libs` `gtk-config --cflags` -o hello hello.c If I

Re: Compile Error Using Gtk with C++. Urgent.

2002-10-08 Thread Sven Neumann
Hi, Thomas Scott [EMAIL PROTECTED] writes: I have searched everywhere and cannot find a simple example of how to successfully compile a .cpp (or .cc) file that includes gnome.h and has Gtk code. The most basic example of a working program that compiles with c is: gcc `gtk-config

Trying to configure/compile glib-2.0.6

2002-10-08 Thread Paul Thomas
Hi, I got through my other hoops but while tyring to ./configure on my Linux box (older install), the configure script gets to this point then quits: checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for atexit... yes checking for on_exit... yes

Cursor for gtkentry

2002-10-08 Thread Ian King [ES]
Hi all, Is it possible to change the cursor for a GtkEntry widget, for an application I have I need to display a wait cursor while background processing commences, however when the mouse pointer is hovering over the text entry the cursor changes to the caret cursor even though I have explicitly

double click problem in treeview (Gtk+-2)

2002-10-08 Thread Mathias Nudge Hartwig
Dear List Members! I have a problem when I try to catch a double click signal on a GtkTreeView widget. When I double click nodes without personally added callback code, nothing happens. That's OK. I want to add callback code so that I open an dialog which allows data manipulation on the

Re: Problems with compiling Pango 1.0.4

2002-10-08 Thread Fam. Broich
Owen Taylor wrote: You don't have the freetype and XFree86 header files installed. (Pango-1.0.5 will produce a better error messsage in this situation.) Regards, Owen Thanks; now Pango will be compiled but there is another Problem with XFree86 When I

Forcing size_allocate?

2002-10-08 Thread The Surprises
Greetings, I have a gnome_canvas packed into a vbox. All drawing in the canvas is connected to a size_allocate event because I need to know the width and height of the area before drawing. This works great, however upon initial startup, I get a blank screen until I manually resize the window

Gtk2.1.0 with X11 problem

2002-10-08 Thread Paulo J. Matos
Hi all, I downloaded sources from gnome of Gtk2.1.0 and I was installing it. I installed atk, glib, pango and while making gtk2.1.0 I got: gcc -g -O2 -g -Wall -Wl,--export-dynamic -o .libs/gtk-query-immodules-2.0 queryimmodules.o -Wl,--export-dynamic -L/usr/local/lib ./.libs/libgtk-x11-2.0.so

Re: Forcing size_allocate?

2002-10-08 Thread Paul Davis
I have a gnome_canvas packed into a vbox. All drawing in the canvas is connected to a size_allocate event because I need to know the width and height of the area before drawing. don't do this. a size allocate will always be followed by an expose event. all drawing must be done from the expose

RH 8.0 widget realized error

2002-10-08 Thread Scott Merritt
I recently installed RedHat 8.0 (GNOME) and am now receiving a large number of errors similar to those listed below. Any help in identifying/correcting this problem would be most appreciated. Thanks, Scott. (nautilus:1253): Gtk-CRITICAL **: file gtkwidget.c: line 2933 (gtk_widget_event):