Re: Date and ComboBox - Compilation problems

2006-04-08 Thread Geoffroy Culot
Andrea Zagli a écrit : i think you're using an old version of gnomeui, for gtk1.2 for debian the right packages are libgnomeui-0 and libgnomeui-dev; the old version is libgnomeui32 I'll search in this direction ... If it is important, I work under Fedora FC5 x86_64. Thank you very much,

freezing window

2006-04-08 Thread Alessandro
Hello all, I have a problem while redirect the output of a spawned process to a gtkTextView. The problem is that: when I run the process the window freezing, until the process end. Can anyone help me? I add the code used for spawn the process: void launch_script(char command[10][100],

Where is this damn non utf8 char??!!

2006-04-08 Thread Juan Pablo
Hi list, im getting some of this warnings: (fiscal:10322): Gtk-WARNING **: Failed to set label from markup due to error parsing markup: Error en la línea 1,·carácter·9:·El texto codificado como UTF-8 no es válido and I couldnt find where is this non valid utf-8 text. Is there any way to debug

Re: Where is this damn non utf8 char??!!

2006-04-08 Thread John Cupitt
On 4/8/06, Juan Pablo [EMAIL PROTECTED] wrote: and I couldnt find where is this non valid utf-8 text. Is there any way to debug this to find that text? (widget name or something) This message commonly apears when some dialogs are shown. I usually make warnings fatal, then run in a debugger.

Help! how to install gtk?

2006-04-08 Thread LI Ying
Hello, everyone I tried to install Gtk in my fedora core 4 for a whole day.But I always meet the same problem: when I try to configure GTK, it tells me that some conditions are not met ( the versions of atk,glib,etc are too old),but I have installed all the packet(libpnm,pkg-config) of

Re: Help! how to install gtk?

2006-04-08 Thread Erik de Castro Lopo
LI Ying wrote: Hello, everyone I tried to install Gtk in my fedora core 4 for a whole day. Why are you trying to install gtk from source? Why aren't you just using the pre-compiled packages from your distribution? Erik -- +---+

Re: Help! how to install gtk?

2006-04-08 Thread Chris Vine
On Sunday 09 April 2006 01:28, LI Ying wrote: Hello, everyone I tried to install Gtk in my fedora core 4 for a whole day.But I always meet the same problem: when I try to configure GTK, it tells me that some conditions are not met ( the versions of atk,glib,etc are too old),but I have

Re: Help! how to install gtk?

2006-04-08 Thread Michael Torrie
On Sun, 2006-04-09 at 02:28 +0200, LI Ying wrote: Hello, everyone I tried to install Gtk in my fedora core 4 for a whole day.But I always meet the same problem: when I try to configure GTK, it tells me that some conditions are not met ( the versions of atk,glib,etc are too old),but I have

Window Resize..

2006-04-08 Thread 3saul
Hi, I have the following code in a function to resize a window gtk_window_set_resizable (GTK_WINDOW (window1), TRUE); gtk_window_resize (GTK_WINDOW (window1),x * 10, 600); gtk_window_set_resizable (GTK_WINDOW (window1), FALSE); The above code does not work (the window

can't catch mouse movement using gtk and gtkgl

2006-04-08 Thread Dov B. Kruger
I have previously written about my application, in which despite requesting all events, I am not seeing mouse wheel or mouse motion events. In desperation, I have stripped all my code out, and have a bare framework that uses the gtkglarea widget, leaving it blank. If some kind GTK+ expert

Re: Window Resize..

2006-04-08 Thread 3saul
Figured it out.. gtk_widget_set_size_request -- View this message in context: http://www.nabble.com/Window-Resize..-t1418895.html#a3824803 Sent from the Gtk+ - Apps Dev forum at Nabble.com. ___ gtk-app-devel-list mailing list

Re: can't catch mouse movement using gtk and gtkgl

2006-04-08 Thread Michael Torrie
On Sat, 2006-04-08 at 23:17 -0400, Dov B. Kruger wrote: I have previously written about my application, in which despite requesting all events, I am not seeing mouse wheel or mouse motion events. In desperation, I have stripped all my code out, and have a bare framework that uses the