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.
我知道有一种方法可以在 Windows 中保存窗口放置结构,但我想知道是否有另一种方法可以用于跨平台 wxWidgets 应用程序。
此外,在没有平台特定代码的情况下序列化这些数据的最佳方法是什么。
因此,如果您只想存储窗口的大小和位置,则处理窗口大小调整和移动事件,以便它们将这些数据存储在 wxConfig 中。
http://docs.wxwidgets.org/2.9.3/overview_config.html