在电子中更改 BrowserWindow 的系统 z 顺序,可能吗?

Change system z-order of BrowserWindow in electron, possible?(在电子中更改 BrowserWindow 的系统 z 顺序,可能吗?)
本文介绍了在电子中更改 BrowserWindow 的系统 z 顺序,可能吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

可以这么说,我需要控制主窗口的 z 顺序.总是在最上面不是我的情况.我想把我的窗口放在所有其他窗口的后面和桌面上方.是否可以?是否有 C++ SetWindowPos 函数的类似物?或者可能有一些解决方法?

I need to control main window z-order so to say. Always on top is not my case. I want to put my window behind all others and above desktop. Is it possible? Is there analogue to C++ SetWindowPos function? Or maybe some workaround?

推荐答案

如果这不是你可以用 父/子窗口 然后你可以通过 SetWindowPos()-ffi/node-ffi" rel="nofollow">node-ffi(或者写一个原生的Node模块/插件).要获取 BrowserWindowHWND,请调用 getNativeWindowHandle().我不知道您如何在 macOS 或 Ubuntu 上本地执行此操作.

If it's not something you can accomplish with parent/child windows then you could call SetWindowPos() via node-ffi (or write a native Node module/addon). To get the HWND for a BrowserWindow call getNativeWindowHandle(). I have no idea how you'd do this natively on macOS or Ubuntu.

这篇关于在电子中更改 BrowserWindow 的系统 z 顺序,可能吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Google apps script get range of bytes from binary file(谷歌应用程序脚本从二进制文件中获取字节范围)
Sending Multiple attachments with Google Script from Google Drive(使用 Google 脚本从 Google Drive 发送多个附件)
Distributing Google Apps Scripts for Sheets in your company network(在您的公司网络中分发适用于表格的 Google Apps 脚本)
Upload file to my google drive from anyone using javascript(使用 javascript 将文件从任何人上传到我的谷歌驱动器)
quot;Shared Drivequot; support in Google Apps Script(“共享驱动器Google Apps 脚本中的支持)
Angular 2+ HTTP POST and GDrive API. Resumable file upload with name(Angular 2+ HTTP POST 和 GDrive API.带名称的可恢复文件上传)