MacGapProject / MacGap1

Desktop WebKit wrapper for HTML/CSS/JS applications.
Other
3.55k stars 208 forks source link

Add title for the window #102

Closed andersonoliveira closed 10 years ago

andersonoliveira commented 10 years ago

Add a Title key so we can add to the window.

Usage: macgap.window.open({title:"My Window Title", url:"public/index2.html", width: 400, height: 300});

jeff-h commented 10 years ago

Hey — thanks for your pull request!

However, the Xcode window title is already bound to the <title> of the html document. Does your commit add anything extra to that?

andersonoliveira commented 10 years ago

Yeah. Nevermind. I thought that was not implemented. Sorry.