#if PYTHON_API_VERSION >= 1009
static char* wxStringErrorMsg = "String or Unicode type required";
#else
- static char* wxStringErrorMsg = "string type is required for parameter";
+ static char* wxStringErrorMsg = "String type required";
#endif
#ifdef __cplusplus
extern "C" {
return (void *) dest;
}
+static void *SwigwxHtmlHelpFrameTowxTopLevelWindow(void *ptr) {
+ wxHtmlHelpFrame *src;
+ wxTopLevelWindow *dest;
+ src = (wxHtmlHelpFrame *) ptr;
+ dest = (wxTopLevelWindow *) src;
+ return (void *) dest;
+}
+
static void *SwigwxHtmlHelpFrameTowxWindow(void *ptr) {
wxHtmlHelpFrame *src;
wxWindow *dest;
{ "_size_t","_int",0},
{ "_size_t","_wxWindowID",0},
{ "_size_t","_uint",0},
+ { "_wxTopLevelWindow","_wxHtmlHelpFrame",SwigwxHtmlHelpFrameTowxTopLevelWindow},
{ "_uint","_wxCoord",0},
{ "_uint","_wxPrintQuality",0},
{ "_uint","_time_t",0},