Re: @robin: wishes
Kevin Ollivier <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Nov 12, 2015, at 9:03 AM, Dietmar Schwertberger <[email protected]> wrote: > > Am 11.11.2015 um 21:52 schrieb Kevin Ollivier: >> Ah, checking the code, it might be that find just returns the first instance of a method it finds, not all of them. There's a findAll method as well that returns a list, so maybe you need to call that instead and then call ignore() on each result in the list? > Thanks. I've just tried. This will only find one item and MakeMetafilePlaceable is still in the generated cpp file. So the problem must be something else. For tracking this down needs, I think I need to have a closer look at how SIP works. The problem isn't with SIP here, the problem is that the method signature is getting into the generated SIP file. Actually, when I look at wxWidgets/interface/wx/metafile.h, there is only one function signature for the wxMakeMetafilePlaceable function. So either ignore() isn't working, or it's not actually finding the function, although I would think that would lead to an error when using find. Regards, Kevin >> For Classic in particular, I would say that wxPython 3.0 is almost certainly going to be a clear win over 2.8, regardless of the current development activity. > I had some minor problems, e.g. with mouse events. For me 3.0 did not have advantages, so I moved back. > > Regards, > > Dietmar > > -- > You received this message because you are subscribed to the Google Groups "wxPython-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.