mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 05:47:09 +01:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/sandbox/trunk/Phoenix@66198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
77 lines
1.1 KiB
C++
77 lines
1.1 KiB
C++
/*
|
|
* Interface wrapper code.
|
|
*
|
|
* Generated by SIP 4.12-snapshot-93040d2c716c
|
|
*
|
|
* Copyright: (c) 2010 by Total Control Software
|
|
* License: wxWindows License
|
|
*/
|
|
|
|
#include "sipAPI_core.h"
|
|
|
|
|
|
|
|
|
|
/* Cast a pointer to a type somewhere in its superclass hierarchy. */
|
|
extern "C" {static void *cast_wxCursor(void *, const sipTypeDef *);}
|
|
static void *cast_wxCursor(void *ptr, const sipTypeDef *targetType)
|
|
{
|
|
if (targetType == sipType_wxCursor)
|
|
return ptr;
|
|
|
|
return NULL;
|
|
}
|
|
|
|
|
|
/* Call the instance's destructor. */
|
|
extern "C" {static void release_wxCursor(void *, int);}
|
|
static void release_wxCursor(void *,int)
|
|
{
|
|
}
|
|
|
|
|
|
sipClassTypeDef sipTypeDef__core_wxCursor = {
|
|
{
|
|
-1,
|
|
0,
|
|
0,
|
|
SIP_TYPE_CLASS,
|
|
sipNameNr_wxCursor,
|
|
{0}
|
|
},
|
|
{
|
|
sipNameNr_Cursor,
|
|
{0, 0, 1},
|
|
0, 0,
|
|
0, 0,
|
|
0, 0,
|
|
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
|
},
|
|
0,
|
|
-1,
|
|
-1,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
#if PY_MAJOR_VERSION >= 3
|
|
0,
|
|
0,
|
|
#else
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
#endif
|
|
0,
|
|
0,
|
|
0,
|
|
0,
|
|
release_wxCursor,
|
|
cast_wxCursor,
|
|
0,
|
|
0,
|
|
0
|
|
};
|