Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
Minimizing and maximizing is not enough to implement custom styled windows. It
would also be needed to allow for dragging and resizing the window. These API
functions would need to be exposed to javascript:
MinimizeWindow()
MaximizeWindow()
CloseWindow()
MoveWindow()
ResizeWindow()
Create an example with custom window theme.
Original comment by czarek.t...@gmail.com
on 23 Jan 2014 at 8:38
See the css properties like "-webkit-app-region" (with drag/no-drag values) and
"-webkit-user-select" used in Frameless window in Node-Webkit:
https://github.com/rogerwang/node-webkit/wiki/Frameless-window
Original comment by czarek.t...@gmail.com
on 16 Feb 2014 at 3:44
Original issue reported on code.google.com by
m...@nilesuan.com
on 4 Apr 2013 at 5:02