wxrust 0.0.1-alpha

Binding for the wxCore library of the wxWidgets toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "generated.h"

extern "C" {

// CLASS: wxXPMHandler
wxClassInfo *wxXPMHandler_CLASSINFO() {
    return wxCLASSINFO(wxXPMHandler);
}
wxXPMHandler *wxXPMHandler_new() {
    return new wxXPMHandler();
}

} // extern "C"