check gtk version

Ron Flory yellowdog-general@lists.terrasoftsolutions.com
Wed Jun 23 06:00:01 2004


> On Tue Jun 22 17:41:01 2004, Ben Buchanan wrote:
> 
>>How can I check what version of gtk I have installed?

    gtk-config --version

  This is a small script provided with the GTK environment
that is intended to be used by humans, or by apps compiled
against GTK needing to know something about the installed
GTK libs.

ron