Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 cluttermm 创建一个无边框窗口(例如,像这样的东西)。
换句话说,我想在屏幕上绘制一个矩形并在其上绘制一些文本,但不是在窗口中,也不是带边框。
混乱是一个非常糟糕的选择,或者我该怎么做? 谢谢!
Clutter 本身不提供任何 API 来执行此操作,而是根据平台的 API 来控制实际窗口。
您可以使用 Clutter-GTK 和 GtkWindow API 从嵌入舞台的窗口中移除装饰。