creationix / topcube

Webkit Bindings for node
MIT License
403 stars 37 forks source link

Added title loading support #2

Closed Qard closed 13 years ago

Qard commented 13 years ago

I added support for the GTKWindow to adjust it's title to the WebkitWebView document title, whenever it changes. There should probably be some changes made to the module though, since gtk_signal_connect and the "title-changed" event are apparently deprecated. Might get around to that later.

creationix commented 13 years ago

Thanks