英文:
How to hide taskbar in fyne golang?
问题
我需要隐藏任务栏enter image description here,但是怎么做呢?
我在文档和互联网上都没有找到相关的内容。
我希望有人熟悉golang,并且能够回答我的问题。谢谢。
英文:
I need to hide taskbar enter image description here,but how?
I did not find anything in the documentation and on the Internet too.
I hope that one of you is engaged in golang, and will be able to answer my question. Thank you.
答案1
得分: 0
这是窗口边框,而不是任务栏。它出现在除了启动窗口之外的所有桌面 Fyne 窗口周围。
这里的答案会有所帮助:https://stackoverflow.com/questions/62383370/how-to-create-fyne-splash-screen-i-dont-find-any-widget-in-fyne-gui-toolkit。
英文:
That’s the window border, not the task bar. It is around all desktop Fyne windows except a splash window.
The answer here will help https://stackoverflow.com/questions/62383370/how-to-create-fyne-splash-screen-i-dont-find-any-widget-in-fyne-gui-toolkit.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论