Re: Win32 gtk performance sucks (all versions), any suggestions for finding the bottlenecks?

2005-03-25 Thread Hubert SokoĊ‚owski
Hi! On Fri, 25 Mar 2005 20:44:16 -0800 (PST) Dave Andruczyk <[EMAIL PROTECTED]> wrote: > > I have seen my app run about 10-50x slower on win32 and doing simple > things > like changing a widgets color or text can max the CPU EASILY on a 1Ghz > Win2k > install. on linux the cpu penalty is usual

Win32 gtk performance sucks (all versions), any suggestions for finding the bottlenecks?

2005-03-25 Thread Dave Andruczyk
I have seen my app run about 10-50x slower on win32 and doing simple things like changing a widgets color or text can max the CPU EASILY on a 1Ghz Win2k install. on linux the cpu penalty is usually less than 10% in most cases.. I've tested this with the GTK+ runtime builds from gladewin32.sf.net

Problems with gtk_menu_popup

2005-03-25 Thread Boromir
Hi I'm trying to implement a gtk menu popup without using a button but i can't..I compile my program and when i execute it, it doesn't show the popup menu when i do a click on the window.. My idea is to show a popup menu by clicking on a window dialog instead of using a button like in the GTK 2 T

Fancy progress bar

2005-03-25 Thread Olivier Guilyardi
Hi, Is there any reusable widgets out there, for displaying progress status in an original/fancy/funny way ? -- og ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: notebook causes segmentation fault

2005-03-25 Thread Antonio Gomes
Hi , try this: 1) while connecting the signal (on main function, I don't know), pass the "notebook" widget as a "user pointer" argument ... something like that : gtk_signal_connect(GTK_OBJECT(my_button), "clicked", GTK_SIGNAL_FUNC(close_current_tab_cb), my_notebookPointer); 2) on callbac