尝试在 Ubuntu Natty 上使用 PyGTK 获得全屏窗口
我一直在四处寻找,但无法找到并回答以下问题:
我正在使用 PyGTK 和 PyGTKGLEXT 编写一个应用程序,该应用程序应该具有带有 OpenGL 功能的全屏窗口。 我使用的是带有 Unity 桌面的 Ubuntu Natty,如果我要求窗口全屏显示,始终位于屏幕顶部的 Natty 菜单栏不会消失。 这破坏了我的全屏体验,但我无法找到摆脱它的方法(并在窗口退出后恢复它)。我确实希望这是可能的!
非常欢迎大家指点!
乔斯特.
I have been looking around but was unable to find and answer to the following question:
I am using PyGTK and PyGTKGLEXT to write an application that should have a fullscreen window with OpenGL capabilities.
I am on Ubuntu Natty with the Unity desktop, and if I ask my window to go fullscreen, the Natty menubar that is always there at the top of the screen does not go away.
This ruins my fullscreen experience, but I am unable to find an approach to get rid of it (and restore it after my window quits). I do hope that is possible !
All pointers are very welcome !
Joost.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该版本没有告诉我您使用的是 Unity 还是 Gnome。但是,如果您使用的是 Gnome,这可能会有所帮助。 Unity可能也是类似的方法。
但是,我不认为这可以编程 - 用户必须更改设置。
The version doesn't tell me whether your using Unity or Gnome. However, if you're using Gnome, THIS may be helpful. It may be a similar method with Unity.
However, I do not think this can be programmed in - the user must make the setting change.