wxrust 0.0.1-alpha

Binding for the wxCore library of the wxWidgets toolkit.
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

extern "C" {

    // wxXPMHandler
    pub fn wxXPMHandler_CLASSINFO() -> *mut c_void;
    pub fn wxXPMHandler_new() -> *mut c_void;

}