Re: gtk_events_pending() seems to spin sometimes?

2005-03-28 Thread stian
> I'm using a (traditional POSIX) signal handler to run this code. I use > setitimer() to tell the OS to interrupt my application with a SIGALRM > signal after something like 1 second, every second. Naughty boy :-p setitimer can be very nasty if the signal handler interacts with gtk code. However

Independence of icon and GTK themes

2005-03-28 Thread Andrew Conkling
One thing that would really rock my socks is independence of GTK and icon themes. As of now, AFAIK, to fully take advantage of an icon theme, you have to add its iconrc file to the gtkrc of the GTK theme in use. That's kind of a pain, for example, if you use a system theme whose gtkrc you can't e

A numbered column in a Gtk::TreeStore

2005-03-28 Thread Bryan Forbes
I'm working on audio support in Coaster and I have a Gtk::ListView to view a Gtk::TreeStore of tracks for an audio disc the user is creating. I need a column for the track number that automatically updates with the correct track number. I thought I could use an integer that increase

RF Review: a simple tutorial on GTK+ DragNDrop

2005-03-28 Thread Ryan McDougall
http://live.gnome.org/GnomeLove/DragNDropTutorial I tried to make its as clear and correct as I could, but it quite possible there are major errors or generally heinous abuse of the API. In particular the use of X selections may be way off. Please take a look and leave either comments or edits on