Re: How to create a self contained GTK+ Application for Linux

2007-05-23 Thread Dale Mellor
On Tue, 2007-05-22 at 20:29 +, Jeremy Roberson wrote: > The majority of our clients are using custom Linux Distributions and they are > using older versions of GTK+. Our application depends on features available > in > GTK+ >= 2.10 so, I need to figure out how to distribute the application wi

GtkTreeView style elements

2007-05-15 Thread Dale Mellor
I want to change the colour of the headers on a GTK tree view in the rc file. What path should I be using to the widget on which I need to set the fg and bg colours? What is the proper way to go about finding out this information (without bothering this list ;-) ) ? Thanks, Dale __