Adding wxWebKitCtrl wrappers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
8
wxPython/src/_webkit_rename.i
Normal file
8
wxPython/src/_webkit_rename.i
Normal file
@@ -0,0 +1,8 @@
|
||||
// A bunch of %rename directives generated by BuildRenamers in config.py
|
||||
// in order to remove the wx prefix from all global scope names.
|
||||
|
||||
#ifndef BUILDING_RENAMERS
|
||||
|
||||
%rename(WebKitCtrl) wxWebKitCtrl;
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user