Hi,Nowadays I'm doing some gtk+ programming. When I use gtk+-2.0 to compile my program it compiles successfully and runs in system's native theme.
But when I use gtk+-3.0 to compile ,after successful compilation , when I run program it appears in a classic look(Something similar to windows 98).
How can I solve this issue so that it will use system theme.
