无边框杂乱窗口(mm)
我正在尝试使用 cluttermm 创建一个无边框窗口(例如,类似于 this)。
换句话说,我想在屏幕上绘制一个矩形并在其上绘制一些文本,但不在窗口中,也不带有边框。
混乱是一个非常糟糕的选择吗?或者我该怎么做?
谢谢!
I'm trying to use cluttermm to create a borderless window (for example, something like this).
In other words, I want to draw a rectangle on screen and some text on it, but NOT in a window, and NOT with borders.
Is clutter a really bad choice for this, or how can I do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Clutter 本身不提供任何 API 来执行此操作,而是遵循平台的 API 来控制实际窗口。
您可以使用 Clutter-GTK 和 GtkWindow API 从嵌入舞台的窗口中删除装饰。
Clutter itself doesn't offer any API to do this, and defers to the platform's API to control the actual window.
you can use Clutter-GTK and the GtkWindow API to remove the decoration from the window embedding the stage.