Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
rename_strip_encoder.i
blob: 691173b02bf927a97f33e898abe406746400f69f [
file
] [
log
] [
blame
]
%
module
rename_strip_encoder
// strip the wx prefix from all identifiers
%
rename
(
"%(strip:[wx])s"
)
""
;
%
inline
%{
class
wxSomeWidget
{
};
struct
wxAnotherWidget
{
void
wxDoSomething
()
{}
};
%}