无边框杂乱窗口(mm)

发布于 2024-10-30 16:47:03 字数 233 浏览 0 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ˇ宁静的妩媚 2024-11-06 16:47:03

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文