You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// arguments properties when window is created// can have properties from WM_HINTS, WM_NORMAL_HINTS, WM_PROTOCOLS, WM_TRANSIENT_FORapp.root().createWindow({width: 100,height: 100,icon: myIcon,// integer or Pixmap -> WM_HINTS. icon_pixmaptransientFor: mainWnd,// integer or WindowmaxWidth: 800});//or call to setHints() to modify laterwnd.setHints({transientFor: otherWnd,maxWidth: 900});
potentially as a separate library or as part of https://github.com/santigimeno/node-ewmh
http://www.x.org/docs/ICCCM/icccm.pdf
https://tronche.com/gui/x/icccm/
At least handle window deletion protocol properly - https://tronche.com/gui/x/icccm/sec-4.html#s-4.2.8.1
The text was updated successfully, but these errors were encountered: