electron_yue icon indicating copy to clipboard operation
electron_yue copied to clipboard

Is it possible to use Electron's BaseWindow instead of gui.Window?

Open zikosichi opened this issue 3 years ago • 0 comments

Electron is using BaseWindow internally for creating windows. In the latest versions, it is exposed but not documented officially.

BaseWindow has a method setContentView that accepts a native View such as webContentsView or nativeImageView.

So would it be possible to set gui.Container as a contentView of the BaseWindow?

Thanks

zikosichi avatar Aug 05 '21 11:08 zikosichi