wxrust-base 0.0.1-alpha

Binding for the (part of) wxBase library of the wxWidgets toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <wx/object.h>

extern "C" {

// CLASS: wxRefCounter
wxRefCounter *wxRefCounter_new();
void wxRefCounter_DecRef(wxRefCounter * self);
int wxRefCounter_GetRefCount(const wxRefCounter * self);
void wxRefCounter_IncRef(wxRefCounter * self);

} // extern "C"