Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rings:1-MinimalX
python-wxPython
wxwidgets-3.2.5.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wxwidgets-3.2.5.patch of Package python-wxPython
Do not fail the wxPython build when using a wxWidgets-3.2.5 base. Generated by: git diff 5622abb73deaa26dc2f6dc4cd8b4b2050396b49a..78938da1218483024b3a7acf55b5fb5513882916 etg/ --- etg/window.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) --- a/etg/window.py +++ b/etg/window.py @@ -268,6 +268,23 @@ def run(): return NULL; #endif """) + c.find('GetOrCreateAccessible').setCppCode("""\ + #if wxUSE_ACCESSIBILITY + return self->GetOrCreateAccessible(); + #else + wxPyRaiseNotImplemented(); + return NULL; + #endif + """) + c.find('CreateAccessible').factory = True + c.find('CreateAccessible').setCppCode("""\ + #if wxUSE_ACCESSIBILITY + return self->CreateAccessible(); + #else + wxPyRaiseNotImplemented(); + return NULL; + #endif + """) c.find('SetAccessible.accessible').transfer = True c.find('SetAccessible').setCppCode("""\ #if wxUSE_ACCESSIBILITY
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor