Some fixes for the new way things are built
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* FILE : ogl.cpp
|
* FILE : contrib/ogl/ogl.cpp
|
||||||
*
|
*
|
||||||
* This file was automatically generated by :
|
* This file was automatically generated by :
|
||||||
* Simplified Wrapper and Interface Generator (SWIG)
|
* Simplified Wrapper and Interface Generator (SWIG)
|
||||||
@@ -105,12 +105,6 @@ static PyObject* t_output_helper(PyObject* target, PyObject* o) {
|
|||||||
|
|
||||||
static char* wxStringErrorMsg = "string type is required for parameter";
|
static char* wxStringErrorMsg = "string type is required for parameter";
|
||||||
|
|
||||||
#if defined(__WXMSW__)
|
|
||||||
wxString wxPyEmptyStr("");
|
|
||||||
wxPoint wxPyDefaultPosition(-1, -1);
|
|
||||||
wxSize wxPyDefaultSize(-1, -1);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern "C" SWIGEXPORT(void) initoglbasicc();
|
extern "C" SWIGEXPORT(void) initoglbasicc();
|
||||||
extern "C" SWIGEXPORT(void) initoglshapesc();
|
extern "C" SWIGEXPORT(void) initoglshapesc();
|
||||||
extern "C" SWIGEXPORT(void) initoglshapes2c();
|
extern "C" SWIGEXPORT(void) initoglshapes2c();
|
||||||
@@ -169,13 +163,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
||||||
{ "_signed_long","_long",0},
|
{ "_signed_long","_long",0},
|
||||||
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
||||||
|
{ "_class_wxProcessEvent","_wxProcessEvent",0},
|
||||||
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
||||||
|
{ "_class_wxFSFile","_wxFSFile",0},
|
||||||
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
||||||
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
||||||
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
||||||
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
||||||
{ "_wxImage","_class_wxImage",0},
|
{ "_wxImage","_class_wxImage",0},
|
||||||
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
||||||
|
{ "_wxWindowDisabler","_class_wxWindowDisabler",0},
|
||||||
|
{ "_class_wxDateTime","_wxDateTime",0},
|
||||||
{ "_wxPrintQuality","_wxCoord",0},
|
{ "_wxPrintQuality","_wxCoord",0},
|
||||||
{ "_wxPrintQuality","_int",0},
|
{ "_wxPrintQuality","_int",0},
|
||||||
{ "_wxPrintQuality","_signed_int",0},
|
{ "_wxPrintQuality","_signed_int",0},
|
||||||
@@ -197,10 +195,12 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
||||||
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
||||||
{ "_wxPySizer","_class_wxPySizer",0},
|
{ "_wxPySizer","_class_wxPySizer",0},
|
||||||
|
{ "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
|
||||||
{ "_wxPyCompositeShape","_class_wxPyCompositeShape",0},
|
{ "_wxPyCompositeShape","_class_wxPyCompositeShape",0},
|
||||||
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
||||||
{ "_wxCursor","_class_wxCursor",0},
|
{ "_wxCursor","_class_wxCursor",0},
|
||||||
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
||||||
|
{ "_wxPyProcess","_class_wxPyProcess",0},
|
||||||
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
||||||
{ "_wxImageHandler","_class_wxImageHandler",0},
|
{ "_wxImageHandler","_class_wxImageHandler",0},
|
||||||
{ "_class_wxPyRectangleShape","_wxPyRectangleShape",0},
|
{ "_class_wxPyRectangleShape","_wxPyRectangleShape",0},
|
||||||
@@ -267,6 +267,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxRealPoint","_wxRealPoint",0},
|
{ "_class_wxRealPoint","_wxRealPoint",0},
|
||||||
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
||||||
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
||||||
|
{ "_wxPrinterDC","_class_wxPrinterDC",0},
|
||||||
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
||||||
{ "_wxLogGui","_class_wxLogGui",0},
|
{ "_wxLogGui","_class_wxLogGui",0},
|
||||||
{ "_class_wxPyShapeEvtHandler","_wxPyShapeEvtHandler",0},
|
{ "_class_wxPyShapeEvtHandler","_wxPyShapeEvtHandler",0},
|
||||||
@@ -278,7 +279,6 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPySizer","_wxPySizer",0},
|
{ "_class_wxPySizer","_wxPySizer",0},
|
||||||
{ "_class_wxPyCompositeShape","_wxPyCompositeShape",0},
|
{ "_class_wxPyCompositeShape","_wxPyCompositeShape",0},
|
||||||
{ "_wxPyPolygonShape","_class_wxPyPolygonShape",0},
|
{ "_wxPyPolygonShape","_class_wxPyPolygonShape",0},
|
||||||
{ "_class_wxPostScriptDC","_wxPostScriptDC",0},
|
|
||||||
{ "_wxPanel","_class_wxPanel",0},
|
{ "_wxPanel","_class_wxPanel",0},
|
||||||
{ "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
|
{ "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
|
||||||
{ "_wxCheckBox","_class_wxCheckBox",0},
|
{ "_wxCheckBox","_class_wxCheckBox",0},
|
||||||
@@ -290,6 +290,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
||||||
{ "_class_wxToolTip","_wxToolTip",0},
|
{ "_class_wxToolTip","_wxToolTip",0},
|
||||||
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
||||||
|
{ "_wxFileConfig","_class_wxFileConfig",0},
|
||||||
{ "_wxColour","_class_wxColour",0},
|
{ "_wxColour","_class_wxColour",0},
|
||||||
{ "_class_wxDialog","_wxDialog",0},
|
{ "_class_wxDialog","_wxDialog",0},
|
||||||
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
||||||
@@ -331,6 +332,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxLogWindow","_wxLogWindow",0},
|
{ "_class_wxLogWindow","_wxLogWindow",0},
|
||||||
{ "_class_wxImage","_wxImage",0},
|
{ "_class_wxImage","_wxImage",0},
|
||||||
{ "_wxPoint","_class_wxPoint",0},
|
{ "_wxPoint","_class_wxPoint",0},
|
||||||
|
{ "_class_wxWindowDisabler","_wxWindowDisabler",0},
|
||||||
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
||||||
{ "_class_wxPyBitmapShape","_wxPyBitmapShape",0},
|
{ "_class_wxPyBitmapShape","_wxPyBitmapShape",0},
|
||||||
{ "_class_wxButton","_wxButton",0},
|
{ "_class_wxButton","_wxButton",0},
|
||||||
@@ -339,8 +341,10 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxFontData","_wxFontData",0},
|
{ "_class_wxFontData","_wxFontData",0},
|
||||||
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
||||||
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
||||||
|
{ "_class_wxZipFSHandler","_wxZipFSHandler",0},
|
||||||
{ "_char","_wxChar",0},
|
{ "_char","_wxChar",0},
|
||||||
{ "_wxBitmap","_class_wxBitmap",0},
|
{ "_wxBitmap","_class_wxBitmap",0},
|
||||||
|
{ "_wxTaskBarIcon","_class_wxTaskBarIcon",0},
|
||||||
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
||||||
{ "_wxPyControlPoint","_class_wxPyControlPoint",0},
|
{ "_wxPyControlPoint","_class_wxPyControlPoint",0},
|
||||||
{ "_wxWindowDC","_class_wxWindowDC",0},
|
{ "_wxWindowDC","_class_wxWindowDC",0},
|
||||||
@@ -350,14 +354,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxSpinButton","_class_wxSpinButton",0},
|
{ "_wxSpinButton","_class_wxSpinButton",0},
|
||||||
{ "_wxColourDialog","_class_wxColourDialog",0},
|
{ "_wxColourDialog","_class_wxColourDialog",0},
|
||||||
{ "_wxPrintData","_class_wxPrintData",0},
|
{ "_wxPrintData","_class_wxPrintData",0},
|
||||||
|
{ "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
|
||||||
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
||||||
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
||||||
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
||||||
{ "_class_wxValidator","_wxValidator",0},
|
{ "_class_wxValidator","_wxValidator",0},
|
||||||
{ "_class_wxPyEvent","_wxPyEvent",0},
|
{ "_class_wxPyEvent","_wxPyEvent",0},
|
||||||
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
||||||
|
{ "_wxConfig","_class_wxConfig",0},
|
||||||
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
||||||
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
||||||
|
{ "_class_wxFileConfig","_wxFileConfig",0},
|
||||||
{ "_class_wxPyDrawnShape","_wxPyDrawnShape",0},
|
{ "_class_wxPyDrawnShape","_wxPyDrawnShape",0},
|
||||||
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
||||||
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
||||||
@@ -370,6 +377,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
||||||
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
||||||
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
||||||
|
{ "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
|
||||||
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
||||||
{ "_EBool","_wxCoord",0},
|
{ "_EBool","_wxCoord",0},
|
||||||
{ "_EBool","_wxPrintQuality",0},
|
{ "_EBool","_wxPrintQuality",0},
|
||||||
@@ -386,7 +394,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
||||||
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
||||||
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
||||||
|
{ "_wxProcessEvent","_class_wxProcessEvent",0},
|
||||||
{ "_wxNotebook","_class_wxNotebook",0},
|
{ "_wxNotebook","_class_wxNotebook",0},
|
||||||
|
{ "_wxFSFile","_class_wxFSFile",0},
|
||||||
{ "_unsigned_long","_long",0},
|
{ "_unsigned_long","_long",0},
|
||||||
{ "_class_wxRect","_wxRect",0},
|
{ "_class_wxRect","_wxRect",0},
|
||||||
{ "_class_wxDC","_wxDC",0},
|
{ "_class_wxDC","_wxDC",0},
|
||||||
@@ -396,12 +406,15 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
||||||
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
||||||
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxPyInputStream","_class_wxPyInputStream",0},
|
||||||
{ "_wxPyApp","_class_wxPyApp",0},
|
{ "_wxPyApp","_class_wxPyApp",0},
|
||||||
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
||||||
|
{ "_class_wxOutputStream","_wxOutputStream",0},
|
||||||
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
||||||
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
||||||
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
||||||
{ "_class_wxDirDialog","_wxDirDialog",0},
|
{ "_class_wxDirDialog","_wxDirDialog",0},
|
||||||
|
{ "_wxTimeSpan","_class_wxTimeSpan",0},
|
||||||
{ "_wxPyLineShape","_class_wxPyLineShape",0},
|
{ "_wxPyLineShape","_class_wxPyLineShape",0},
|
||||||
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
||||||
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
||||||
@@ -423,6 +436,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
||||||
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
||||||
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
||||||
|
{ "_wxMetaFileDC","_class_wxMetaFileDC",0},
|
||||||
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
||||||
{ "_wxMenu","_class_wxMenu",0},
|
{ "_wxMenu","_class_wxMenu",0},
|
||||||
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
||||||
@@ -431,6 +445,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
||||||
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
||||||
{ "_wxArrowHead","_class_wxArrowHead",0},
|
{ "_wxArrowHead","_class_wxArrowHead",0},
|
||||||
|
{ "_WXTYPE","_wxDateTime_t",0},
|
||||||
{ "_WXTYPE","_short",0},
|
{ "_WXTYPE","_short",0},
|
||||||
{ "_WXTYPE","_signed_short",0},
|
{ "_WXTYPE","_signed_short",0},
|
||||||
{ "_WXTYPE","_unsigned_short",0},
|
{ "_WXTYPE","_unsigned_short",0},
|
||||||
@@ -440,11 +455,13 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
||||||
{ "_class_wxBrush","_wxBrush",0},
|
{ "_class_wxBrush","_wxBrush",0},
|
||||||
{ "_wxTipProvider","_class_wxTipProvider",0},
|
{ "_wxTipProvider","_class_wxTipProvider",0},
|
||||||
|
{ "_unsigned_short","_wxDateTime_t",0},
|
||||||
{ "_unsigned_short","_WXTYPE",0},
|
{ "_unsigned_short","_WXTYPE",0},
|
||||||
{ "_unsigned_short","_short",0},
|
{ "_unsigned_short","_short",0},
|
||||||
{ "_class_wxWindow","_wxWindow",0},
|
{ "_class_wxWindow","_wxWindow",0},
|
||||||
{ "_class_wxLogStderr","_wxLogStderr",0},
|
{ "_class_wxLogStderr","_wxLogStderr",0},
|
||||||
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
||||||
|
{ "_wxDateSpan","_class_wxDateSpan",0},
|
||||||
{ "_class_wxStaticText","_wxStaticText",0},
|
{ "_class_wxStaticText","_wxStaticText",0},
|
||||||
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
||||||
{ "_class_wxFont","_wxFont",0},
|
{ "_class_wxFont","_wxFont",0},
|
||||||
@@ -464,6 +481,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
||||||
{ "_wxPyDividedShape","_class_wxPyDividedShape",0},
|
{ "_wxPyDividedShape","_class_wxPyDividedShape",0},
|
||||||
{ "_class_wxPoint","_wxPoint",0},
|
{ "_class_wxPoint","_wxPoint",0},
|
||||||
|
{ "_class_wxPyInputStream","_wxPyInputStream",0},
|
||||||
{ "_wxRealPoint","_class_wxRealPoint",0},
|
{ "_wxRealPoint","_class_wxRealPoint",0},
|
||||||
{ "_class_wxRadioBox","_wxRadioBox",0},
|
{ "_class_wxRadioBox","_wxRadioBox",0},
|
||||||
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
||||||
@@ -471,7 +489,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_signed_short","_short",0},
|
{ "_signed_short","_short",0},
|
||||||
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
||||||
|
{ "_class_wxTaskBarIcon","_wxTaskBarIcon",0},
|
||||||
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
||||||
|
{ "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
|
||||||
{ "_class_wxPyControlPoint","_wxPyControlPoint",0},
|
{ "_class_wxPyControlPoint","_wxPyControlPoint",0},
|
||||||
{ "_wxPaintDC","_class_wxPaintDC",0},
|
{ "_wxPaintDC","_class_wxPaintDC",0},
|
||||||
{ "_class_wxWindowDC","_wxWindowDC",0},
|
{ "_class_wxWindowDC","_wxWindowDC",0},
|
||||||
@@ -480,14 +500,15 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxStatusBar","_class_wxStatusBar",0},
|
{ "_wxStatusBar","_class_wxStatusBar",0},
|
||||||
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
||||||
{ "_class_wxCursor","_wxCursor",0},
|
{ "_class_wxCursor","_wxCursor",0},
|
||||||
{ "_wxPostScriptDC","_class_wxPostScriptDC",0},
|
|
||||||
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
||||||
|
{ "_class_wxPyProcess","_wxPyProcess",0},
|
||||||
{ "_class_wxImageHandler","_wxImageHandler",0},
|
{ "_class_wxImageHandler","_wxImageHandler",0},
|
||||||
{ "_wxPyShape","_class_wxPyShape",0},
|
{ "_wxPyShape","_class_wxPyShape",0},
|
||||||
{ "_wxScrolledWindow","_class_wxScrolledWindow",0},
|
{ "_wxScrolledWindow","_class_wxScrolledWindow",0},
|
||||||
{ "_class_wxLog","_wxLog",0},
|
{ "_class_wxLog","_wxLog",0},
|
||||||
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
||||||
{ "_unsigned_char","_byte",0},
|
{ "_unsigned_char","_byte",0},
|
||||||
|
{ "_class_wxMetaFileDC","_wxMetaFileDC",0},
|
||||||
{ "_class_wxMenu","_wxMenu",0},
|
{ "_class_wxMenu","_wxMenu",0},
|
||||||
{ "_wxControl","_class_wxControl",0},
|
{ "_wxControl","_class_wxControl",0},
|
||||||
{ "_class_wxListBox","_wxListBox",0},
|
{ "_class_wxListBox","_wxListBox",0},
|
||||||
@@ -504,6 +525,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPen","_wxPen",0},
|
{ "_class_wxPen","_wxPen",0},
|
||||||
{ "_class_wxFileDialog","_wxFileDialog",0},
|
{ "_class_wxFileDialog","_wxFileDialog",0},
|
||||||
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
||||||
|
{ "_wxConfigBase","_class_wxConfigBase",0},
|
||||||
|
{ "_short","_wxDateTime_t",0},
|
||||||
{ "_short","_WXTYPE",0},
|
{ "_short","_WXTYPE",0},
|
||||||
{ "_short","_unsigned_short",0},
|
{ "_short","_unsigned_short",0},
|
||||||
{ "_short","_signed_short",0},
|
{ "_short","_signed_short",0},
|
||||||
@@ -519,6 +542,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
||||||
{ "_class_wxImageList","_wxImageList",0},
|
{ "_class_wxImageList","_wxImageList",0},
|
||||||
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
||||||
|
{ "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
|
||||||
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
||||||
{ "_wxFrame","_class_wxFrame",0},
|
{ "_wxFrame","_class_wxFrame",0},
|
||||||
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
||||||
@@ -552,8 +576,12 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxLogWindow","_class_wxLogWindow",0},
|
{ "_wxLogWindow","_class_wxLogWindow",0},
|
||||||
{ "_class_wxListEvent","_wxListEvent",0},
|
{ "_class_wxListEvent","_wxListEvent",0},
|
||||||
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
||||||
|
{ "_wxDateTime_t","_unsigned_short",0},
|
||||||
|
{ "_wxDateTime_t","_short",0},
|
||||||
|
{ "_wxDateTime_t","_WXTYPE",0},
|
||||||
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
||||||
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxDateTime","_class_wxDateTime",0},
|
||||||
{ "_time_t","_wxCoord",0},
|
{ "_time_t","_wxCoord",0},
|
||||||
{ "_time_t","_wxPrintQuality",0},
|
{ "_time_t","_wxPrintQuality",0},
|
||||||
{ "_time_t","_unsigned_int",0},
|
{ "_time_t","_unsigned_int",0},
|
||||||
@@ -564,15 +592,19 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
||||||
{ "_wxLogNull","_class_wxLogNull",0},
|
{ "_wxLogNull","_class_wxLogNull",0},
|
||||||
{ "_wxButton","_class_wxButton",0},
|
{ "_wxButton","_class_wxButton",0},
|
||||||
|
{ "_wxZipFSHandler","_class_wxZipFSHandler",0},
|
||||||
{ "_class_wxPyApp","_wxPyApp",0},
|
{ "_class_wxPyApp","_wxPyApp",0},
|
||||||
{ "_wxSize","_class_wxSize",0},
|
{ "_wxSize","_class_wxSize",0},
|
||||||
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
||||||
|
{ "_class_wxPrinterDC","_wxPrinterDC",0},
|
||||||
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
||||||
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
||||||
{ "_class_wxLogGui","_wxLogGui",0},
|
{ "_class_wxLogGui","_wxLogGui",0},
|
||||||
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
||||||
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
||||||
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
||||||
|
{ "_class_wxTimeSpan","_wxTimeSpan",0},
|
||||||
|
{ "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
|
||||||
{ "_class_wxPyLineShape","_wxPyLineShape",0},
|
{ "_class_wxPyLineShape","_wxPyLineShape",0},
|
||||||
{ "_class_wxPaintDC","_wxPaintDC",0},
|
{ "_class_wxPaintDC","_wxPaintDC",0},
|
||||||
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
||||||
@@ -595,6 +627,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
||||||
{ "_wxPalette","_class_wxPalette",0},
|
{ "_wxPalette","_class_wxPalette",0},
|
||||||
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
||||||
|
{ "_class_wxConfigBase","_wxConfigBase",0},
|
||||||
{ "_wxCoord","_int",0},
|
{ "_wxCoord","_int",0},
|
||||||
{ "_wxCoord","_signed_int",0},
|
{ "_wxCoord","_signed_int",0},
|
||||||
{ "_wxCoord","_unsigned_int",0},
|
{ "_wxCoord","_unsigned_int",0},
|
||||||
@@ -610,10 +643,13 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTipProvider","_wxTipProvider",0},
|
{ "_class_wxTipProvider","_wxTipProvider",0},
|
||||||
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
||||||
{ "_wxFontDialog","_class_wxFontDialog",0},
|
{ "_wxFontDialog","_class_wxFontDialog",0},
|
||||||
|
{ "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
|
||||||
{ "_wxRegion","_class_wxRegion",0},
|
{ "_wxRegion","_class_wxRegion",0},
|
||||||
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
||||||
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
||||||
{ "_wxSizer","_class_wxSizer",0},
|
{ "_wxSizer","_class_wxSizer",0},
|
||||||
|
{ "_class_wxDateSpan","_wxDateSpan",0},
|
||||||
|
{ "_wxFileSystem","_class_wxFileSystem",0},
|
||||||
{ "_class_wxShowEvent","_wxShowEvent",0},
|
{ "_class_wxShowEvent","_wxShowEvent",0},
|
||||||
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
||||||
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
||||||
@@ -637,6 +673,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
||||||
{ "_wxMenuBar","_class_wxMenuBar",0},
|
{ "_wxMenuBar","_class_wxMenuBar",0},
|
||||||
|
{ "_wxOutputStream","_class_wxOutputStream",0},
|
||||||
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
||||||
{ "_wxDirDialog","_class_wxDirDialog",0},
|
{ "_wxDirDialog","_class_wxDirDialog",0},
|
||||||
{ "_wxPyShapeEvtHandler","_class_wxPyShapeEvtHandler",0},
|
{ "_wxPyShapeEvtHandler","_class_wxPyShapeEvtHandler",0},
|
||||||
@@ -649,6 +686,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
||||||
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
||||||
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
||||||
|
{ "_class_wxConfig","_wxConfig",0},
|
||||||
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
||||||
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
||||||
{ "_wxOGLConstraint","_class_wxOGLConstraint",0},
|
{ "_wxOGLConstraint","_class_wxOGLConstraint",0},
|
||||||
@@ -668,6 +706,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxWindow","_class_wxWindow",0},
|
{ "_wxWindow","_class_wxWindow",0},
|
||||||
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
||||||
{ "_wxLogStderr","_class_wxLogStderr",0},
|
{ "_wxLogStderr","_class_wxLogStderr",0},
|
||||||
|
{ "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
|
||||||
|
{ "_class_wxFileSystem","_wxFileSystem",0},
|
||||||
{ "_class_wxFrame","_wxFrame",0},
|
{ "_class_wxFrame","_wxFrame",0},
|
||||||
{ "_class_wxDiagram","_wxDiagram",0},
|
{ "_class_wxDiagram","_wxDiagram",0},
|
||||||
{0,0,0}};
|
{0,0,0}};
|
||||||
|
@@ -37,14 +37,6 @@
|
|||||||
%import oglcanvas.i
|
%import oglcanvas.i
|
||||||
|
|
||||||
|
|
||||||
%{
|
|
||||||
#if defined(__WXMSW__)
|
|
||||||
wxString wxPyEmptyStr("");
|
|
||||||
wxPoint wxPyDefaultPosition(-1, -1);
|
|
||||||
wxSize wxPyDefaultSize(-1, -1);
|
|
||||||
#endif
|
|
||||||
%}
|
|
||||||
|
|
||||||
%pragma(python) code = "import wx"
|
%pragma(python) code = "import wx"
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
@@ -169,7 +161,7 @@ extern "C" SWIGEXPORT(void) initoglcanvasc();
|
|||||||
// And this gets appended to the shadow class file.
|
// And this gets appended to the shadow class file.
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
%pragma(python) include="_extras.py";
|
%pragma(python) include="_oglextras.py";
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
@@ -13,6 +13,8 @@ from clip_dnd import *
|
|||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
|
||||||
|
from streams import *
|
||||||
|
|
||||||
from mdi import *
|
from mdi import *
|
||||||
|
|
||||||
from frames import *
|
from frames import *
|
||||||
@@ -35,6 +37,10 @@ from printfw import *
|
|||||||
|
|
||||||
from sizers import *
|
from sizers import *
|
||||||
|
|
||||||
|
from filesys import *
|
||||||
|
|
||||||
|
from utils import *
|
||||||
|
|
||||||
from oglbasic import *
|
from oglbasic import *
|
||||||
|
|
||||||
from oglshapes import *
|
from oglshapes import *
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* FILE : oglbasic.cpp
|
* FILE : contrib/ogl/oglbasic.cpp
|
||||||
*
|
*
|
||||||
* This file was automatically generated by :
|
* This file was automatically generated by :
|
||||||
* Simplified Wrapper and Interface Generator (SWIG)
|
* Simplified Wrapper and Interface Generator (SWIG)
|
||||||
@@ -8245,13 +8245,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
||||||
{ "_signed_long","_long",0},
|
{ "_signed_long","_long",0},
|
||||||
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
||||||
|
{ "_class_wxProcessEvent","_wxProcessEvent",0},
|
||||||
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
||||||
|
{ "_class_wxFSFile","_wxFSFile",0},
|
||||||
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
||||||
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
||||||
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
||||||
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
||||||
{ "_wxImage","_class_wxImage",0},
|
{ "_wxImage","_class_wxImage",0},
|
||||||
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
||||||
|
{ "_wxWindowDisabler","_class_wxWindowDisabler",0},
|
||||||
|
{ "_class_wxDateTime","_wxDateTime",0},
|
||||||
{ "_wxPrintQuality","_wxCoord",0},
|
{ "_wxPrintQuality","_wxCoord",0},
|
||||||
{ "_wxPrintQuality","_int",0},
|
{ "_wxPrintQuality","_int",0},
|
||||||
{ "_wxPrintQuality","_signed_int",0},
|
{ "_wxPrintQuality","_signed_int",0},
|
||||||
@@ -8273,9 +8277,11 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
||||||
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
||||||
{ "_wxPySizer","_class_wxPySizer",0},
|
{ "_wxPySizer","_class_wxPySizer",0},
|
||||||
|
{ "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
|
||||||
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
||||||
{ "_wxCursor","_class_wxCursor",0},
|
{ "_wxCursor","_class_wxCursor",0},
|
||||||
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
||||||
|
{ "_wxPyProcess","_class_wxPyProcess",0},
|
||||||
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
||||||
{ "_wxImageHandler","_class_wxImageHandler",0},
|
{ "_wxImageHandler","_class_wxImageHandler",0},
|
||||||
{ "_wxLog","_class_wxLog",0},
|
{ "_wxLog","_class_wxLog",0},
|
||||||
@@ -8336,6 +8342,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxRealPoint","_wxRealPoint",0},
|
{ "_class_wxRealPoint","_wxRealPoint",0},
|
||||||
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
||||||
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
||||||
|
{ "_wxPrinterDC","_class_wxPrinterDC",0},
|
||||||
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
||||||
{ "_wxLogGui","_class_wxLogGui",0},
|
{ "_wxLogGui","_class_wxLogGui",0},
|
||||||
{ "_class_wxPyShapeEvtHandler","_class_wxPyShape",SwigwxPyShapeTowxPyShapeEvtHandler},
|
{ "_class_wxPyShapeEvtHandler","_class_wxPyShape",SwigwxPyShapeTowxPyShapeEvtHandler},
|
||||||
@@ -8347,7 +8354,6 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxStatusBar","_wxStatusBar",0},
|
{ "_class_wxStatusBar","_wxStatusBar",0},
|
||||||
{ "_class_wxGIFHandler","_wxGIFHandler",0},
|
{ "_class_wxGIFHandler","_wxGIFHandler",0},
|
||||||
{ "_class_wxPySizer","_wxPySizer",0},
|
{ "_class_wxPySizer","_wxPySizer",0},
|
||||||
{ "_class_wxPostScriptDC","_wxPostScriptDC",0},
|
|
||||||
{ "_wxPanel","_class_wxPanel",0},
|
{ "_wxPanel","_class_wxPanel",0},
|
||||||
{ "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
|
{ "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
|
||||||
{ "_wxCheckBox","_class_wxCheckBox",0},
|
{ "_wxCheckBox","_class_wxCheckBox",0},
|
||||||
@@ -8359,6 +8365,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
||||||
{ "_class_wxToolTip","_wxToolTip",0},
|
{ "_class_wxToolTip","_wxToolTip",0},
|
||||||
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
||||||
|
{ "_wxFileConfig","_class_wxFileConfig",0},
|
||||||
{ "_wxColour","_class_wxColour",0},
|
{ "_wxColour","_class_wxColour",0},
|
||||||
{ "_class_wxDialog","_wxDialog",0},
|
{ "_class_wxDialog","_wxDialog",0},
|
||||||
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
||||||
@@ -8398,6 +8405,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxLogWindow","_wxLogWindow",0},
|
{ "_class_wxLogWindow","_wxLogWindow",0},
|
||||||
{ "_class_wxImage","_wxImage",0},
|
{ "_class_wxImage","_wxImage",0},
|
||||||
{ "_wxPoint","_class_wxPoint",0},
|
{ "_wxPoint","_class_wxPoint",0},
|
||||||
|
{ "_class_wxWindowDisabler","_wxWindowDisabler",0},
|
||||||
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
||||||
{ "_class_wxButton","_wxButton",0},
|
{ "_class_wxButton","_wxButton",0},
|
||||||
{ "_wxRadioBox","_class_wxRadioBox",0},
|
{ "_wxRadioBox","_class_wxRadioBox",0},
|
||||||
@@ -8405,8 +8413,10 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxFontData","_wxFontData",0},
|
{ "_class_wxFontData","_wxFontData",0},
|
||||||
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
||||||
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
||||||
|
{ "_class_wxZipFSHandler","_wxZipFSHandler",0},
|
||||||
{ "_char","_wxChar",0},
|
{ "_char","_wxChar",0},
|
||||||
{ "_wxBitmap","_class_wxBitmap",0},
|
{ "_wxBitmap","_class_wxBitmap",0},
|
||||||
|
{ "_wxTaskBarIcon","_class_wxTaskBarIcon",0},
|
||||||
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
||||||
{ "_wxWindowDC","_class_wxWindowDC",0},
|
{ "_wxWindowDC","_class_wxWindowDC",0},
|
||||||
{ "_wxTimerEvent","_class_wxTimerEvent",0},
|
{ "_wxTimerEvent","_class_wxTimerEvent",0},
|
||||||
@@ -8415,14 +8425,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxSpinButton","_class_wxSpinButton",0},
|
{ "_wxSpinButton","_class_wxSpinButton",0},
|
||||||
{ "_wxColourDialog","_class_wxColourDialog",0},
|
{ "_wxColourDialog","_class_wxColourDialog",0},
|
||||||
{ "_wxPrintData","_class_wxPrintData",0},
|
{ "_wxPrintData","_class_wxPrintData",0},
|
||||||
|
{ "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
|
||||||
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
||||||
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
||||||
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
||||||
{ "_class_wxValidator","_wxValidator",0},
|
{ "_class_wxValidator","_wxValidator",0},
|
||||||
{ "_class_wxPyEvent","_wxPyEvent",0},
|
{ "_class_wxPyEvent","_wxPyEvent",0},
|
||||||
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
||||||
|
{ "_wxConfig","_class_wxConfig",0},
|
||||||
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
||||||
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
||||||
|
{ "_class_wxFileConfig","_wxFileConfig",0},
|
||||||
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
||||||
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
||||||
{ "_wxMDIChildFrame","_class_wxMDIChildFrame",0},
|
{ "_wxMDIChildFrame","_class_wxMDIChildFrame",0},
|
||||||
@@ -8433,6 +8446,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
||||||
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
||||||
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
||||||
|
{ "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
|
||||||
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
||||||
{ "_EBool","_wxCoord",0},
|
{ "_EBool","_wxCoord",0},
|
||||||
{ "_EBool","_wxPrintQuality",0},
|
{ "_EBool","_wxPrintQuality",0},
|
||||||
@@ -8449,7 +8463,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
||||||
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
||||||
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
||||||
|
{ "_wxProcessEvent","_class_wxProcessEvent",0},
|
||||||
{ "_wxNotebook","_class_wxNotebook",0},
|
{ "_wxNotebook","_class_wxNotebook",0},
|
||||||
|
{ "_wxFSFile","_class_wxFSFile",0},
|
||||||
{ "_unsigned_long","_long",0},
|
{ "_unsigned_long","_long",0},
|
||||||
{ "_class_wxRect","_wxRect",0},
|
{ "_class_wxRect","_wxRect",0},
|
||||||
{ "_class_wxDC","_wxDC",0},
|
{ "_class_wxDC","_wxDC",0},
|
||||||
@@ -8457,12 +8473,15 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
||||||
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
||||||
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxPyInputStream","_class_wxPyInputStream",0},
|
||||||
{ "_wxPyApp","_class_wxPyApp",0},
|
{ "_wxPyApp","_class_wxPyApp",0},
|
||||||
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
||||||
|
{ "_class_wxOutputStream","_wxOutputStream",0},
|
||||||
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
||||||
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
||||||
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
||||||
{ "_class_wxDirDialog","_wxDirDialog",0},
|
{ "_class_wxDirDialog","_wxDirDialog",0},
|
||||||
|
{ "_wxTimeSpan","_class_wxTimeSpan",0},
|
||||||
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
||||||
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
||||||
{ "_class_wxTimerEvent","_wxTimerEvent",0},
|
{ "_class_wxTimerEvent","_wxTimerEvent",0},
|
||||||
@@ -8482,6 +8501,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
||||||
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
||||||
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
||||||
|
{ "_wxMetaFileDC","_class_wxMetaFileDC",0},
|
||||||
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
||||||
{ "_wxMenu","_class_wxMenu",0},
|
{ "_wxMenu","_class_wxMenu",0},
|
||||||
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
||||||
@@ -8489,6 +8509,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxScreenDC","_class_wxScreenDC",0},
|
{ "_wxScreenDC","_class_wxScreenDC",0},
|
||||||
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
||||||
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
||||||
|
{ "_WXTYPE","_wxDateTime_t",0},
|
||||||
{ "_WXTYPE","_short",0},
|
{ "_WXTYPE","_short",0},
|
||||||
{ "_WXTYPE","_signed_short",0},
|
{ "_WXTYPE","_signed_short",0},
|
||||||
{ "_WXTYPE","_unsigned_short",0},
|
{ "_WXTYPE","_unsigned_short",0},
|
||||||
@@ -8498,11 +8519,13 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
||||||
{ "_class_wxBrush","_wxBrush",0},
|
{ "_class_wxBrush","_wxBrush",0},
|
||||||
{ "_wxTipProvider","_class_wxTipProvider",0},
|
{ "_wxTipProvider","_class_wxTipProvider",0},
|
||||||
|
{ "_unsigned_short","_wxDateTime_t",0},
|
||||||
{ "_unsigned_short","_WXTYPE",0},
|
{ "_unsigned_short","_WXTYPE",0},
|
||||||
{ "_unsigned_short","_short",0},
|
{ "_unsigned_short","_short",0},
|
||||||
{ "_class_wxWindow","_wxWindow",0},
|
{ "_class_wxWindow","_wxWindow",0},
|
||||||
{ "_class_wxLogStderr","_wxLogStderr",0},
|
{ "_class_wxLogStderr","_wxLogStderr",0},
|
||||||
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
||||||
|
{ "_wxDateSpan","_class_wxDateSpan",0},
|
||||||
{ "_class_wxStaticText","_wxStaticText",0},
|
{ "_class_wxStaticText","_wxStaticText",0},
|
||||||
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
||||||
{ "_class_wxFont","_wxFont",0},
|
{ "_class_wxFont","_wxFont",0},
|
||||||
@@ -8520,6 +8543,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxListCtrl","_class_wxListCtrl",0},
|
{ "_wxListCtrl","_class_wxListCtrl",0},
|
||||||
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
||||||
{ "_class_wxPoint","_wxPoint",0},
|
{ "_class_wxPoint","_wxPoint",0},
|
||||||
|
{ "_class_wxPyInputStream","_wxPyInputStream",0},
|
||||||
{ "_wxRealPoint","_class_wxRealPoint",0},
|
{ "_wxRealPoint","_class_wxRealPoint",0},
|
||||||
{ "_class_wxRadioBox","_wxRadioBox",0},
|
{ "_class_wxRadioBox","_wxRadioBox",0},
|
||||||
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
||||||
@@ -8527,7 +8551,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_signed_short","_short",0},
|
{ "_signed_short","_short",0},
|
||||||
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
||||||
|
{ "_class_wxTaskBarIcon","_wxTaskBarIcon",0},
|
||||||
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
||||||
|
{ "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
|
||||||
{ "_wxPaintDC","_class_wxPaintDC",0},
|
{ "_wxPaintDC","_class_wxPaintDC",0},
|
||||||
{ "_class_wxWindowDC","_wxWindowDC",0},
|
{ "_class_wxWindowDC","_wxWindowDC",0},
|
||||||
{ "_class_wxFocusEvent","_wxFocusEvent",0},
|
{ "_class_wxFocusEvent","_wxFocusEvent",0},
|
||||||
@@ -8535,14 +8561,15 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxStatusBar","_class_wxStatusBar",0},
|
{ "_wxStatusBar","_class_wxStatusBar",0},
|
||||||
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
||||||
{ "_class_wxCursor","_wxCursor",0},
|
{ "_class_wxCursor","_wxCursor",0},
|
||||||
{ "_wxPostScriptDC","_class_wxPostScriptDC",0},
|
|
||||||
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
||||||
|
{ "_class_wxPyProcess","_wxPyProcess",0},
|
||||||
{ "_class_wxImageHandler","_wxImageHandler",0},
|
{ "_class_wxImageHandler","_wxImageHandler",0},
|
||||||
{ "_wxPyShape","_class_wxPyShape",0},
|
{ "_wxPyShape","_class_wxPyShape",0},
|
||||||
{ "_wxScrolledWindow","_class_wxScrolledWindow",0},
|
{ "_wxScrolledWindow","_class_wxScrolledWindow",0},
|
||||||
{ "_class_wxLog","_wxLog",0},
|
{ "_class_wxLog","_wxLog",0},
|
||||||
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
||||||
{ "_unsigned_char","_byte",0},
|
{ "_unsigned_char","_byte",0},
|
||||||
|
{ "_class_wxMetaFileDC","_wxMetaFileDC",0},
|
||||||
{ "_class_wxMenu","_wxMenu",0},
|
{ "_class_wxMenu","_wxMenu",0},
|
||||||
{ "_wxControl","_class_wxControl",0},
|
{ "_wxControl","_class_wxControl",0},
|
||||||
{ "_class_wxListBox","_wxListBox",0},
|
{ "_class_wxListBox","_wxListBox",0},
|
||||||
@@ -8559,6 +8586,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPen","_wxPen",0},
|
{ "_class_wxPen","_wxPen",0},
|
||||||
{ "_class_wxFileDialog","_wxFileDialog",0},
|
{ "_class_wxFileDialog","_wxFileDialog",0},
|
||||||
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
||||||
|
{ "_wxConfigBase","_class_wxConfigBase",0},
|
||||||
|
{ "_short","_wxDateTime_t",0},
|
||||||
{ "_short","_WXTYPE",0},
|
{ "_short","_WXTYPE",0},
|
||||||
{ "_short","_unsigned_short",0},
|
{ "_short","_unsigned_short",0},
|
||||||
{ "_short","_signed_short",0},
|
{ "_short","_signed_short",0},
|
||||||
@@ -8573,6 +8602,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
||||||
{ "_class_wxImageList","_wxImageList",0},
|
{ "_class_wxImageList","_wxImageList",0},
|
||||||
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
||||||
|
{ "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
|
||||||
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
||||||
{ "_wxFrame","_class_wxFrame",0},
|
{ "_wxFrame","_class_wxFrame",0},
|
||||||
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
||||||
@@ -8605,8 +8635,12 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxLogWindow","_class_wxLogWindow",0},
|
{ "_wxLogWindow","_class_wxLogWindow",0},
|
||||||
{ "_class_wxListEvent","_wxListEvent",0},
|
{ "_class_wxListEvent","_wxListEvent",0},
|
||||||
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
||||||
|
{ "_wxDateTime_t","_unsigned_short",0},
|
||||||
|
{ "_wxDateTime_t","_short",0},
|
||||||
|
{ "_wxDateTime_t","_WXTYPE",0},
|
||||||
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
||||||
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxDateTime","_class_wxDateTime",0},
|
||||||
{ "_time_t","_wxCoord",0},
|
{ "_time_t","_wxCoord",0},
|
||||||
{ "_time_t","_wxPrintQuality",0},
|
{ "_time_t","_wxPrintQuality",0},
|
||||||
{ "_time_t","_unsigned_int",0},
|
{ "_time_t","_unsigned_int",0},
|
||||||
@@ -8617,15 +8651,19 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
||||||
{ "_wxLogNull","_class_wxLogNull",0},
|
{ "_wxLogNull","_class_wxLogNull",0},
|
||||||
{ "_wxButton","_class_wxButton",0},
|
{ "_wxButton","_class_wxButton",0},
|
||||||
|
{ "_wxZipFSHandler","_class_wxZipFSHandler",0},
|
||||||
{ "_class_wxPyApp","_wxPyApp",0},
|
{ "_class_wxPyApp","_wxPyApp",0},
|
||||||
{ "_wxSize","_class_wxSize",0},
|
{ "_wxSize","_class_wxSize",0},
|
||||||
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
||||||
|
{ "_class_wxPrinterDC","_wxPrinterDC",0},
|
||||||
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
||||||
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
||||||
{ "_class_wxLogGui","_wxLogGui",0},
|
{ "_class_wxLogGui","_wxLogGui",0},
|
||||||
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
||||||
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
||||||
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
||||||
|
{ "_class_wxTimeSpan","_wxTimeSpan",0},
|
||||||
|
{ "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
|
||||||
{ "_class_wxPaintDC","_wxPaintDC",0},
|
{ "_class_wxPaintDC","_wxPaintDC",0},
|
||||||
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
||||||
{ "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
|
{ "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
|
||||||
@@ -8646,6 +8684,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
||||||
{ "_wxPalette","_class_wxPalette",0},
|
{ "_wxPalette","_class_wxPalette",0},
|
||||||
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
||||||
|
{ "_class_wxConfigBase","_wxConfigBase",0},
|
||||||
{ "_wxCoord","_int",0},
|
{ "_wxCoord","_int",0},
|
||||||
{ "_wxCoord","_signed_int",0},
|
{ "_wxCoord","_signed_int",0},
|
||||||
{ "_wxCoord","_unsigned_int",0},
|
{ "_wxCoord","_unsigned_int",0},
|
||||||
@@ -8661,10 +8700,13 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTipProvider","_wxTipProvider",0},
|
{ "_class_wxTipProvider","_wxTipProvider",0},
|
||||||
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
||||||
{ "_wxFontDialog","_class_wxFontDialog",0},
|
{ "_wxFontDialog","_class_wxFontDialog",0},
|
||||||
|
{ "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
|
||||||
{ "_wxRegion","_class_wxRegion",0},
|
{ "_wxRegion","_class_wxRegion",0},
|
||||||
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
||||||
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
||||||
{ "_wxSizer","_class_wxSizer",0},
|
{ "_wxSizer","_class_wxSizer",0},
|
||||||
|
{ "_class_wxDateSpan","_wxDateSpan",0},
|
||||||
|
{ "_wxFileSystem","_class_wxFileSystem",0},
|
||||||
{ "_class_wxShowEvent","_wxShowEvent",0},
|
{ "_class_wxShowEvent","_wxShowEvent",0},
|
||||||
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
||||||
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
||||||
@@ -8685,6 +8727,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
||||||
{ "_wxMenuBar","_class_wxMenuBar",0},
|
{ "_wxMenuBar","_class_wxMenuBar",0},
|
||||||
|
{ "_wxOutputStream","_class_wxOutputStream",0},
|
||||||
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
||||||
{ "_wxDirDialog","_class_wxDirDialog",0},
|
{ "_wxDirDialog","_class_wxDirDialog",0},
|
||||||
{ "_wxPyShapeEvtHandler","_class_wxPyShape",SwigwxPyShapeTowxPyShapeEvtHandler},
|
{ "_wxPyShapeEvtHandler","_class_wxPyShape",SwigwxPyShapeTowxPyShapeEvtHandler},
|
||||||
@@ -8698,6 +8741,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
||||||
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
||||||
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
||||||
|
{ "_class_wxConfig","_wxConfig",0},
|
||||||
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
||||||
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
||||||
{ "_wxColourData","_class_wxColourData",0},
|
{ "_wxColourData","_class_wxColourData",0},
|
||||||
@@ -8715,6 +8759,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxWindow","_class_wxWindow",0},
|
{ "_wxWindow","_class_wxWindow",0},
|
||||||
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
||||||
{ "_wxLogStderr","_class_wxLogStderr",0},
|
{ "_wxLogStderr","_class_wxLogStderr",0},
|
||||||
|
{ "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
|
||||||
|
{ "_class_wxFileSystem","_wxFileSystem",0},
|
||||||
{ "_class_wxFrame","_wxFrame",0},
|
{ "_class_wxFrame","_wxFrame",0},
|
||||||
{0,0,0}};
|
{0,0,0}};
|
||||||
|
|
||||||
|
@@ -13,6 +13,8 @@ from clip_dnd import *
|
|||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
|
||||||
|
from streams import *
|
||||||
|
|
||||||
from mdi import *
|
from mdi import *
|
||||||
|
|
||||||
from frames import *
|
from frames import *
|
||||||
@@ -34,6 +36,10 @@ from image import *
|
|||||||
from printfw import *
|
from printfw import *
|
||||||
|
|
||||||
from sizers import *
|
from sizers import *
|
||||||
|
|
||||||
|
from filesys import *
|
||||||
|
|
||||||
|
from utils import *
|
||||||
import wx
|
import wx
|
||||||
from oglcanvas import wxPyShapeCanvasPtr
|
from oglcanvas import wxPyShapeCanvasPtr
|
||||||
class wxShapeRegionPtr :
|
class wxShapeRegionPtr :
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* FILE : oglcanvas.cpp
|
* FILE : contrib/ogl/oglcanvas.cpp
|
||||||
*
|
*
|
||||||
* This file was automatically generated by :
|
* This file was automatically generated by :
|
||||||
* Simplified Wrapper and Interface Generator (SWIG)
|
* Simplified Wrapper and Interface Generator (SWIG)
|
||||||
@@ -1983,13 +1983,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
||||||
{ "_signed_long","_long",0},
|
{ "_signed_long","_long",0},
|
||||||
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
||||||
|
{ "_class_wxProcessEvent","_wxProcessEvent",0},
|
||||||
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
||||||
|
{ "_class_wxFSFile","_wxFSFile",0},
|
||||||
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
||||||
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
||||||
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
||||||
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
||||||
{ "_wxImage","_class_wxImage",0},
|
{ "_wxImage","_class_wxImage",0},
|
||||||
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
||||||
|
{ "_wxWindowDisabler","_class_wxWindowDisabler",0},
|
||||||
|
{ "_class_wxDateTime","_wxDateTime",0},
|
||||||
{ "_wxPrintQuality","_wxCoord",0},
|
{ "_wxPrintQuality","_wxCoord",0},
|
||||||
{ "_wxPrintQuality","_int",0},
|
{ "_wxPrintQuality","_int",0},
|
||||||
{ "_wxPrintQuality","_signed_int",0},
|
{ "_wxPrintQuality","_signed_int",0},
|
||||||
@@ -2013,9 +2017,11 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
||||||
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
||||||
{ "_wxPySizer","_class_wxPySizer",0},
|
{ "_wxPySizer","_class_wxPySizer",0},
|
||||||
|
{ "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
|
||||||
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
||||||
{ "_wxCursor","_class_wxCursor",0},
|
{ "_wxCursor","_class_wxCursor",0},
|
||||||
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
||||||
|
{ "_wxPyProcess","_class_wxPyProcess",0},
|
||||||
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
||||||
{ "_wxImageHandler","_class_wxImageHandler",0},
|
{ "_wxImageHandler","_class_wxImageHandler",0},
|
||||||
{ "_wxLog","_class_wxLog",0},
|
{ "_wxLog","_class_wxLog",0},
|
||||||
@@ -2076,6 +2082,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxRealPoint","_wxRealPoint",0},
|
{ "_class_wxRealPoint","_wxRealPoint",0},
|
||||||
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
||||||
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
||||||
|
{ "_wxPrinterDC","_class_wxPrinterDC",0},
|
||||||
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
||||||
{ "_wxLogGui","_class_wxLogGui",0},
|
{ "_wxLogGui","_class_wxLogGui",0},
|
||||||
{ "_class_wxPyShapeEvtHandler","_wxPyShapeEvtHandler",0},
|
{ "_class_wxPyShapeEvtHandler","_wxPyShapeEvtHandler",0},
|
||||||
@@ -2085,7 +2092,6 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxStatusBar","_wxStatusBar",0},
|
{ "_class_wxStatusBar","_wxStatusBar",0},
|
||||||
{ "_class_wxGIFHandler","_wxGIFHandler",0},
|
{ "_class_wxGIFHandler","_wxGIFHandler",0},
|
||||||
{ "_class_wxPySizer","_wxPySizer",0},
|
{ "_class_wxPySizer","_wxPySizer",0},
|
||||||
{ "_class_wxPostScriptDC","_wxPostScriptDC",0},
|
|
||||||
{ "_wxPanel","_class_wxPyShapeCanvas",SwigwxPyShapeCanvasTowxPanel},
|
{ "_wxPanel","_class_wxPyShapeCanvas",SwigwxPyShapeCanvasTowxPanel},
|
||||||
{ "_wxPanel","_wxPyShapeCanvas",SwigwxPyShapeCanvasTowxPanel},
|
{ "_wxPanel","_wxPyShapeCanvas",SwigwxPyShapeCanvasTowxPanel},
|
||||||
{ "_wxPanel","_class_wxPanel",0},
|
{ "_wxPanel","_class_wxPanel",0},
|
||||||
@@ -2099,6 +2105,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
||||||
{ "_class_wxToolTip","_wxToolTip",0},
|
{ "_class_wxToolTip","_wxToolTip",0},
|
||||||
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
||||||
|
{ "_wxFileConfig","_class_wxFileConfig",0},
|
||||||
{ "_wxColour","_class_wxColour",0},
|
{ "_wxColour","_class_wxColour",0},
|
||||||
{ "_class_wxDialog","_wxDialog",0},
|
{ "_class_wxDialog","_wxDialog",0},
|
||||||
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
||||||
@@ -2139,6 +2146,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxLogWindow","_wxLogWindow",0},
|
{ "_class_wxLogWindow","_wxLogWindow",0},
|
||||||
{ "_class_wxImage","_wxImage",0},
|
{ "_class_wxImage","_wxImage",0},
|
||||||
{ "_wxPoint","_class_wxPoint",0},
|
{ "_wxPoint","_class_wxPoint",0},
|
||||||
|
{ "_class_wxWindowDisabler","_wxWindowDisabler",0},
|
||||||
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
||||||
{ "_class_wxButton","_wxButton",0},
|
{ "_class_wxButton","_wxButton",0},
|
||||||
{ "_wxRadioBox","_class_wxRadioBox",0},
|
{ "_wxRadioBox","_class_wxRadioBox",0},
|
||||||
@@ -2146,8 +2154,10 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxFontData","_wxFontData",0},
|
{ "_class_wxFontData","_wxFontData",0},
|
||||||
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
||||||
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
||||||
|
{ "_class_wxZipFSHandler","_wxZipFSHandler",0},
|
||||||
{ "_char","_wxChar",0},
|
{ "_char","_wxChar",0},
|
||||||
{ "_wxBitmap","_class_wxBitmap",0},
|
{ "_wxBitmap","_class_wxBitmap",0},
|
||||||
|
{ "_wxTaskBarIcon","_class_wxTaskBarIcon",0},
|
||||||
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
||||||
{ "_wxWindowDC","_class_wxWindowDC",0},
|
{ "_wxWindowDC","_class_wxWindowDC",0},
|
||||||
{ "_wxTimerEvent","_class_wxTimerEvent",0},
|
{ "_wxTimerEvent","_class_wxTimerEvent",0},
|
||||||
@@ -2156,14 +2166,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxSpinButton","_class_wxSpinButton",0},
|
{ "_wxSpinButton","_class_wxSpinButton",0},
|
||||||
{ "_wxColourDialog","_class_wxColourDialog",0},
|
{ "_wxColourDialog","_class_wxColourDialog",0},
|
||||||
{ "_wxPrintData","_class_wxPrintData",0},
|
{ "_wxPrintData","_class_wxPrintData",0},
|
||||||
|
{ "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
|
||||||
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
||||||
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
||||||
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
||||||
{ "_class_wxValidator","_wxValidator",0},
|
{ "_class_wxValidator","_wxValidator",0},
|
||||||
{ "_class_wxPyEvent","_wxPyEvent",0},
|
{ "_class_wxPyEvent","_wxPyEvent",0},
|
||||||
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
||||||
|
{ "_wxConfig","_class_wxConfig",0},
|
||||||
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
||||||
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
||||||
|
{ "_class_wxFileConfig","_wxFileConfig",0},
|
||||||
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
||||||
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
||||||
{ "_wxMDIChildFrame","_class_wxMDIChildFrame",0},
|
{ "_wxMDIChildFrame","_class_wxMDIChildFrame",0},
|
||||||
@@ -2174,6 +2187,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
||||||
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
||||||
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
||||||
|
{ "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
|
||||||
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
||||||
{ "_EBool","_wxCoord",0},
|
{ "_EBool","_wxCoord",0},
|
||||||
{ "_EBool","_wxPrintQuality",0},
|
{ "_EBool","_wxPrintQuality",0},
|
||||||
@@ -2190,7 +2204,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
||||||
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
||||||
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
||||||
|
{ "_wxProcessEvent","_class_wxProcessEvent",0},
|
||||||
{ "_wxNotebook","_class_wxNotebook",0},
|
{ "_wxNotebook","_class_wxNotebook",0},
|
||||||
|
{ "_wxFSFile","_class_wxFSFile",0},
|
||||||
{ "_unsigned_long","_long",0},
|
{ "_unsigned_long","_long",0},
|
||||||
{ "_class_wxRect","_wxRect",0},
|
{ "_class_wxRect","_wxRect",0},
|
||||||
{ "_class_wxDC","_wxDC",0},
|
{ "_class_wxDC","_wxDC",0},
|
||||||
@@ -2199,12 +2215,15 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
||||||
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
||||||
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxPyInputStream","_class_wxPyInputStream",0},
|
||||||
{ "_wxPyApp","_class_wxPyApp",0},
|
{ "_wxPyApp","_class_wxPyApp",0},
|
||||||
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
||||||
|
{ "_class_wxOutputStream","_wxOutputStream",0},
|
||||||
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
||||||
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
||||||
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
||||||
{ "_class_wxDirDialog","_wxDirDialog",0},
|
{ "_class_wxDirDialog","_wxDirDialog",0},
|
||||||
|
{ "_wxTimeSpan","_class_wxTimeSpan",0},
|
||||||
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
||||||
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
||||||
{ "_class_wxTimerEvent","_wxTimerEvent",0},
|
{ "_class_wxTimerEvent","_wxTimerEvent",0},
|
||||||
@@ -2226,6 +2245,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
||||||
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
||||||
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
||||||
|
{ "_wxMetaFileDC","_class_wxMetaFileDC",0},
|
||||||
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
||||||
{ "_wxMenu","_class_wxMenu",0},
|
{ "_wxMenu","_class_wxMenu",0},
|
||||||
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
||||||
@@ -2233,6 +2253,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxScreenDC","_class_wxScreenDC",0},
|
{ "_wxScreenDC","_class_wxScreenDC",0},
|
||||||
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
||||||
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
||||||
|
{ "_WXTYPE","_wxDateTime_t",0},
|
||||||
{ "_WXTYPE","_short",0},
|
{ "_WXTYPE","_short",0},
|
||||||
{ "_WXTYPE","_signed_short",0},
|
{ "_WXTYPE","_signed_short",0},
|
||||||
{ "_WXTYPE","_unsigned_short",0},
|
{ "_WXTYPE","_unsigned_short",0},
|
||||||
@@ -2242,6 +2263,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
||||||
{ "_class_wxBrush","_wxBrush",0},
|
{ "_class_wxBrush","_wxBrush",0},
|
||||||
{ "_wxTipProvider","_class_wxTipProvider",0},
|
{ "_wxTipProvider","_class_wxTipProvider",0},
|
||||||
|
{ "_unsigned_short","_wxDateTime_t",0},
|
||||||
{ "_unsigned_short","_WXTYPE",0},
|
{ "_unsigned_short","_WXTYPE",0},
|
||||||
{ "_unsigned_short","_short",0},
|
{ "_unsigned_short","_short",0},
|
||||||
{ "_class_wxWindow","_class_wxPyShapeCanvas",SwigwxPyShapeCanvasTowxWindow},
|
{ "_class_wxWindow","_class_wxPyShapeCanvas",SwigwxPyShapeCanvasTowxWindow},
|
||||||
@@ -2249,6 +2271,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxWindow","_wxWindow",0},
|
{ "_class_wxWindow","_wxWindow",0},
|
||||||
{ "_class_wxLogStderr","_wxLogStderr",0},
|
{ "_class_wxLogStderr","_wxLogStderr",0},
|
||||||
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
||||||
|
{ "_wxDateSpan","_class_wxDateSpan",0},
|
||||||
{ "_class_wxStaticText","_wxStaticText",0},
|
{ "_class_wxStaticText","_wxStaticText",0},
|
||||||
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
||||||
{ "_class_wxFont","_wxFont",0},
|
{ "_class_wxFont","_wxFont",0},
|
||||||
@@ -2266,6 +2289,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxListCtrl","_class_wxListCtrl",0},
|
{ "_wxListCtrl","_class_wxListCtrl",0},
|
||||||
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
||||||
{ "_class_wxPoint","_wxPoint",0},
|
{ "_class_wxPoint","_wxPoint",0},
|
||||||
|
{ "_class_wxPyInputStream","_wxPyInputStream",0},
|
||||||
{ "_wxRealPoint","_class_wxRealPoint",0},
|
{ "_wxRealPoint","_class_wxRealPoint",0},
|
||||||
{ "_class_wxRadioBox","_wxRadioBox",0},
|
{ "_class_wxRadioBox","_wxRadioBox",0},
|
||||||
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
||||||
@@ -2273,7 +2297,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_signed_short","_short",0},
|
{ "_signed_short","_short",0},
|
||||||
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
||||||
|
{ "_class_wxTaskBarIcon","_wxTaskBarIcon",0},
|
||||||
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
||||||
|
{ "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
|
||||||
{ "_wxPaintDC","_class_wxPaintDC",0},
|
{ "_wxPaintDC","_class_wxPaintDC",0},
|
||||||
{ "_class_wxWindowDC","_wxWindowDC",0},
|
{ "_class_wxWindowDC","_wxWindowDC",0},
|
||||||
{ "_class_wxFocusEvent","_wxFocusEvent",0},
|
{ "_class_wxFocusEvent","_wxFocusEvent",0},
|
||||||
@@ -2281,8 +2307,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxStatusBar","_class_wxStatusBar",0},
|
{ "_wxStatusBar","_class_wxStatusBar",0},
|
||||||
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
||||||
{ "_class_wxCursor","_wxCursor",0},
|
{ "_class_wxCursor","_wxCursor",0},
|
||||||
{ "_wxPostScriptDC","_class_wxPostScriptDC",0},
|
|
||||||
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
||||||
|
{ "_class_wxPyProcess","_wxPyProcess",0},
|
||||||
{ "_class_wxImageHandler","_wxImageHandler",0},
|
{ "_class_wxImageHandler","_wxImageHandler",0},
|
||||||
{ "_wxPyShape","_class_wxPyShape",0},
|
{ "_wxPyShape","_class_wxPyShape",0},
|
||||||
{ "_wxScrolledWindow","_class_wxPyShapeCanvas",SwigwxPyShapeCanvasTowxScrolledWindow},
|
{ "_wxScrolledWindow","_class_wxPyShapeCanvas",SwigwxPyShapeCanvasTowxScrolledWindow},
|
||||||
@@ -2291,6 +2317,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxLog","_wxLog",0},
|
{ "_class_wxLog","_wxLog",0},
|
||||||
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
||||||
{ "_unsigned_char","_byte",0},
|
{ "_unsigned_char","_byte",0},
|
||||||
|
{ "_class_wxMetaFileDC","_wxMetaFileDC",0},
|
||||||
{ "_class_wxMenu","_wxMenu",0},
|
{ "_class_wxMenu","_wxMenu",0},
|
||||||
{ "_wxControl","_class_wxControl",0},
|
{ "_wxControl","_class_wxControl",0},
|
||||||
{ "_class_wxListBox","_wxListBox",0},
|
{ "_class_wxListBox","_wxListBox",0},
|
||||||
@@ -2307,6 +2334,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPen","_wxPen",0},
|
{ "_class_wxPen","_wxPen",0},
|
||||||
{ "_class_wxFileDialog","_wxFileDialog",0},
|
{ "_class_wxFileDialog","_wxFileDialog",0},
|
||||||
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
||||||
|
{ "_wxConfigBase","_class_wxConfigBase",0},
|
||||||
|
{ "_short","_wxDateTime_t",0},
|
||||||
{ "_short","_WXTYPE",0},
|
{ "_short","_WXTYPE",0},
|
||||||
{ "_short","_unsigned_short",0},
|
{ "_short","_unsigned_short",0},
|
||||||
{ "_short","_signed_short",0},
|
{ "_short","_signed_short",0},
|
||||||
@@ -2321,6 +2350,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
||||||
{ "_class_wxImageList","_wxImageList",0},
|
{ "_class_wxImageList","_wxImageList",0},
|
||||||
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
||||||
|
{ "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
|
||||||
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
||||||
{ "_wxFrame","_class_wxFrame",0},
|
{ "_wxFrame","_class_wxFrame",0},
|
||||||
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
||||||
@@ -2353,8 +2383,12 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxLogWindow","_class_wxLogWindow",0},
|
{ "_wxLogWindow","_class_wxLogWindow",0},
|
||||||
{ "_class_wxListEvent","_wxListEvent",0},
|
{ "_class_wxListEvent","_wxListEvent",0},
|
||||||
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
||||||
|
{ "_wxDateTime_t","_unsigned_short",0},
|
||||||
|
{ "_wxDateTime_t","_short",0},
|
||||||
|
{ "_wxDateTime_t","_WXTYPE",0},
|
||||||
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
||||||
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxDateTime","_class_wxDateTime",0},
|
||||||
{ "_time_t","_wxCoord",0},
|
{ "_time_t","_wxCoord",0},
|
||||||
{ "_time_t","_wxPrintQuality",0},
|
{ "_time_t","_wxPrintQuality",0},
|
||||||
{ "_time_t","_unsigned_int",0},
|
{ "_time_t","_unsigned_int",0},
|
||||||
@@ -2365,15 +2399,19 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
||||||
{ "_wxLogNull","_class_wxLogNull",0},
|
{ "_wxLogNull","_class_wxLogNull",0},
|
||||||
{ "_wxButton","_class_wxButton",0},
|
{ "_wxButton","_class_wxButton",0},
|
||||||
|
{ "_wxZipFSHandler","_class_wxZipFSHandler",0},
|
||||||
{ "_class_wxPyApp","_wxPyApp",0},
|
{ "_class_wxPyApp","_wxPyApp",0},
|
||||||
{ "_wxSize","_class_wxSize",0},
|
{ "_wxSize","_class_wxSize",0},
|
||||||
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
||||||
|
{ "_class_wxPrinterDC","_wxPrinterDC",0},
|
||||||
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
||||||
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
||||||
{ "_class_wxLogGui","_wxLogGui",0},
|
{ "_class_wxLogGui","_wxLogGui",0},
|
||||||
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
||||||
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
||||||
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
||||||
|
{ "_class_wxTimeSpan","_wxTimeSpan",0},
|
||||||
|
{ "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
|
||||||
{ "_class_wxPaintDC","_wxPaintDC",0},
|
{ "_class_wxPaintDC","_wxPaintDC",0},
|
||||||
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
||||||
{ "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
|
{ "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
|
||||||
@@ -2394,6 +2432,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
||||||
{ "_wxPalette","_class_wxPalette",0},
|
{ "_wxPalette","_class_wxPalette",0},
|
||||||
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
||||||
|
{ "_class_wxConfigBase","_wxConfigBase",0},
|
||||||
{ "_wxCoord","_int",0},
|
{ "_wxCoord","_int",0},
|
||||||
{ "_wxCoord","_signed_int",0},
|
{ "_wxCoord","_signed_int",0},
|
||||||
{ "_wxCoord","_unsigned_int",0},
|
{ "_wxCoord","_unsigned_int",0},
|
||||||
@@ -2409,10 +2448,13 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTipProvider","_wxTipProvider",0},
|
{ "_class_wxTipProvider","_wxTipProvider",0},
|
||||||
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
||||||
{ "_wxFontDialog","_class_wxFontDialog",0},
|
{ "_wxFontDialog","_class_wxFontDialog",0},
|
||||||
|
{ "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
|
||||||
{ "_wxRegion","_class_wxRegion",0},
|
{ "_wxRegion","_class_wxRegion",0},
|
||||||
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
||||||
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
||||||
{ "_wxSizer","_class_wxSizer",0},
|
{ "_wxSizer","_class_wxSizer",0},
|
||||||
|
{ "_class_wxDateSpan","_wxDateSpan",0},
|
||||||
|
{ "_wxFileSystem","_class_wxFileSystem",0},
|
||||||
{ "_class_wxShowEvent","_wxShowEvent",0},
|
{ "_class_wxShowEvent","_wxShowEvent",0},
|
||||||
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
||||||
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
||||||
@@ -2434,6 +2476,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
||||||
{ "_wxMenuBar","_class_wxMenuBar",0},
|
{ "_wxMenuBar","_class_wxMenuBar",0},
|
||||||
|
{ "_wxOutputStream","_class_wxOutputStream",0},
|
||||||
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
||||||
{ "_wxDirDialog","_class_wxDirDialog",0},
|
{ "_wxDirDialog","_class_wxDirDialog",0},
|
||||||
{ "_wxPyShapeEvtHandler","_class_wxPyShapeEvtHandler",0},
|
{ "_wxPyShapeEvtHandler","_class_wxPyShapeEvtHandler",0},
|
||||||
@@ -2449,6 +2492,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
||||||
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
||||||
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
||||||
|
{ "_class_wxConfig","_wxConfig",0},
|
||||||
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
||||||
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
||||||
{ "_wxColourData","_class_wxColourData",0},
|
{ "_wxColourData","_class_wxColourData",0},
|
||||||
@@ -2468,6 +2512,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxWindow","_class_wxWindow",0},
|
{ "_wxWindow","_class_wxWindow",0},
|
||||||
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
||||||
{ "_wxLogStderr","_class_wxLogStderr",0},
|
{ "_wxLogStderr","_class_wxLogStderr",0},
|
||||||
|
{ "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
|
||||||
|
{ "_class_wxFileSystem","_wxFileSystem",0},
|
||||||
{ "_class_wxFrame","_wxFrame",0},
|
{ "_class_wxFrame","_wxFrame",0},
|
||||||
{ "_class_wxDiagram","_wxDiagram",0},
|
{ "_class_wxDiagram","_wxDiagram",0},
|
||||||
{0,0,0}};
|
{0,0,0}};
|
||||||
|
@@ -13,6 +13,8 @@ from clip_dnd import *
|
|||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
|
||||||
|
from streams import *
|
||||||
|
|
||||||
from mdi import *
|
from mdi import *
|
||||||
|
|
||||||
from frames import *
|
from frames import *
|
||||||
@@ -34,6 +36,10 @@ from image import *
|
|||||||
from printfw import *
|
from printfw import *
|
||||||
|
|
||||||
from sizers import *
|
from sizers import *
|
||||||
|
|
||||||
|
from filesys import *
|
||||||
|
|
||||||
|
from utils import *
|
||||||
import wx
|
import wx
|
||||||
class wxDiagramPtr :
|
class wxDiagramPtr :
|
||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* FILE : ./oglshapes.cpp
|
* FILE : contrib/ogl/oglshapes.cpp
|
||||||
*
|
*
|
||||||
* This file was automatically generated by :
|
* This file was automatically generated by :
|
||||||
* Simplified Wrapper and Interface Generator (SWIG)
|
* Simplified Wrapper and Interface Generator (SWIG)
|
||||||
@@ -12489,13 +12489,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
||||||
{ "_signed_long","_long",0},
|
{ "_signed_long","_long",0},
|
||||||
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
||||||
|
{ "_class_wxProcessEvent","_wxProcessEvent",0},
|
||||||
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
||||||
|
{ "_class_wxFSFile","_wxFSFile",0},
|
||||||
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
||||||
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
||||||
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
||||||
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
||||||
{ "_wxImage","_class_wxImage",0},
|
{ "_wxImage","_class_wxImage",0},
|
||||||
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
||||||
|
{ "_wxWindowDisabler","_class_wxWindowDisabler",0},
|
||||||
|
{ "_class_wxDateTime","_wxDateTime",0},
|
||||||
{ "_wxPrintQuality","_wxCoord",0},
|
{ "_wxPrintQuality","_wxCoord",0},
|
||||||
{ "_wxPrintQuality","_int",0},
|
{ "_wxPrintQuality","_int",0},
|
||||||
{ "_wxPrintQuality","_signed_int",0},
|
{ "_wxPrintQuality","_signed_int",0},
|
||||||
@@ -12517,12 +12521,14 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
||||||
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
||||||
{ "_wxPySizer","_class_wxPySizer",0},
|
{ "_wxPySizer","_class_wxPySizer",0},
|
||||||
|
{ "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
|
||||||
{ "_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
|
{ "_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
|
||||||
{ "_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
|
{ "_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
|
||||||
{ "_wxPyCompositeShape","_class_wxPyCompositeShape",0},
|
{ "_wxPyCompositeShape","_class_wxPyCompositeShape",0},
|
||||||
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
||||||
{ "_wxCursor","_class_wxCursor",0},
|
{ "_wxCursor","_class_wxCursor",0},
|
||||||
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
||||||
|
{ "_wxPyProcess","_class_wxPyProcess",0},
|
||||||
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
||||||
{ "_wxImageHandler","_class_wxImageHandler",0},
|
{ "_wxImageHandler","_class_wxImageHandler",0},
|
||||||
{ "_class_wxPyRectangleShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
|
{ "_class_wxPyRectangleShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyRectangleShape},
|
||||||
@@ -12599,6 +12605,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxRealPoint","_wxRealPoint",0},
|
{ "_class_wxRealPoint","_wxRealPoint",0},
|
||||||
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
||||||
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
||||||
|
{ "_wxPrinterDC","_class_wxPrinterDC",0},
|
||||||
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
||||||
{ "_wxLogGui","_class_wxLogGui",0},
|
{ "_wxLogGui","_class_wxLogGui",0},
|
||||||
{ "_class_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
|
{ "_class_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
|
||||||
@@ -12625,7 +12632,6 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
|
{ "_class_wxPyCompositeShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
|
||||||
{ "_class_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
|
{ "_class_wxPyCompositeShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyCompositeShape},
|
||||||
{ "_class_wxPyCompositeShape","_wxPyCompositeShape",0},
|
{ "_class_wxPyCompositeShape","_wxPyCompositeShape",0},
|
||||||
{ "_class_wxPostScriptDC","_wxPostScriptDC",0},
|
|
||||||
{ "_wxPanel","_class_wxPanel",0},
|
{ "_wxPanel","_class_wxPanel",0},
|
||||||
{ "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
|
{ "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
|
||||||
{ "_wxCheckBox","_class_wxCheckBox",0},
|
{ "_wxCheckBox","_class_wxCheckBox",0},
|
||||||
@@ -12637,6 +12643,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
||||||
{ "_class_wxToolTip","_wxToolTip",0},
|
{ "_class_wxToolTip","_wxToolTip",0},
|
||||||
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
||||||
|
{ "_wxFileConfig","_class_wxFileConfig",0},
|
||||||
{ "_wxColour","_class_wxColour",0},
|
{ "_wxColour","_class_wxColour",0},
|
||||||
{ "_class_wxDialog","_wxDialog",0},
|
{ "_class_wxDialog","_wxDialog",0},
|
||||||
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
||||||
@@ -12677,6 +12684,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxLogWindow","_wxLogWindow",0},
|
{ "_class_wxLogWindow","_wxLogWindow",0},
|
||||||
{ "_class_wxImage","_wxImage",0},
|
{ "_class_wxImage","_wxImage",0},
|
||||||
{ "_wxPoint","_class_wxPoint",0},
|
{ "_wxPoint","_class_wxPoint",0},
|
||||||
|
{ "_class_wxWindowDisabler","_wxWindowDisabler",0},
|
||||||
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
||||||
{ "_class_wxPyBitmapShape","_wxPyBitmapShape",0},
|
{ "_class_wxPyBitmapShape","_wxPyBitmapShape",0},
|
||||||
{ "_class_wxButton","_wxButton",0},
|
{ "_class_wxButton","_wxButton",0},
|
||||||
@@ -12685,8 +12693,10 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxFontData","_wxFontData",0},
|
{ "_class_wxFontData","_wxFontData",0},
|
||||||
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
||||||
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
||||||
|
{ "_class_wxZipFSHandler","_wxZipFSHandler",0},
|
||||||
{ "_char","_wxChar",0},
|
{ "_char","_wxChar",0},
|
||||||
{ "_wxBitmap","_class_wxBitmap",0},
|
{ "_wxBitmap","_class_wxBitmap",0},
|
||||||
|
{ "_wxTaskBarIcon","_class_wxTaskBarIcon",0},
|
||||||
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
||||||
{ "_wxPyControlPoint","_class_wxPyControlPoint",0},
|
{ "_wxPyControlPoint","_class_wxPyControlPoint",0},
|
||||||
{ "_wxWindowDC","_class_wxWindowDC",0},
|
{ "_wxWindowDC","_class_wxWindowDC",0},
|
||||||
@@ -12696,14 +12706,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxSpinButton","_class_wxSpinButton",0},
|
{ "_wxSpinButton","_class_wxSpinButton",0},
|
||||||
{ "_wxColourDialog","_class_wxColourDialog",0},
|
{ "_wxColourDialog","_class_wxColourDialog",0},
|
||||||
{ "_wxPrintData","_class_wxPrintData",0},
|
{ "_wxPrintData","_class_wxPrintData",0},
|
||||||
|
{ "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
|
||||||
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
||||||
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
||||||
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
||||||
{ "_class_wxValidator","_wxValidator",0},
|
{ "_class_wxValidator","_wxValidator",0},
|
||||||
{ "_class_wxPyEvent","_wxPyEvent",0},
|
{ "_class_wxPyEvent","_wxPyEvent",0},
|
||||||
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
||||||
|
{ "_wxConfig","_class_wxConfig",0},
|
||||||
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
||||||
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
||||||
|
{ "_class_wxFileConfig","_wxFileConfig",0},
|
||||||
{ "_class_wxPyDrawnShape","_wxPyDrawnShape",0},
|
{ "_class_wxPyDrawnShape","_wxPyDrawnShape",0},
|
||||||
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
||||||
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
||||||
@@ -12716,6 +12729,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
||||||
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
||||||
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
||||||
|
{ "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
|
||||||
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
||||||
{ "_EBool","_wxCoord",0},
|
{ "_EBool","_wxCoord",0},
|
||||||
{ "_EBool","_wxPrintQuality",0},
|
{ "_EBool","_wxPrintQuality",0},
|
||||||
@@ -12732,7 +12746,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
||||||
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
||||||
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
||||||
|
{ "_wxProcessEvent","_class_wxProcessEvent",0},
|
||||||
{ "_wxNotebook","_class_wxNotebook",0},
|
{ "_wxNotebook","_class_wxNotebook",0},
|
||||||
|
{ "_wxFSFile","_class_wxFSFile",0},
|
||||||
{ "_unsigned_long","_long",0},
|
{ "_unsigned_long","_long",0},
|
||||||
{ "_class_wxRect","_wxRect",0},
|
{ "_class_wxRect","_wxRect",0},
|
||||||
{ "_class_wxDC","_wxDC",0},
|
{ "_class_wxDC","_wxDC",0},
|
||||||
@@ -12740,12 +12756,15 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
||||||
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
||||||
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxPyInputStream","_class_wxPyInputStream",0},
|
||||||
{ "_wxPyApp","_class_wxPyApp",0},
|
{ "_wxPyApp","_class_wxPyApp",0},
|
||||||
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
||||||
|
{ "_class_wxOutputStream","_wxOutputStream",0},
|
||||||
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
||||||
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
||||||
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
||||||
{ "_class_wxDirDialog","_wxDirDialog",0},
|
{ "_class_wxDirDialog","_wxDirDialog",0},
|
||||||
|
{ "_wxTimeSpan","_class_wxTimeSpan",0},
|
||||||
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
||||||
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
||||||
{ "_class_wxTimerEvent","_wxTimerEvent",0},
|
{ "_class_wxTimerEvent","_wxTimerEvent",0},
|
||||||
@@ -12765,6 +12784,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
||||||
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
||||||
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
||||||
|
{ "_wxMetaFileDC","_class_wxMetaFileDC",0},
|
||||||
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
||||||
{ "_wxMenu","_class_wxMenu",0},
|
{ "_wxMenu","_class_wxMenu",0},
|
||||||
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
||||||
@@ -12772,6 +12792,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxScreenDC","_class_wxScreenDC",0},
|
{ "_wxScreenDC","_class_wxScreenDC",0},
|
||||||
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
||||||
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
||||||
|
{ "_WXTYPE","_wxDateTime_t",0},
|
||||||
{ "_WXTYPE","_short",0},
|
{ "_WXTYPE","_short",0},
|
||||||
{ "_WXTYPE","_signed_short",0},
|
{ "_WXTYPE","_signed_short",0},
|
||||||
{ "_WXTYPE","_unsigned_short",0},
|
{ "_WXTYPE","_unsigned_short",0},
|
||||||
@@ -12781,11 +12802,13 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
||||||
{ "_class_wxBrush","_wxBrush",0},
|
{ "_class_wxBrush","_wxBrush",0},
|
||||||
{ "_wxTipProvider","_class_wxTipProvider",0},
|
{ "_wxTipProvider","_class_wxTipProvider",0},
|
||||||
|
{ "_unsigned_short","_wxDateTime_t",0},
|
||||||
{ "_unsigned_short","_WXTYPE",0},
|
{ "_unsigned_short","_WXTYPE",0},
|
||||||
{ "_unsigned_short","_short",0},
|
{ "_unsigned_short","_short",0},
|
||||||
{ "_class_wxWindow","_wxWindow",0},
|
{ "_class_wxWindow","_wxWindow",0},
|
||||||
{ "_class_wxLogStderr","_wxLogStderr",0},
|
{ "_class_wxLogStderr","_wxLogStderr",0},
|
||||||
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
||||||
|
{ "_wxDateSpan","_class_wxDateSpan",0},
|
||||||
{ "_class_wxStaticText","_wxStaticText",0},
|
{ "_class_wxStaticText","_wxStaticText",0},
|
||||||
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
||||||
{ "_class_wxFont","_wxFont",0},
|
{ "_class_wxFont","_wxFont",0},
|
||||||
@@ -12804,6 +12827,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
||||||
{ "_wxPyDividedShape","_class_wxPyDividedShape",0},
|
{ "_wxPyDividedShape","_class_wxPyDividedShape",0},
|
||||||
{ "_class_wxPoint","_wxPoint",0},
|
{ "_class_wxPoint","_wxPoint",0},
|
||||||
|
{ "_class_wxPyInputStream","_wxPyInputStream",0},
|
||||||
{ "_wxRealPoint","_class_wxRealPoint",0},
|
{ "_wxRealPoint","_class_wxRealPoint",0},
|
||||||
{ "_class_wxRadioBox","_wxRadioBox",0},
|
{ "_class_wxRadioBox","_wxRadioBox",0},
|
||||||
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
||||||
@@ -12811,7 +12835,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_signed_short","_short",0},
|
{ "_signed_short","_short",0},
|
||||||
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
||||||
|
{ "_class_wxTaskBarIcon","_wxTaskBarIcon",0},
|
||||||
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
||||||
|
{ "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
|
||||||
{ "_class_wxPyControlPoint","_wxPyControlPoint",0},
|
{ "_class_wxPyControlPoint","_wxPyControlPoint",0},
|
||||||
{ "_wxPaintDC","_class_wxPaintDC",0},
|
{ "_wxPaintDC","_class_wxPaintDC",0},
|
||||||
{ "_class_wxWindowDC","_wxWindowDC",0},
|
{ "_class_wxWindowDC","_wxWindowDC",0},
|
||||||
@@ -12820,8 +12846,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxStatusBar","_class_wxStatusBar",0},
|
{ "_wxStatusBar","_class_wxStatusBar",0},
|
||||||
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
||||||
{ "_class_wxCursor","_wxCursor",0},
|
{ "_class_wxCursor","_wxCursor",0},
|
||||||
{ "_wxPostScriptDC","_class_wxPostScriptDC",0},
|
|
||||||
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
||||||
|
{ "_class_wxPyProcess","_wxPyProcess",0},
|
||||||
{ "_class_wxImageHandler","_wxImageHandler",0},
|
{ "_class_wxImageHandler","_wxImageHandler",0},
|
||||||
{ "_wxPyShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
|
{ "_wxPyShape","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
|
||||||
{ "_wxPyShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
|
{ "_wxPyShape","_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShape},
|
||||||
@@ -12842,6 +12868,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxLog","_wxLog",0},
|
{ "_class_wxLog","_wxLog",0},
|
||||||
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
||||||
{ "_unsigned_char","_byte",0},
|
{ "_unsigned_char","_byte",0},
|
||||||
|
{ "_class_wxMetaFileDC","_wxMetaFileDC",0},
|
||||||
{ "_class_wxMenu","_wxMenu",0},
|
{ "_class_wxMenu","_wxMenu",0},
|
||||||
{ "_wxControl","_class_wxControl",0},
|
{ "_wxControl","_class_wxControl",0},
|
||||||
{ "_class_wxListBox","_wxListBox",0},
|
{ "_class_wxListBox","_wxListBox",0},
|
||||||
@@ -12858,6 +12885,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPen","_wxPen",0},
|
{ "_class_wxPen","_wxPen",0},
|
||||||
{ "_class_wxFileDialog","_wxFileDialog",0},
|
{ "_class_wxFileDialog","_wxFileDialog",0},
|
||||||
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
||||||
|
{ "_wxConfigBase","_class_wxConfigBase",0},
|
||||||
|
{ "_short","_wxDateTime_t",0},
|
||||||
{ "_short","_WXTYPE",0},
|
{ "_short","_WXTYPE",0},
|
||||||
{ "_short","_unsigned_short",0},
|
{ "_short","_unsigned_short",0},
|
||||||
{ "_short","_signed_short",0},
|
{ "_short","_signed_short",0},
|
||||||
@@ -12872,6 +12901,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
||||||
{ "_class_wxImageList","_wxImageList",0},
|
{ "_class_wxImageList","_wxImageList",0},
|
||||||
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
||||||
|
{ "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
|
||||||
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
||||||
{ "_wxFrame","_class_wxFrame",0},
|
{ "_wxFrame","_class_wxFrame",0},
|
||||||
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
||||||
@@ -12905,8 +12935,12 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxLogWindow","_class_wxLogWindow",0},
|
{ "_wxLogWindow","_class_wxLogWindow",0},
|
||||||
{ "_class_wxListEvent","_wxListEvent",0},
|
{ "_class_wxListEvent","_wxListEvent",0},
|
||||||
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
||||||
|
{ "_wxDateTime_t","_unsigned_short",0},
|
||||||
|
{ "_wxDateTime_t","_short",0},
|
||||||
|
{ "_wxDateTime_t","_WXTYPE",0},
|
||||||
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
||||||
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxDateTime","_class_wxDateTime",0},
|
||||||
{ "_time_t","_wxCoord",0},
|
{ "_time_t","_wxCoord",0},
|
||||||
{ "_time_t","_wxPrintQuality",0},
|
{ "_time_t","_wxPrintQuality",0},
|
||||||
{ "_time_t","_unsigned_int",0},
|
{ "_time_t","_unsigned_int",0},
|
||||||
@@ -12917,15 +12951,19 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
||||||
{ "_wxLogNull","_class_wxLogNull",0},
|
{ "_wxLogNull","_class_wxLogNull",0},
|
||||||
{ "_wxButton","_class_wxButton",0},
|
{ "_wxButton","_class_wxButton",0},
|
||||||
|
{ "_wxZipFSHandler","_class_wxZipFSHandler",0},
|
||||||
{ "_class_wxPyApp","_wxPyApp",0},
|
{ "_class_wxPyApp","_wxPyApp",0},
|
||||||
{ "_wxSize","_class_wxSize",0},
|
{ "_wxSize","_class_wxSize",0},
|
||||||
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
||||||
|
{ "_class_wxPrinterDC","_wxPrinterDC",0},
|
||||||
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
||||||
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
||||||
{ "_class_wxLogGui","_wxLogGui",0},
|
{ "_class_wxLogGui","_wxLogGui",0},
|
||||||
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
||||||
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
||||||
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
||||||
|
{ "_class_wxTimeSpan","_wxTimeSpan",0},
|
||||||
|
{ "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
|
||||||
{ "_class_wxPaintDC","_wxPaintDC",0},
|
{ "_class_wxPaintDC","_wxPaintDC",0},
|
||||||
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
||||||
{ "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
|
{ "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0},
|
||||||
@@ -12961,6 +12999,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
||||||
{ "_wxPalette","_class_wxPalette",0},
|
{ "_wxPalette","_class_wxPalette",0},
|
||||||
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
||||||
|
{ "_class_wxConfigBase","_wxConfigBase",0},
|
||||||
{ "_wxCoord","_int",0},
|
{ "_wxCoord","_int",0},
|
||||||
{ "_wxCoord","_signed_int",0},
|
{ "_wxCoord","_signed_int",0},
|
||||||
{ "_wxCoord","_unsigned_int",0},
|
{ "_wxCoord","_unsigned_int",0},
|
||||||
@@ -12976,10 +13015,13 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTipProvider","_wxTipProvider",0},
|
{ "_class_wxTipProvider","_wxTipProvider",0},
|
||||||
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
||||||
{ "_wxFontDialog","_class_wxFontDialog",0},
|
{ "_wxFontDialog","_class_wxFontDialog",0},
|
||||||
|
{ "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
|
||||||
{ "_wxRegion","_class_wxRegion",0},
|
{ "_wxRegion","_class_wxRegion",0},
|
||||||
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
||||||
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
||||||
{ "_wxSizer","_class_wxSizer",0},
|
{ "_wxSizer","_class_wxSizer",0},
|
||||||
|
{ "_class_wxDateSpan","_wxDateSpan",0},
|
||||||
|
{ "_wxFileSystem","_class_wxFileSystem",0},
|
||||||
{ "_class_wxShowEvent","_wxShowEvent",0},
|
{ "_class_wxShowEvent","_wxShowEvent",0},
|
||||||
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
||||||
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
||||||
@@ -13001,6 +13043,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
||||||
{ "_wxMenuBar","_class_wxMenuBar",0},
|
{ "_wxMenuBar","_class_wxMenuBar",0},
|
||||||
|
{ "_wxOutputStream","_class_wxOutputStream",0},
|
||||||
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
||||||
{ "_wxDirDialog","_class_wxDirDialog",0},
|
{ "_wxDirDialog","_class_wxDirDialog",0},
|
||||||
{ "_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
|
{ "_wxPyShapeEvtHandler","_class_wxPyDivisionShape",SwigwxPyDivisionShapeTowxPyShapeEvtHandler},
|
||||||
@@ -13039,6 +13082,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
||||||
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
||||||
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
||||||
|
{ "_class_wxConfig","_wxConfig",0},
|
||||||
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
||||||
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
||||||
{ "_wxOGLConstraint","_class_wxOGLConstraint",0},
|
{ "_wxOGLConstraint","_class_wxOGLConstraint",0},
|
||||||
@@ -13057,6 +13101,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxWindow","_class_wxWindow",0},
|
{ "_wxWindow","_class_wxWindow",0},
|
||||||
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
||||||
{ "_wxLogStderr","_class_wxLogStderr",0},
|
{ "_wxLogStderr","_class_wxLogStderr",0},
|
||||||
|
{ "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
|
||||||
|
{ "_class_wxFileSystem","_wxFileSystem",0},
|
||||||
{ "_class_wxFrame","_wxFrame",0},
|
{ "_class_wxFrame","_wxFrame",0},
|
||||||
{0,0,0}};
|
{0,0,0}};
|
||||||
|
|
||||||
|
@@ -13,6 +13,8 @@ from clip_dnd import *
|
|||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
|
||||||
|
from streams import *
|
||||||
|
|
||||||
from mdi import *
|
from mdi import *
|
||||||
|
|
||||||
from frames import *
|
from frames import *
|
||||||
@@ -35,6 +37,10 @@ from printfw import *
|
|||||||
|
|
||||||
from sizers import *
|
from sizers import *
|
||||||
|
|
||||||
|
from filesys import *
|
||||||
|
|
||||||
|
from utils import *
|
||||||
|
|
||||||
from oglbasic import *
|
from oglbasic import *
|
||||||
import wx
|
import wx
|
||||||
class wxPseudoMetaFilePtr :
|
class wxPseudoMetaFilePtr :
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* FILE : oglshapes2.cpp
|
* FILE : contrib/ogl/oglshapes2.cpp
|
||||||
*
|
*
|
||||||
* This file was automatically generated by :
|
* This file was automatically generated by :
|
||||||
* Simplified Wrapper and Interface Generator (SWIG)
|
* Simplified Wrapper and Interface Generator (SWIG)
|
||||||
@@ -7860,13 +7860,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
{ "_class_wxActivateEvent","_wxActivateEvent",0},
|
||||||
{ "_signed_long","_long",0},
|
{ "_signed_long","_long",0},
|
||||||
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
{ "_wxMenuEvent","_class_wxMenuEvent",0},
|
||||||
|
{ "_class_wxProcessEvent","_wxProcessEvent",0},
|
||||||
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
{ "_class_wxJPEGHandler","_wxJPEGHandler",0},
|
||||||
|
{ "_class_wxFSFile","_wxFSFile",0},
|
||||||
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
{ "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0},
|
||||||
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
{ "_wxBitmapDataObject","_class_wxBitmapDataObject",0},
|
||||||
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
{ "_class_wxPyCommandEvent","_wxPyCommandEvent",0},
|
||||||
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
{ "_wxBMPHandler","_class_wxBMPHandler",0},
|
||||||
{ "_wxImage","_class_wxImage",0},
|
{ "_wxImage","_class_wxImage",0},
|
||||||
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
{ "_wxFlexGridSizer","_class_wxFlexGridSizer",0},
|
||||||
|
{ "_wxWindowDisabler","_class_wxWindowDisabler",0},
|
||||||
|
{ "_class_wxDateTime","_wxDateTime",0},
|
||||||
{ "_wxPrintQuality","_wxCoord",0},
|
{ "_wxPrintQuality","_wxCoord",0},
|
||||||
{ "_wxPrintQuality","_int",0},
|
{ "_wxPrintQuality","_int",0},
|
||||||
{ "_wxPrintQuality","_signed_int",0},
|
{ "_wxPrintQuality","_signed_int",0},
|
||||||
@@ -7888,10 +7892,12 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
{ "_wxPaintEvent","_class_wxPaintEvent",0},
|
||||||
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
{ "_wxGIFHandler","_class_wxGIFHandler",0},
|
||||||
{ "_wxPySizer","_class_wxPySizer",0},
|
{ "_wxPySizer","_class_wxPySizer",0},
|
||||||
|
{ "_wxInternetFSHandler","_class_wxInternetFSHandler",0},
|
||||||
{ "_wxPyCompositeShape","_class_wxPyCompositeShape",0},
|
{ "_wxPyCompositeShape","_class_wxPyCompositeShape",0},
|
||||||
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
{ "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0},
|
||||||
{ "_wxCursor","_class_wxCursor",0},
|
{ "_wxCursor","_class_wxCursor",0},
|
||||||
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
{ "_wxNotifyEvent","_class_wxNotifyEvent",0},
|
||||||
|
{ "_wxPyProcess","_class_wxPyProcess",0},
|
||||||
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
{ "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0},
|
||||||
{ "_wxImageHandler","_class_wxImageHandler",0},
|
{ "_wxImageHandler","_class_wxImageHandler",0},
|
||||||
{ "_class_wxPyRectangleShape","_class_wxPyTextShape",SwigwxPyTextShapeTowxPyRectangleShape},
|
{ "_class_wxPyRectangleShape","_class_wxPyTextShape",SwigwxPyTextShapeTowxPyRectangleShape},
|
||||||
@@ -7962,6 +7968,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxRealPoint","_wxRealPoint",0},
|
{ "_class_wxRealPoint","_wxRealPoint",0},
|
||||||
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
{ "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0},
|
||||||
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
{ "_wxPNMHandler","_class_wxPNMHandler",0},
|
||||||
|
{ "_wxPrinterDC","_class_wxPrinterDC",0},
|
||||||
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
{ "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0},
|
||||||
{ "_wxLogGui","_class_wxLogGui",0},
|
{ "_wxLogGui","_class_wxLogGui",0},
|
||||||
{ "_class_wxPyShapeEvtHandler","_class_wxPyTextShape",SwigwxPyTextShapeTowxPyShapeEvtHandler},
|
{ "_class_wxPyShapeEvtHandler","_class_wxPyTextShape",SwigwxPyTextShapeTowxPyShapeEvtHandler},
|
||||||
@@ -7983,7 +7990,6 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPySizer","_wxPySizer",0},
|
{ "_class_wxPySizer","_wxPySizer",0},
|
||||||
{ "_class_wxPyCompositeShape","_wxPyCompositeShape",0},
|
{ "_class_wxPyCompositeShape","_wxPyCompositeShape",0},
|
||||||
{ "_wxPyPolygonShape","_class_wxPyPolygonShape",0},
|
{ "_wxPyPolygonShape","_class_wxPyPolygonShape",0},
|
||||||
{ "_class_wxPostScriptDC","_wxPostScriptDC",0},
|
|
||||||
{ "_wxPanel","_class_wxPanel",0},
|
{ "_wxPanel","_class_wxPanel",0},
|
||||||
{ "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
|
{ "_wxInitDialogEvent","_class_wxInitDialogEvent",0},
|
||||||
{ "_wxCheckBox","_class_wxCheckBox",0},
|
{ "_wxCheckBox","_class_wxCheckBox",0},
|
||||||
@@ -7995,6 +8001,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
{ "_class_wxKeyEvent","_wxKeyEvent",0},
|
||||||
{ "_class_wxToolTip","_wxToolTip",0},
|
{ "_class_wxToolTip","_wxToolTip",0},
|
||||||
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
{ "_class_wxPNGHandler","_wxPNGHandler",0},
|
||||||
|
{ "_wxFileConfig","_class_wxFileConfig",0},
|
||||||
{ "_wxColour","_class_wxColour",0},
|
{ "_wxColour","_class_wxColour",0},
|
||||||
{ "_class_wxDialog","_wxDialog",0},
|
{ "_class_wxDialog","_wxDialog",0},
|
||||||
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
{ "_wxBusyCursor","_class_wxBusyCursor",0},
|
||||||
@@ -8035,6 +8042,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxLogWindow","_wxLogWindow",0},
|
{ "_class_wxLogWindow","_wxLogWindow",0},
|
||||||
{ "_class_wxImage","_wxImage",0},
|
{ "_class_wxImage","_wxImage",0},
|
||||||
{ "_wxPoint","_class_wxPoint",0},
|
{ "_wxPoint","_class_wxPoint",0},
|
||||||
|
{ "_class_wxWindowDisabler","_wxWindowDisabler",0},
|
||||||
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
{ "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0},
|
||||||
{ "_class_wxPyBitmapShape","_wxPyBitmapShape",0},
|
{ "_class_wxPyBitmapShape","_wxPyBitmapShape",0},
|
||||||
{ "_class_wxButton","_wxButton",0},
|
{ "_class_wxButton","_wxButton",0},
|
||||||
@@ -8043,8 +8051,10 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxFontData","_wxFontData",0},
|
{ "_class_wxFontData","_wxFontData",0},
|
||||||
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
{ "_class_wxPNMHandler","_wxPNMHandler",0},
|
||||||
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
{ "_wxBoxSizer","_class_wxBoxSizer",0},
|
||||||
|
{ "_class_wxZipFSHandler","_wxZipFSHandler",0},
|
||||||
{ "_char","_wxChar",0},
|
{ "_char","_wxChar",0},
|
||||||
{ "_wxBitmap","_class_wxBitmap",0},
|
{ "_wxBitmap","_class_wxBitmap",0},
|
||||||
|
{ "_wxTaskBarIcon","_class_wxTaskBarIcon",0},
|
||||||
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
{ "_wxPrintDialog","_class_wxPrintDialog",0},
|
||||||
{ "_wxPyControlPoint","_class_wxPyControlPoint",0},
|
{ "_wxPyControlPoint","_class_wxPyControlPoint",0},
|
||||||
{ "_wxWindowDC","_class_wxWindowDC",0},
|
{ "_wxWindowDC","_class_wxWindowDC",0},
|
||||||
@@ -8054,14 +8064,17 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxSpinButton","_class_wxSpinButton",0},
|
{ "_wxSpinButton","_class_wxSpinButton",0},
|
||||||
{ "_wxColourDialog","_class_wxColourDialog",0},
|
{ "_wxColourDialog","_class_wxColourDialog",0},
|
||||||
{ "_wxPrintData","_class_wxPrintData",0},
|
{ "_wxPrintData","_class_wxPrintData",0},
|
||||||
|
{ "_class_wxInternetFSHandler","_wxInternetFSHandler",0},
|
||||||
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
{ "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0},
|
||||||
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
{ "_class_wxNotifyEvent","_wxNotifyEvent",0},
|
||||||
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
{ "_wxMessageDialog","_class_wxMessageDialog",0},
|
||||||
{ "_class_wxValidator","_wxValidator",0},
|
{ "_class_wxValidator","_wxValidator",0},
|
||||||
{ "_class_wxPyEvent","_wxPyEvent",0},
|
{ "_class_wxPyEvent","_wxPyEvent",0},
|
||||||
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
{ "_wxTextEntryDialog","_class_wxTextEntryDialog",0},
|
||||||
|
{ "_wxConfig","_class_wxConfig",0},
|
||||||
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
{ "_class_wxIconizeEvent","_wxIconizeEvent",0},
|
||||||
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
{ "_class_wxStaticBitmap","_wxStaticBitmap",0},
|
||||||
|
{ "_class_wxFileConfig","_wxFileConfig",0},
|
||||||
{ "_class_wxPyDrawnShape","_wxPyDrawnShape",0},
|
{ "_class_wxPyDrawnShape","_wxPyDrawnShape",0},
|
||||||
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
{ "_class_wxBusyCursor","_wxBusyCursor",0},
|
||||||
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
{ "_wxToolBarSimple","_class_wxToolBarSimple",0},
|
||||||
@@ -8074,6 +8087,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
{ "_wxScrollEvent","_class_wxScrollEvent",0},
|
||||||
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
{ "_wxToolBarToolBase","_class_wxToolBarToolBase",0},
|
||||||
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
{ "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0},
|
||||||
|
{ "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0},
|
||||||
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
{ "_class_wxShapeRegion","_wxShapeRegion",0},
|
||||||
{ "_EBool","_wxCoord",0},
|
{ "_EBool","_wxCoord",0},
|
||||||
{ "_EBool","_wxPrintQuality",0},
|
{ "_EBool","_wxPrintQuality",0},
|
||||||
@@ -8090,7 +8104,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
{ "_class_wxPyDropTarget","_wxPyDropTarget",0},
|
||||||
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
{ "_wxCloseEvent","_class_wxCloseEvent",0},
|
||||||
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
{ "_class_wxSplitterEvent","_wxSplitterEvent",0},
|
||||||
|
{ "_wxProcessEvent","_class_wxProcessEvent",0},
|
||||||
{ "_wxNotebook","_class_wxNotebook",0},
|
{ "_wxNotebook","_class_wxNotebook",0},
|
||||||
|
{ "_wxFSFile","_class_wxFSFile",0},
|
||||||
{ "_unsigned_long","_long",0},
|
{ "_unsigned_long","_long",0},
|
||||||
{ "_class_wxRect","_wxRect",0},
|
{ "_class_wxRect","_wxRect",0},
|
||||||
{ "_class_wxDC","_wxDC",0},
|
{ "_class_wxDC","_wxDC",0},
|
||||||
@@ -8099,12 +8115,15 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
{ "_wxGenericDragImage","_class_wxGenericDragImage",0},
|
||||||
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
{ "_class_wxProgressDialog","_wxProgressDialog",0},
|
||||||
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
{ "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxPyInputStream","_class_wxPyInputStream",0},
|
||||||
{ "_wxPyApp","_class_wxPyApp",0},
|
{ "_wxPyApp","_class_wxPyApp",0},
|
||||||
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
{ "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0},
|
||||||
|
{ "_class_wxOutputStream","_wxOutputStream",0},
|
||||||
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
{ "_wxLogTextCtrl","_class_wxLogTextCtrl",0},
|
||||||
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
{ "_wxMDIParentFrame","_class_wxMDIParentFrame",0},
|
||||||
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
{ "_class_wxTreeEvent","_wxTreeEvent",0},
|
||||||
{ "_class_wxDirDialog","_wxDirDialog",0},
|
{ "_class_wxDirDialog","_wxDirDialog",0},
|
||||||
|
{ "_wxTimeSpan","_class_wxTimeSpan",0},
|
||||||
{ "_wxPyLineShape","_class_wxPyLineShape",0},
|
{ "_wxPyLineShape","_class_wxPyLineShape",0},
|
||||||
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
{ "_wxFocusEvent","_class_wxFocusEvent",0},
|
||||||
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
{ "_wxMaximizeEvent","_class_wxMaximizeEvent",0},
|
||||||
@@ -8126,6 +8145,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
{ "_class_wxTextCtrl","_wxTextCtrl",0},
|
||||||
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
{ "_class_wxListItemAttr","_wxListItemAttr",0},
|
||||||
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
{ "_wxLayoutConstraints","_class_wxLayoutConstraints",0},
|
||||||
|
{ "_wxMetaFileDC","_class_wxMetaFileDC",0},
|
||||||
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
{ "_class_wxTextDataObject","_wxTextDataObject",0},
|
||||||
{ "_wxMenu","_class_wxMenu",0},
|
{ "_wxMenu","_class_wxMenu",0},
|
||||||
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
{ "_class_wxMoveEvent","_wxMoveEvent",0},
|
||||||
@@ -8134,6 +8154,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
{ "_class_wxToolBarSimple","_wxToolBarSimple",0},
|
||||||
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
{ "_class_wxMDIChildFrame","_wxMDIChildFrame",0},
|
||||||
{ "_wxArrowHead","_class_wxArrowHead",0},
|
{ "_wxArrowHead","_class_wxArrowHead",0},
|
||||||
|
{ "_WXTYPE","_wxDateTime_t",0},
|
||||||
{ "_WXTYPE","_short",0},
|
{ "_WXTYPE","_short",0},
|
||||||
{ "_WXTYPE","_signed_short",0},
|
{ "_WXTYPE","_signed_short",0},
|
||||||
{ "_WXTYPE","_unsigned_short",0},
|
{ "_WXTYPE","_unsigned_short",0},
|
||||||
@@ -8143,11 +8164,13 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
{ "_class_wxMDIClientWindow","_wxMDIClientWindow",0},
|
||||||
{ "_class_wxBrush","_wxBrush",0},
|
{ "_class_wxBrush","_wxBrush",0},
|
||||||
{ "_wxTipProvider","_class_wxTipProvider",0},
|
{ "_wxTipProvider","_class_wxTipProvider",0},
|
||||||
|
{ "_unsigned_short","_wxDateTime_t",0},
|
||||||
{ "_unsigned_short","_WXTYPE",0},
|
{ "_unsigned_short","_WXTYPE",0},
|
||||||
{ "_unsigned_short","_short",0},
|
{ "_unsigned_short","_short",0},
|
||||||
{ "_class_wxWindow","_wxWindow",0},
|
{ "_class_wxWindow","_wxWindow",0},
|
||||||
{ "_class_wxLogStderr","_wxLogStderr",0},
|
{ "_class_wxLogStderr","_wxLogStderr",0},
|
||||||
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
{ "_wxSplitterWindow","_class_wxSplitterWindow",0},
|
||||||
|
{ "_wxDateSpan","_class_wxDateSpan",0},
|
||||||
{ "_class_wxStaticText","_wxStaticText",0},
|
{ "_class_wxStaticText","_wxStaticText",0},
|
||||||
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
{ "_wxPrintDialogData","_class_wxPrintDialogData",0},
|
||||||
{ "_class_wxFont","_wxFont",0},
|
{ "_class_wxFont","_wxFont",0},
|
||||||
@@ -8167,6 +8190,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
{ "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0},
|
||||||
{ "_wxPyDividedShape","_class_wxPyDividedShape",0},
|
{ "_wxPyDividedShape","_class_wxPyDividedShape",0},
|
||||||
{ "_class_wxPoint","_wxPoint",0},
|
{ "_class_wxPoint","_wxPoint",0},
|
||||||
|
{ "_class_wxPyInputStream","_wxPyInputStream",0},
|
||||||
{ "_wxRealPoint","_class_wxRealPoint",0},
|
{ "_wxRealPoint","_class_wxRealPoint",0},
|
||||||
{ "_class_wxRadioBox","_wxRadioBox",0},
|
{ "_class_wxRadioBox","_wxRadioBox",0},
|
||||||
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
{ "_class_wxBoxSizer","_wxBoxSizer",0},
|
||||||
@@ -8174,7 +8198,9 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_signed_short","_short",0},
|
{ "_signed_short","_short",0},
|
||||||
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
{ "_wxMemoryDC","_class_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
{ "_wxPyTextDataObject","_class_wxPyTextDataObject",0},
|
||||||
|
{ "_class_wxTaskBarIcon","_wxTaskBarIcon",0},
|
||||||
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
{ "_class_wxPrintDialog","_wxPrintDialog",0},
|
||||||
|
{ "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0},
|
||||||
{ "_class_wxPyControlPoint","_wxPyControlPoint",0},
|
{ "_class_wxPyControlPoint","_wxPyControlPoint",0},
|
||||||
{ "_wxPaintDC","_class_wxPaintDC",0},
|
{ "_wxPaintDC","_class_wxPaintDC",0},
|
||||||
{ "_class_wxWindowDC","_wxWindowDC",0},
|
{ "_class_wxWindowDC","_wxWindowDC",0},
|
||||||
@@ -8183,8 +8209,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxStatusBar","_class_wxStatusBar",0},
|
{ "_wxStatusBar","_class_wxStatusBar",0},
|
||||||
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
{ "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0},
|
||||||
{ "_class_wxCursor","_wxCursor",0},
|
{ "_class_wxCursor","_wxCursor",0},
|
||||||
{ "_wxPostScriptDC","_class_wxPostScriptDC",0},
|
|
||||||
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
{ "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0},
|
||||||
|
{ "_class_wxPyProcess","_wxPyProcess",0},
|
||||||
{ "_class_wxImageHandler","_wxImageHandler",0},
|
{ "_class_wxImageHandler","_wxImageHandler",0},
|
||||||
{ "_wxPyShape","_class_wxPyTextShape",SwigwxPyTextShapeTowxPyShape},
|
{ "_wxPyShape","_class_wxPyTextShape",SwigwxPyTextShapeTowxPyShape},
|
||||||
{ "_wxPyShape","_wxPyTextShape",SwigwxPyTextShapeTowxPyShape},
|
{ "_wxPyShape","_wxPyTextShape",SwigwxPyTextShapeTowxPyShape},
|
||||||
@@ -8201,6 +8227,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxLog","_wxLog",0},
|
{ "_class_wxLog","_wxLog",0},
|
||||||
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
{ "_wxTreeItemId","_class_wxTreeItemId",0},
|
||||||
{ "_unsigned_char","_byte",0},
|
{ "_unsigned_char","_byte",0},
|
||||||
|
{ "_class_wxMetaFileDC","_wxMetaFileDC",0},
|
||||||
{ "_class_wxMenu","_wxMenu",0},
|
{ "_class_wxMenu","_wxMenu",0},
|
||||||
{ "_wxControl","_class_wxControl",0},
|
{ "_wxControl","_class_wxControl",0},
|
||||||
{ "_class_wxListBox","_wxListBox",0},
|
{ "_class_wxListBox","_wxListBox",0},
|
||||||
@@ -8217,6 +8244,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPen","_wxPen",0},
|
{ "_class_wxPen","_wxPen",0},
|
||||||
{ "_class_wxFileDialog","_wxFileDialog",0},
|
{ "_class_wxFileDialog","_wxFileDialog",0},
|
||||||
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
{ "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0},
|
||||||
|
{ "_wxConfigBase","_class_wxConfigBase",0},
|
||||||
|
{ "_short","_wxDateTime_t",0},
|
||||||
{ "_short","_WXTYPE",0},
|
{ "_short","_WXTYPE",0},
|
||||||
{ "_short","_unsigned_short",0},
|
{ "_short","_unsigned_short",0},
|
||||||
{ "_short","_signed_short",0},
|
{ "_short","_signed_short",0},
|
||||||
@@ -8232,6 +8261,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
{ "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0},
|
||||||
{ "_class_wxImageList","_wxImageList",0},
|
{ "_class_wxImageList","_wxImageList",0},
|
||||||
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
{ "_class_wxBitmapButton","_wxBitmapButton",0},
|
||||||
|
{ "_wxFileSystemHandler","_class_wxFileSystemHandler",0},
|
||||||
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
{ "_wxPyTipProvider","_class_wxPyTipProvider",0},
|
||||||
{ "_wxFrame","_class_wxFrame",0},
|
{ "_wxFrame","_class_wxFrame",0},
|
||||||
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
{ "_wxPCXHandler","_class_wxPCXHandler",0},
|
||||||
@@ -8265,8 +8295,12 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxLogWindow","_class_wxLogWindow",0},
|
{ "_wxLogWindow","_class_wxLogWindow",0},
|
||||||
{ "_class_wxListEvent","_wxListEvent",0},
|
{ "_class_wxListEvent","_wxListEvent",0},
|
||||||
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
{ "_class_wxPrintPreview","_wxPrintPreview",0},
|
||||||
|
{ "_wxDateTime_t","_unsigned_short",0},
|
||||||
|
{ "_wxDateTime_t","_short",0},
|
||||||
|
{ "_wxDateTime_t","_WXTYPE",0},
|
||||||
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
{ "_class_wxSpinEvent","_wxSpinEvent",0},
|
||||||
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
{ "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0},
|
||||||
|
{ "_wxDateTime","_class_wxDateTime",0},
|
||||||
{ "_time_t","_wxCoord",0},
|
{ "_time_t","_wxCoord",0},
|
||||||
{ "_time_t","_wxPrintQuality",0},
|
{ "_time_t","_wxPrintQuality",0},
|
||||||
{ "_time_t","_unsigned_int",0},
|
{ "_time_t","_unsigned_int",0},
|
||||||
@@ -8277,15 +8311,19 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
{ "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0},
|
||||||
{ "_wxLogNull","_class_wxLogNull",0},
|
{ "_wxLogNull","_class_wxLogNull",0},
|
||||||
{ "_wxButton","_class_wxButton",0},
|
{ "_wxButton","_class_wxButton",0},
|
||||||
|
{ "_wxZipFSHandler","_class_wxZipFSHandler",0},
|
||||||
{ "_class_wxPyApp","_wxPyApp",0},
|
{ "_class_wxPyApp","_wxPyApp",0},
|
||||||
{ "_wxSize","_class_wxSize",0},
|
{ "_wxSize","_class_wxSize",0},
|
||||||
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
{ "_wxRegionIterator","_class_wxRegionIterator",0},
|
||||||
|
{ "_class_wxPrinterDC","_wxPrinterDC",0},
|
||||||
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
{ "_class_wxPyTextDataObject","_wxPyTextDataObject",0},
|
||||||
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
{ "_class_wxLogTextCtrl","_wxLogTextCtrl",0},
|
||||||
{ "_class_wxLogGui","_wxLogGui",0},
|
{ "_class_wxLogGui","_wxLogGui",0},
|
||||||
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
{ "_class_wxMDIParentFrame","_wxMDIParentFrame",0},
|
||||||
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
{ "_wxPyTreeItemData","_class_wxPyTreeItemData",0},
|
||||||
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
{ "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0},
|
||||||
|
{ "_class_wxTimeSpan","_wxTimeSpan",0},
|
||||||
|
{ "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0},
|
||||||
{ "_class_wxPyLineShape","_wxPyLineShape",0},
|
{ "_class_wxPyLineShape","_wxPyLineShape",0},
|
||||||
{ "_class_wxPaintDC","_wxPaintDC",0},
|
{ "_class_wxPaintDC","_wxPaintDC",0},
|
||||||
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
{ "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0},
|
||||||
@@ -8318,6 +8356,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
{ "_class_wxPageSetupDialog","_wxPageSetupDialog",0},
|
||||||
{ "_wxPalette","_class_wxPalette",0},
|
{ "_wxPalette","_class_wxPalette",0},
|
||||||
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
{ "_class_wxIdleEvent","_wxIdleEvent",0},
|
||||||
|
{ "_class_wxConfigBase","_wxConfigBase",0},
|
||||||
{ "_wxCoord","_int",0},
|
{ "_wxCoord","_int",0},
|
||||||
{ "_wxCoord","_signed_int",0},
|
{ "_wxCoord","_signed_int",0},
|
||||||
{ "_wxCoord","_unsigned_int",0},
|
{ "_wxCoord","_unsigned_int",0},
|
||||||
@@ -8333,10 +8372,13 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxTipProvider","_wxTipProvider",0},
|
{ "_class_wxTipProvider","_wxTipProvider",0},
|
||||||
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
{ "_class_wxMiniFrame","_wxMiniFrame",0},
|
||||||
{ "_wxFontDialog","_class_wxFontDialog",0},
|
{ "_wxFontDialog","_class_wxFontDialog",0},
|
||||||
|
{ "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0},
|
||||||
{ "_wxRegion","_class_wxRegion",0},
|
{ "_wxRegion","_class_wxRegion",0},
|
||||||
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
{ "_class_wxSplitterWindow","_wxSplitterWindow",0},
|
||||||
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
{ "_wxPreviewFrame","_class_wxPreviewFrame",0},
|
||||||
{ "_wxSizer","_class_wxSizer",0},
|
{ "_wxSizer","_class_wxSizer",0},
|
||||||
|
{ "_class_wxDateSpan","_wxDateSpan",0},
|
||||||
|
{ "_wxFileSystem","_class_wxFileSystem",0},
|
||||||
{ "_class_wxShowEvent","_wxShowEvent",0},
|
{ "_class_wxShowEvent","_wxShowEvent",0},
|
||||||
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
{ "_class_wxPyTipProvider","_wxPyTipProvider",0},
|
||||||
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
{ "_class_wxPCXHandler","_wxPCXHandler",0},
|
||||||
@@ -8361,6 +8403,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
{ "_class_wxMemoryDC","_wxMemoryDC",0},
|
||||||
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
{ "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0},
|
||||||
{ "_wxMenuBar","_class_wxMenuBar",0},
|
{ "_wxMenuBar","_class_wxMenuBar",0},
|
||||||
|
{ "_wxOutputStream","_class_wxOutputStream",0},
|
||||||
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
{ "_wxTreeEvent","_class_wxTreeEvent",0},
|
||||||
{ "_wxDirDialog","_class_wxDirDialog",0},
|
{ "_wxDirDialog","_class_wxDirDialog",0},
|
||||||
{ "_wxPyShapeEvtHandler","_class_wxPyTextShape",SwigwxPyTextShapeTowxPyShapeEvtHandler},
|
{ "_wxPyShapeEvtHandler","_class_wxPyTextShape",SwigwxPyTextShapeTowxPyShapeEvtHandler},
|
||||||
@@ -8385,6 +8428,7 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
{ "_class_wxScrolledWindow","_wxScrolledWindow",0},
|
||||||
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
{ "_wxListItemAttr","_class_wxListItemAttr",0},
|
||||||
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
{ "_class_wxTextEntryDialog","_wxTextEntryDialog",0},
|
||||||
|
{ "_class_wxConfig","_wxConfig",0},
|
||||||
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
{ "_wxKeyEvent","_class_wxKeyEvent",0},
|
||||||
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
{ "_wxMoveEvent","_class_wxMoveEvent",0},
|
||||||
{ "_wxOGLConstraint","_class_wxOGLConstraint",0},
|
{ "_wxOGLConstraint","_class_wxOGLConstraint",0},
|
||||||
@@ -8404,6 +8448,8 @@ static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = {
|
|||||||
{ "_wxWindow","_class_wxWindow",0},
|
{ "_wxWindow","_class_wxWindow",0},
|
||||||
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
{ "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0},
|
||||||
{ "_wxLogStderr","_class_wxLogStderr",0},
|
{ "_wxLogStderr","_class_wxLogStderr",0},
|
||||||
|
{ "_class_wxFileSystemHandler","_wxFileSystemHandler",0},
|
||||||
|
{ "_class_wxFileSystem","_wxFileSystem",0},
|
||||||
{ "_class_wxFrame","_wxFrame",0},
|
{ "_class_wxFrame","_wxFrame",0},
|
||||||
{0,0,0}};
|
{0,0,0}};
|
||||||
|
|
||||||
|
@@ -13,6 +13,8 @@ from clip_dnd import *
|
|||||||
|
|
||||||
from events import *
|
from events import *
|
||||||
|
|
||||||
|
from streams import *
|
||||||
|
|
||||||
from mdi import *
|
from mdi import *
|
||||||
|
|
||||||
from frames import *
|
from frames import *
|
||||||
@@ -35,6 +37,10 @@ from printfw import *
|
|||||||
|
|
||||||
from sizers import *
|
from sizers import *
|
||||||
|
|
||||||
|
from filesys import *
|
||||||
|
|
||||||
|
from utils import *
|
||||||
|
|
||||||
from oglbasic import *
|
from oglbasic import *
|
||||||
|
|
||||||
from oglshapes import *
|
from oglshapes import *
|
||||||
|
@@ -255,7 +255,7 @@ def run_swig(files, dir, gendir, package, USE_SWIG, force, swig_args, swig_deps=
|
|||||||
cpp_file = string.join(string.split(cpp_file, '\\'), '/')
|
cpp_file = string.join(string.split(cpp_file, '\\'), '/')
|
||||||
i_file = string.join(string.split(i_file, '\\'), '/')
|
i_file = string.join(string.split(i_file, '\\'), '/')
|
||||||
|
|
||||||
cmd = ['swig'] + swig_args + ['-c', '-o', cpp_file, i_file]
|
cmd = ['swig'] + swig_args + ['-I'+dir, '-c', '-o', cpp_file, i_file]
|
||||||
spawn(cmd, verbose=1)
|
spawn(cmd, verbose=1)
|
||||||
|
|
||||||
# copy the generated python file to the package directory
|
# copy the generated python file to the package directory
|
||||||
|
Reference in New Issue
Block a user