problem on file io

2006-05-03 Thread rachit goel
Hi all , I am facing a problem in file io. The issue is that i use libwnck to get the current active window and then need to append it and the timestamp in a file . This is where i am facing a problem. When i looked at the gtk's help base i couldn,t find any file io functions, so I deci

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-03 Thread Karihaloo, Ujjval
I have both versions of GTK as u can see: [EMAIL PROTECTED] include]$ rpm -qa gtk+ gtk+-1.2.10-50 [EMAIL PROTECTED] include]$ rpm -qa gtk2 gtk2-2.8.17-1.fc5.1 I think before my application was pointing to gtk1.2 and I was getting this error which I corrected in the configure file: Error and corre

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-03 Thread David Necas (Yeti)
On Wed, May 03, 2006 at 05:02:07PM -0600, Karihaloo, Ujjval wrote: > Here is another Error I am getting: > > undefined reference to `gtk_menu_ensure_uline_accel_group' > > Any idea? You are trying to compile and link a Gtk+ 1.2 program with Gtk+ 2.x -- and GCC is innocent here. Compile and link

RE: GTK with GCC 4.1 on Fedora Core 5

2006-05-03 Thread Karihaloo, Ujjval
Here is another Error I am getting: undefined reference to `gtk_menu_ensure_uline_accel_group' Any idea? -Original Message- From: Allin Cottrell [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 4:07 PM To: Karihaloo, Ujjval Cc: David Necas (Yeti); Mehmet YASAR; gtk-app-devel-list

Re: GTK with GCC 4.1 on Fedora Core 5

2006-05-03 Thread Allin Cottrell
On Wed, 3 May 2006, Karihaloo, Ujjval wrote: I have an application which uses gtk and was compiled in GCC 3.3.2 and now it is failing compilation in GCC 4.1 (on Fedora Core 5) with errors like: GTK_TEXT - Undefined, First Use in Function GTK_TEXT is a macro pertaining to the (seriously!) d

GTK with GCC 4.1 on Fedora Core 5

2006-05-03 Thread Karihaloo, Ujjval
Hi All, I have an application which uses gtk and was compiled in GCC 3.3.2 and now it is failing compilation in GCC 4.1 (on Fedora Core 5) with errors like: GTK_TEXT - Undefined, First Use in Function Any help will be appreciated Thx, Ujjval. ___

Re: how to tell gtk to update only the GUI

2006-05-03 Thread David Necas (Yeti)
On Wed, May 03, 2006 at 10:03:34AM -0400, Tristan Van Berkom wrote: > > If you need your application to refuse button & key press events > (but still refresh itself graphicly), you should set the sensitivity > of your buttons during the lengthly operation (and just ignore key > press events). I a

Re: how to tell gtk to update only the GUI

2006-05-03 Thread Tristan Van Berkom
Mehmet YASAR wrote: Hi all, I'm doing some lengthy calculations and I'd like to tell gtk to update only the GUI (gtk should process ONLY expose events). Obviously, there is gtk_main_iteration() but that's processing all pending events (keypress, timers ...), that means I have to disable all

how to tell gtk to update only the GUI

2006-05-03 Thread Mehmet YASAR
Hi all, I'm doing some lengthy calculations and I'd like to tell gtk to update only the GUI (gtk should process ONLY expose events). Obviously, there is gtk_main_iteration() but that's processing all pending events (keypress, timers ...), that means I have to disable all keypress handler (ti

Re: tree view header

2006-05-03 Thread Thomas Gilgin
Stefan Kost wrote: you can put own widgets in there. One way might be to put an own label in there and set a default minimum height. Thanks a lot! Regards, Thomas ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/

Re: graphics!! - Evolution spam - not mine!

2006-05-03 Thread Ivan N. Zlatev
On Wed, 2006-05-03 at 11:45 +0100, Ivan N. Zlatev wrote: > On Wed, 2006-05-03 at 12:25 +0200, [EMAIL PROTECTED] wrote: > > > > Hello!! > > I need help about creating graphics...i want to represent points into a > > graphic, but i want to can interact with them too,so i need to click on them > >

Re: graphics!!

2006-05-03 Thread Ivan N. Zlatev
On Wed, 2006-05-03 at 12:25 +0200, [EMAIL PROTECTED] wrote: > > Hello!! > I need help about creating graphics...i want to represent points into a > graphic, but i want to can interact with them too,so i need to click on them > and see in the satatus bar what're the coordenates,i need to can dele

Re: graphics!!

2006-05-03 Thread Ivan N. Zlatev
On Wed, 2006-05-03 at 12:25 +0200, [EMAIL PROTECTED] wrote: > > Hello!! > I need help about creating graphics...i want to represent points into a > graphic, but i want to can interact with them too,so i need to click on them > and see in the satatus bar what're the coordenates,i need to can dele

Re: graphics!!

2006-05-03 Thread Ivan N. Zlatev
On Wed, 2006-05-03 at 12:25 +0200, [EMAIL PROTECTED] wrote: > > Hello!! > I need help about creating graphics...i want to represent points into a > graphic, but i want to can interact with them too,so i need to click on them > and see in the satatus bar what're the coordenates,i need to can dele

Re: graphics!!

2006-05-03 Thread Ivan N. Zlatev
On Wed, 2006-05-03 at 12:25 +0200, [EMAIL PROTECTED] wrote: > > Hello!! > I need help about creating graphics...i want to represent points into a > graphic, but i want to can interact with them too,so i need to click on them > and see in the satatus bar what're the coordenates,i need to can dele

Re: graphics!!

2006-05-03 Thread Ivan N. Zlatev
On Wed, 2006-05-03 at 12:25 +0200, [EMAIL PROTECTED] wrote: > > Hello!! > I need help about creating graphics...i want to represent points into a > graphic, but i want to can interact with them too,so i need to click on them > and see in the satatus bar what're the coordenates,i need to can dele

graphics!!

2006-05-03 Thread ferri_marllo
Hello!! I need help about creating graphics...i want to represent points into a graphic, but i want to can interact with them too,so i need to click on them and see in the satatus bar what're the coordenates,i need to can delete them, and more things. I'm trying with gdk,but the problem is tha