Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/rename_strip_encoder.i
2019-08-04 21:38:19 -05:00

17 lines
204 B
OpenEdge ABL

%module rename_strip_encoder
// strip the wx prefix from all identifiers
%rename("%(strip:[wx])s") "";
%inline %{
class wxSomeWidget {
};
struct wxAnotherWidget {
void wxDoSomething() {}
};
%}