Steve Freedenburg <stevefreedenburg charter.net> writes:
Another question. It “SEEMS” that the API for
wxPython
is missing stuff. I tried looking up
Sizer.Insert() Sizer.Remove()
and didn’t find much.Steve
I don’t know what you want to do. But in case you want to add or remove an item,
there are the Add and Detach methods.
I think the OP was commenting on the awful documentation descriptions
in the API (wxPython API Documentation — wxPython Phoenix 4.2.2 documentation), not asking how to add items to sizers. Just look at how many classes have their descriptions as “Proxy of C++ Foo Class”.
···
From: Dominique mydomdom@gmail.com: