views:

29

answers:

1

How can I get my gtk buttons to look more like standard windows buttons? In this particular example, I have OK and Cancel buttons, but they're a different size than the OK and Cancel buttons in every windows app. How can I change their size to look more like windows'?

A: 

I couldn't immediately see any ways to do it programmatically, but it appears that you can set per-application GTK themes according to this page. There are GTK themes that appear more Windows-like, I believe.

Gian