FVerbaas opened this issue on Jul 06, 2018 ยท 3 posts
adp001 posted Tue, 10 July 2018 at 7:57 AM
There is no such thing like "registering". The whole Poser-UI is based on the Toolkit "WxWidgets", a Cross-Plattform GUI with bindings for several programming languages. In Poser wxPython is used as binding for Poser Python.
If you want to have your own created (wx)window managed by Posers GUI, you have to use the wx.aui.AuiManager handled by Poser (manager=poser.WxAuiManager()). Anything else you have to know is how to deal with wxWidgets AUI Manager.
See https://wxpython.org/Phoenix/docs/html/wx.aui.AuiManager.html