I mean is it useable like WxWidgets to develop total non web releated client apps. A HTML widget is always nice but does it provide all the other common widgets a typical appication needs?
Is it hard to generate a build script for an chrome based application or are the make files full of chrome specific paths and targets.
EDIT: I know that it is based on Webkit which is in QT. But for a webbrowser you need much mnore then the WebKit Widget. So it contains a complete GUI Toolkit which is native. It means it uses Cocoa on MacOSX and GTK on Unix/Linux and Win32/WTL on Windows. But at some level they have to create a common API again. So it has to be like WxWidgets a crossplatform toolkit. The question is if this is useable for development of a different API.
Please answer only if you understand how Chrome is designed.
And no i don't want to look at QT as it is not pure Cocoa (it's only using NSView and Appearance Manager) and i don't want WxWidgets as this is bloated and you see the design of 1992 together with very late Cocoa patches.