I'am writing with my friends a simple photo viewer in C++ using gtkmm. Everything goes quite well, except that our app is looking very poor and completely diffrent from any other GTK+ application on ours Linux desktops. If anyone could give us some advice about what are we doing wrong, we will be very grateful.
Code responsible for creating the window is here (the rest is in the repository): https://github.com/jjkrol/ZPR/blob/master/src/gui.cpp
Screenshot with the look:

Also, we've got a problem with compilation - it takes about 2 minutes to compile one source file from our project, which is in my opinion very long for this amount of code. We are using scons, the SConstruct file can be found on our repository (i can't post more than 2 links here).
Any help would be apprecieated, thanks in advance!