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.
dlg.CenterOnParent() を設定しようとしましたが、うまくいきません。MessageDialog がフレームを親として設定していないためだと思います。その場合、どのようにすればよいでしょうか?
wxウィジェットを作成する場合、create関数の通常のパターンはwx.SomeUIObject(parent、id、...)です。ダイアログを作成するときに親を設定できます。