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.
我正在用 gtk-rs 制作一个网络浏览器。我正在尝试检查全屏。我可以获取屏幕大小并将其与窗口大小进行比较,如果它们相同,则它是全屏的,我可以隐藏不必要的小部件。虽然这可行,但我只能在绑定一些键事件时让它工作(所以当我按下一个键时,它会检查窗口和屏幕大小是否再次相同)。我希望能够通过简单地注意到窗口大小发生变化来使其工作。