RE: qt vs gtk

2009-01-14 Thread Andersen, Jan
As someone who has recently stopped using GNOME, let me give my viewpoint, then, about why I have stopped using it. It isn't so much knee-jerk, I would hope, as simple, everyday usefulness. It was not an easy decision for me to leave and start using KDE - I have used GNOME from the beginning and

RE: newbie trap

2006-04-12 Thread Andersen, Jan
Ross Clement wrote: > Hi. I find myself writing a program that processes the gtk gui events > itself. E.g. code vaguely similar to the pseudo-code: > > while( large_compute_bound_job_not_finished ) > { > process_next_block_of_data(); > gtk_progress_bar_set_fraction( progressBar, fraction ); >