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