Files
wxWidgets/wxPython/src/_webkit_rename.i
Kevin Ollivier 5ed68428a8 Adding wxWebKitCtrl wrappers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-19 06:04:26 +00:00

9 lines
232 B
OpenEdge ABL

// 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