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
#pragma once

#include <wx/imagxpm.h>

extern "C" {

// CLASS: wxXPMHandler
wxClassInfo *wxXPMHandler_CLASSINFO();
wxXPMHandler *wxXPMHandler_new();

} // extern "C"