dwww Home | Show directory contents | Find package

%module rename_strip_encoder

// strip the wx prefix from all identifiers
%rename("%(strip:[wx])s") ""; 

%inline %{

class wxSomeWidget {
};

struct wxAnotherWidget {
    void wxDoSomething() {}
};


%}

Generated by dwww version 1.15 on Tue Jul 2 00:33:33 CEST 2024.