reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
54f9ee4509
commit
d55e5bfc69
@ -3,8 +3,8 @@
|
||||
|
||||
import _activex
|
||||
|
||||
import core
|
||||
wx = core
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@ -195,7 +195,7 @@ _activex.PropXArray_swigregister(PropXArrayPtr)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class ActiveXWindow(core.Window):
|
||||
class ActiveXWindow(_core.Window):
|
||||
"""
|
||||
ActiveXWindow derives from wxWindow and the constructor accepts a
|
||||
CLSID for the ActiveX Control that should be created. The
|
||||
@ -355,7 +355,7 @@ def RegisterActiveXEvent(*args, **kwargs):
|
||||
Creates a standard wx event ID for the given eventName.
|
||||
"""
|
||||
return _activex.RegisterActiveXEvent(*args, **kwargs)
|
||||
class ActiveXEvent(core.CommandEvent):
|
||||
class ActiveXEvent(_core.CommandEvent):
|
||||
"""
|
||||
An instance of ActiveXEvent is sent to the handler for all bound
|
||||
ActiveX events. Any event parameters from the ActiveX cntrol are
|
||||
|
@ -3,16 +3,16 @@
|
||||
|
||||
import _gizmos
|
||||
|
||||
import windows
|
||||
import core
|
||||
import controls
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
import _controls
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
wxEVT_DYNAMIC_SASH_SPLIT = _gizmos.wxEVT_DYNAMIC_SASH_SPLIT
|
||||
wxEVT_DYNAMIC_SASH_UNIFY = _gizmos.wxEVT_DYNAMIC_SASH_UNIFY
|
||||
DS_MANAGE_SCROLLBARS = _gizmos.DS_MANAGE_SCROLLBARS
|
||||
DS_DRAG_CORNER = _gizmos.DS_DRAG_CORNER
|
||||
class DynamicSashSplitEvent(core.CommandEvent):
|
||||
class DynamicSashSplitEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDynamicSashSplitEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -33,7 +33,7 @@ DynamicSashNameStr = cvar.DynamicSashNameStr
|
||||
EditableListBoxNameStr = cvar.EditableListBoxNameStr
|
||||
TreeListCtrlNameStr = cvar.TreeListCtrlNameStr
|
||||
|
||||
class DynamicSashUnifyEvent(core.CommandEvent):
|
||||
class DynamicSashUnifyEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDynamicSashUnifyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -50,7 +50,7 @@ class DynamicSashUnifyEventPtr(DynamicSashUnifyEvent):
|
||||
self.__class__ = DynamicSashUnifyEvent
|
||||
_gizmos.DynamicSashUnifyEvent_swigregister(DynamicSashUnifyEventPtr)
|
||||
|
||||
class DynamicSashWindow(core.Window):
|
||||
class DynamicSashWindow(_core.Window):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDynamicSashWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -101,7 +101,7 @@ EVT_DYNAMIC_SASH_UNIFY = wx.PyEventBinder( wxEVT_DYNAMIC_SASH_UNIFY, 1 )
|
||||
EL_ALLOW_NEW = _gizmos.EL_ALLOW_NEW
|
||||
EL_ALLOW_EDIT = _gizmos.EL_ALLOW_EDIT
|
||||
EL_ALLOW_DELETE = _gizmos.EL_ALLOW_DELETE
|
||||
class EditableListBox(windows.Panel):
|
||||
class EditableListBox(_windows.Panel):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxEditableListBox instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -156,7 +156,7 @@ class EditableListBoxPtr(EditableListBox):
|
||||
self.__class__ = EditableListBox
|
||||
_gizmos.EditableListBox_swigregister(EditableListBoxPtr)
|
||||
|
||||
class RemotelyScrolledTreeCtrl(controls.TreeCtrl):
|
||||
class RemotelyScrolledTreeCtrl(_controls.TreeCtrl):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxRemotelyScrolledTreeCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -202,7 +202,7 @@ class RemotelyScrolledTreeCtrlPtr(RemotelyScrolledTreeCtrl):
|
||||
self.__class__ = RemotelyScrolledTreeCtrl
|
||||
_gizmos.RemotelyScrolledTreeCtrl_swigregister(RemotelyScrolledTreeCtrlPtr)
|
||||
|
||||
class TreeCompanionWindow(core.Window):
|
||||
class TreeCompanionWindow(_core.Window):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyTreeCompanionWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -236,7 +236,7 @@ class TreeCompanionWindowPtr(TreeCompanionWindow):
|
||||
self.__class__ = TreeCompanionWindow
|
||||
_gizmos.TreeCompanionWindow_swigregister(TreeCompanionWindowPtr)
|
||||
|
||||
class ThinSplitterWindow(windows.SplitterWindow):
|
||||
class ThinSplitterWindow(_windows.SplitterWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxThinSplitterWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -258,7 +258,7 @@ class ThinSplitterWindowPtr(ThinSplitterWindow):
|
||||
self.__class__ = ThinSplitterWindow
|
||||
_gizmos.ThinSplitterWindow_swigregister(ThinSplitterWindowPtr)
|
||||
|
||||
class SplitterScrolledWindow(windows.ScrolledWindow):
|
||||
class SplitterScrolledWindow(_windows.ScrolledWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxSplitterScrolledWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -285,7 +285,7 @@ LED_ALIGN_RIGHT = _gizmos.LED_ALIGN_RIGHT
|
||||
LED_ALIGN_CENTER = _gizmos.LED_ALIGN_CENTER
|
||||
LED_ALIGN_MASK = _gizmos.LED_ALIGN_MASK
|
||||
LED_DRAW_FADED = _gizmos.LED_DRAW_FADED
|
||||
class LEDNumberCtrl(core.Control):
|
||||
class LEDNumberCtrl(_core.Control):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxLEDNumberCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -348,7 +348,7 @@ TL_ALIGN_LEFT = _gizmos.TL_ALIGN_LEFT
|
||||
TL_ALIGN_RIGHT = _gizmos.TL_ALIGN_RIGHT
|
||||
TL_ALIGN_CENTER = _gizmos.TL_ALIGN_CENTER
|
||||
TREE_HITTEST_ONITEMCOLUMN = _gizmos.TREE_HITTEST_ONITEMCOLUMN
|
||||
class TreeListColumnInfo(core.Object):
|
||||
class TreeListColumnInfo(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxTreeListColumnInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -408,7 +408,7 @@ class TreeListColumnInfoPtr(TreeListColumnInfo):
|
||||
self.__class__ = TreeListColumnInfo
|
||||
_gizmos.TreeListColumnInfo_swigregister(TreeListColumnInfoPtr)
|
||||
|
||||
class TreeListCtrl(core.Control):
|
||||
class TreeListCtrl(_core.Control):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyTreeListCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,16 +3,16 @@
|
||||
|
||||
import _gizmos
|
||||
|
||||
import windows
|
||||
import core
|
||||
import controls
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
import _controls
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
wxEVT_DYNAMIC_SASH_SPLIT = _gizmos.wxEVT_DYNAMIC_SASH_SPLIT
|
||||
wxEVT_DYNAMIC_SASH_UNIFY = _gizmos.wxEVT_DYNAMIC_SASH_UNIFY
|
||||
DS_MANAGE_SCROLLBARS = _gizmos.DS_MANAGE_SCROLLBARS
|
||||
DS_DRAG_CORNER = _gizmos.DS_DRAG_CORNER
|
||||
class DynamicSashSplitEvent(core.CommandEvent):
|
||||
class DynamicSashSplitEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDynamicSashSplitEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -33,7 +33,7 @@ DynamicSashNameStr = cvar.DynamicSashNameStr
|
||||
EditableListBoxNameStr = cvar.EditableListBoxNameStr
|
||||
TreeListCtrlNameStr = cvar.TreeListCtrlNameStr
|
||||
|
||||
class DynamicSashUnifyEvent(core.CommandEvent):
|
||||
class DynamicSashUnifyEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDynamicSashUnifyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -50,7 +50,7 @@ class DynamicSashUnifyEventPtr(DynamicSashUnifyEvent):
|
||||
self.__class__ = DynamicSashUnifyEvent
|
||||
_gizmos.DynamicSashUnifyEvent_swigregister(DynamicSashUnifyEventPtr)
|
||||
|
||||
class DynamicSashWindow(core.Window):
|
||||
class DynamicSashWindow(_core.Window):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDynamicSashWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -101,7 +101,7 @@ EVT_DYNAMIC_SASH_UNIFY = wx.PyEventBinder( wxEVT_DYNAMIC_SASH_UNIFY, 1 )
|
||||
EL_ALLOW_NEW = _gizmos.EL_ALLOW_NEW
|
||||
EL_ALLOW_EDIT = _gizmos.EL_ALLOW_EDIT
|
||||
EL_ALLOW_DELETE = _gizmos.EL_ALLOW_DELETE
|
||||
class EditableListBox(windows.Panel):
|
||||
class EditableListBox(_windows.Panel):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxEditableListBox instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -156,7 +156,7 @@ class EditableListBoxPtr(EditableListBox):
|
||||
self.__class__ = EditableListBox
|
||||
_gizmos.EditableListBox_swigregister(EditableListBoxPtr)
|
||||
|
||||
class RemotelyScrolledTreeCtrl(controls.TreeCtrl):
|
||||
class RemotelyScrolledTreeCtrl(_controls.TreeCtrl):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxRemotelyScrolledTreeCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -202,7 +202,7 @@ class RemotelyScrolledTreeCtrlPtr(RemotelyScrolledTreeCtrl):
|
||||
self.__class__ = RemotelyScrolledTreeCtrl
|
||||
_gizmos.RemotelyScrolledTreeCtrl_swigregister(RemotelyScrolledTreeCtrlPtr)
|
||||
|
||||
class TreeCompanionWindow(core.Window):
|
||||
class TreeCompanionWindow(_core.Window):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyTreeCompanionWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -236,7 +236,7 @@ class TreeCompanionWindowPtr(TreeCompanionWindow):
|
||||
self.__class__ = TreeCompanionWindow
|
||||
_gizmos.TreeCompanionWindow_swigregister(TreeCompanionWindowPtr)
|
||||
|
||||
class ThinSplitterWindow(windows.SplitterWindow):
|
||||
class ThinSplitterWindow(_windows.SplitterWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxThinSplitterWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -258,7 +258,7 @@ class ThinSplitterWindowPtr(ThinSplitterWindow):
|
||||
self.__class__ = ThinSplitterWindow
|
||||
_gizmos.ThinSplitterWindow_swigregister(ThinSplitterWindowPtr)
|
||||
|
||||
class SplitterScrolledWindow(windows.ScrolledWindow):
|
||||
class SplitterScrolledWindow(_windows.ScrolledWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxSplitterScrolledWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -285,7 +285,7 @@ LED_ALIGN_RIGHT = _gizmos.LED_ALIGN_RIGHT
|
||||
LED_ALIGN_CENTER = _gizmos.LED_ALIGN_CENTER
|
||||
LED_ALIGN_MASK = _gizmos.LED_ALIGN_MASK
|
||||
LED_DRAW_FADED = _gizmos.LED_DRAW_FADED
|
||||
class LEDNumberCtrl(core.Control):
|
||||
class LEDNumberCtrl(_core.Control):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxLEDNumberCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -348,7 +348,7 @@ TL_ALIGN_LEFT = _gizmos.TL_ALIGN_LEFT
|
||||
TL_ALIGN_RIGHT = _gizmos.TL_ALIGN_RIGHT
|
||||
TL_ALIGN_CENTER = _gizmos.TL_ALIGN_CENTER
|
||||
TREE_HITTEST_ONITEMCOLUMN = _gizmos.TREE_HITTEST_ONITEMCOLUMN
|
||||
class TreeListColumnInfo(core.Object):
|
||||
class TreeListColumnInfo(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxTreeListColumnInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -408,7 +408,7 @@ class TreeListColumnInfoPtr(TreeListColumnInfo):
|
||||
self.__class__ = TreeListColumnInfo
|
||||
_gizmos.TreeListColumnInfo_swigregister(TreeListColumnInfoPtr)
|
||||
|
||||
class TreeListCtrl(core.Control):
|
||||
class TreeListCtrl(_core.Control):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyTreeListCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,10 +3,10 @@
|
||||
|
||||
import _glcanvas
|
||||
|
||||
import core
|
||||
wx = core
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
class GLContext(core.Object):
|
||||
class GLContext(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGLContext instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -66,7 +66,7 @@ WX_GL_MIN_ACCUM_RED = _glcanvas.WX_GL_MIN_ACCUM_RED
|
||||
WX_GL_MIN_ACCUM_GREEN = _glcanvas.WX_GL_MIN_ACCUM_GREEN
|
||||
WX_GL_MIN_ACCUM_BLUE = _glcanvas.WX_GL_MIN_ACCUM_BLUE
|
||||
WX_GL_MIN_ACCUM_ALPHA = _glcanvas.WX_GL_MIN_ACCUM_ALPHA
|
||||
class GLCanvas(core.Window):
|
||||
class GLCanvas(_core.Window):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGLCanvas instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,10 +3,10 @@
|
||||
|
||||
import _glcanvas
|
||||
|
||||
import core
|
||||
wx = core
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
class GLContext(core.Object):
|
||||
class GLContext(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGLContext instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -66,7 +66,7 @@ WX_GL_MIN_ACCUM_RED = _glcanvas.WX_GL_MIN_ACCUM_RED
|
||||
WX_GL_MIN_ACCUM_GREEN = _glcanvas.WX_GL_MIN_ACCUM_GREEN
|
||||
WX_GL_MIN_ACCUM_BLUE = _glcanvas.WX_GL_MIN_ACCUM_BLUE
|
||||
WX_GL_MIN_ACCUM_ALPHA = _glcanvas.WX_GL_MIN_ACCUM_ALPHA
|
||||
class GLCanvas(core.Window):
|
||||
class GLCanvas(_core.Window):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGLCanvas instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,10 +3,10 @@
|
||||
|
||||
import _iewin
|
||||
|
||||
import core
|
||||
wx = core
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
class MSHTMLEvent(core.NotifyEvent):
|
||||
class MSHTMLEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxMSHTMLEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -52,7 +52,7 @@ IEHTML_REFRESH_NORMAL = _iewin.IEHTML_REFRESH_NORMAL
|
||||
IEHTML_REFRESH_IFEXPIRED = _iewin.IEHTML_REFRESH_IFEXPIRED
|
||||
IEHTML_REFRESH_CONTINUE = _iewin.IEHTML_REFRESH_CONTINUE
|
||||
IEHTML_REFRESH_COMPLETELY = _iewin.IEHTML_REFRESH_COMPLETELY
|
||||
class IEHtmlWin(core.Window):
|
||||
class IEHtmlWin(_core.Window):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxIEHtmlWin instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
import _ogl
|
||||
|
||||
import windows
|
||||
import core
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class ShapeRegion(core.Object):
|
||||
class ShapeRegion(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxShapeRegion instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -138,7 +138,7 @@ class ShapeRegionPtr(ShapeRegion):
|
||||
self.__class__ = ShapeRegion
|
||||
_ogl.ShapeRegion_swigregister(ShapeRegionPtr)
|
||||
|
||||
class AttachmentPoint(core.Object):
|
||||
class AttachmentPoint(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxAttachmentPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -158,7 +158,7 @@ class AttachmentPointPtr(AttachmentPoint):
|
||||
self.__class__ = AttachmentPoint
|
||||
_ogl.AttachmentPoint_swigregister(AttachmentPointPtr)
|
||||
|
||||
class PyShapeEvtHandler(core.Object):
|
||||
class PyShapeEvtHandler(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShapeEvtHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1066,7 +1066,7 @@ _ogl.PyShape_swigregister(PyShapePtr)
|
||||
|
||||
oglMETAFLAGS_OUTLINE = _ogl.oglMETAFLAGS_OUTLINE
|
||||
oglMETAFLAGS_ATTACHMENTS = _ogl.oglMETAFLAGS_ATTACHMENTS
|
||||
class PseudoMetaFile(core.Object):
|
||||
class PseudoMetaFile(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPseudoMetaFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2005,7 +2005,7 @@ class PyDrawnShapePtr(PyDrawnShape):
|
||||
self.__class__ = PyDrawnShape
|
||||
_ogl.PyDrawnShape_swigregister(PyDrawnShapePtr)
|
||||
|
||||
class OGLConstraint(core.Object):
|
||||
class OGLConstraint(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxOGLConstraint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2960,7 +2960,7 @@ class PyCircleShapePtr(PyCircleShape):
|
||||
self.__class__ = PyCircleShape
|
||||
_ogl.PyCircleShape_swigregister(PyCircleShapePtr)
|
||||
|
||||
class ArrowHead(core.Object):
|
||||
class ArrowHead(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxArrowHead instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -3737,7 +3737,7 @@ class PyTextShapePtr(PyTextShape):
|
||||
self.__class__ = PyTextShape
|
||||
_ogl.PyTextShape_swigregister(PyTextShapePtr)
|
||||
|
||||
class Diagram(core.Object):
|
||||
class Diagram(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDiagram instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -3850,7 +3850,7 @@ class DiagramPtr(Diagram):
|
||||
self.__class__ = Diagram
|
||||
_ogl.Diagram_swigregister(DiagramPtr)
|
||||
|
||||
class PyShapeCanvas(windows.ScrolledWindow):
|
||||
class PyShapeCanvas(_windows.ScrolledWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShapeCanvas instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,13 +3,13 @@
|
||||
|
||||
import _ogl
|
||||
|
||||
import windows
|
||||
import core
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class ShapeRegion(core.Object):
|
||||
class ShapeRegion(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxShapeRegion instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -138,7 +138,7 @@ class ShapeRegionPtr(ShapeRegion):
|
||||
self.__class__ = ShapeRegion
|
||||
_ogl.ShapeRegion_swigregister(ShapeRegionPtr)
|
||||
|
||||
class AttachmentPoint(core.Object):
|
||||
class AttachmentPoint(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxAttachmentPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -158,7 +158,7 @@ class AttachmentPointPtr(AttachmentPoint):
|
||||
self.__class__ = AttachmentPoint
|
||||
_ogl.AttachmentPoint_swigregister(AttachmentPointPtr)
|
||||
|
||||
class PyShapeEvtHandler(core.Object):
|
||||
class PyShapeEvtHandler(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShapeEvtHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1066,7 +1066,7 @@ _ogl.PyShape_swigregister(PyShapePtr)
|
||||
|
||||
oglMETAFLAGS_OUTLINE = _ogl.oglMETAFLAGS_OUTLINE
|
||||
oglMETAFLAGS_ATTACHMENTS = _ogl.oglMETAFLAGS_ATTACHMENTS
|
||||
class PseudoMetaFile(core.Object):
|
||||
class PseudoMetaFile(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPseudoMetaFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2005,7 +2005,7 @@ class PyDrawnShapePtr(PyDrawnShape):
|
||||
self.__class__ = PyDrawnShape
|
||||
_ogl.PyDrawnShape_swigregister(PyDrawnShapePtr)
|
||||
|
||||
class OGLConstraint(core.Object):
|
||||
class OGLConstraint(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxOGLConstraint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2960,7 +2960,7 @@ class PyCircleShapePtr(PyCircleShape):
|
||||
self.__class__ = PyCircleShape
|
||||
_ogl.PyCircleShape_swigregister(PyCircleShapePtr)
|
||||
|
||||
class ArrowHead(core.Object):
|
||||
class ArrowHead(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxArrowHead instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -3737,7 +3737,7 @@ class PyTextShapePtr(PyTextShape):
|
||||
self.__class__ = PyTextShape
|
||||
_ogl.PyTextShape_swigregister(PyTextShapePtr)
|
||||
|
||||
class Diagram(core.Object):
|
||||
class Diagram(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDiagram instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -3850,7 +3850,7 @@ class DiagramPtr(Diagram):
|
||||
self.__class__ = Diagram
|
||||
_ogl.Diagram_swigregister(DiagramPtr)
|
||||
|
||||
class PyShapeCanvas(windows.ScrolledWindow):
|
||||
class PyShapeCanvas(_windows.ScrolledWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShapeCanvas instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
import _stc
|
||||
|
||||
import core
|
||||
import misc
|
||||
wx = core
|
||||
import _core
|
||||
import _misc
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
STC_USE_DND = _stc.STC_USE_DND
|
||||
STC_USE_POPUP = _stc.STC_USE_POPUP
|
||||
@ -889,7 +889,7 @@ STC_CMD_WORDLEFTEND = _stc.STC_CMD_WORDLEFTEND
|
||||
STC_CMD_WORDLEFTENDEXTEND = _stc.STC_CMD_WORDLEFTENDEXTEND
|
||||
STC_CMD_WORDRIGHTEND = _stc.STC_CMD_WORDRIGHTEND
|
||||
STC_CMD_WORDRIGHTENDEXTEND = _stc.STC_CMD_WORDRIGHTENDEXTEND
|
||||
class StyledTextCtrl(core.Control):
|
||||
class StyledTextCtrl(_core.Control):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxStyledTextCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2627,7 +2627,7 @@ def PreStyledTextCtrl(*args, **kwargs):
|
||||
val.thisown = 1
|
||||
return val
|
||||
|
||||
class StyledTextEvent(core.CommandEvent):
|
||||
class StyledTextEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxStyledTextEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
import _stc
|
||||
|
||||
import core
|
||||
import misc
|
||||
wx = core
|
||||
import _core
|
||||
import _misc
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
STC_USE_DND = _stc.STC_USE_DND
|
||||
STC_USE_POPUP = _stc.STC_USE_POPUP
|
||||
@ -889,7 +889,7 @@ STC_CMD_WORDLEFTEND = _stc.STC_CMD_WORDLEFTEND
|
||||
STC_CMD_WORDLEFTENDEXTEND = _stc.STC_CMD_WORDLEFTENDEXTEND
|
||||
STC_CMD_WORDRIGHTEND = _stc.STC_CMD_WORDRIGHTEND
|
||||
STC_CMD_WORDRIGHTENDEXTEND = _stc.STC_CMD_WORDRIGHTENDEXTEND
|
||||
class StyledTextCtrl(core.Control):
|
||||
class StyledTextCtrl(_core.Control):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxStyledTextCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2627,7 +2627,7 @@ def PreStyledTextCtrl(*args, **kwargs):
|
||||
val.thisown = 1
|
||||
return val
|
||||
|
||||
class StyledTextEvent(core.CommandEvent):
|
||||
class StyledTextEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxStyledTextEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
import _xrc
|
||||
|
||||
import core
|
||||
wx = core
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@ -14,7 +14,7 @@ WX_XMLRES_CURRENT_VERSION_RELEASE = _xrc.WX_XMLRES_CURRENT_VERSION_RELEASE
|
||||
WX_XMLRES_CURRENT_VERSION_REVISION = _xrc.WX_XMLRES_CURRENT_VERSION_REVISION
|
||||
XRC_USE_LOCALE = _xrc.XRC_USE_LOCALE
|
||||
XRC_NO_SUBCLASSING = _xrc.XRC_NO_SUBCLASSING
|
||||
class XmlResource(core.Object):
|
||||
class XmlResource(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxXmlResource instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -401,7 +401,7 @@ def XmlNodeEasy(*args, **kwargs):
|
||||
val.thisown = 1
|
||||
return val
|
||||
|
||||
class XmlDocument(core.Object):
|
||||
class XmlDocument(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxXmlDocument instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -482,7 +482,7 @@ def EmptyXmlDocument(*args, **kwargs):
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class XmlResourceHandler(core.Object):
|
||||
class XmlResourceHandler(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyXmlResourceHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
import _xrc
|
||||
|
||||
import core
|
||||
wx = core
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@ -14,7 +14,7 @@ WX_XMLRES_CURRENT_VERSION_RELEASE = _xrc.WX_XMLRES_CURRENT_VERSION_RELEASE
|
||||
WX_XMLRES_CURRENT_VERSION_REVISION = _xrc.WX_XMLRES_CURRENT_VERSION_REVISION
|
||||
XRC_USE_LOCALE = _xrc.XRC_USE_LOCALE
|
||||
XRC_NO_SUBCLASSING = _xrc.XRC_NO_SUBCLASSING
|
||||
class XmlResource(core.Object):
|
||||
class XmlResource(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxXmlResource instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -401,7 +401,7 @@ def XmlNodeEasy(*args, **kwargs):
|
||||
val.thisown = 1
|
||||
return val
|
||||
|
||||
class XmlDocument(core.Object):
|
||||
class XmlDocument(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxXmlDocument instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -482,7 +482,7 @@ def EmptyXmlDocument(*args, **kwargs):
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class XmlResourceHandler(core.Object):
|
||||
class XmlResourceHandler(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyXmlResourceHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
5254
wxPython/src/mac/_controls.py
Normal file
5254
wxPython/src/mac/_controls.py
Normal file
File diff suppressed because it is too large
Load Diff
32269
wxPython/src/mac/_controls_wrap.cpp
Normal file
32269
wxPython/src/mac/_controls_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
9702
wxPython/src/mac/_core.py
Normal file
9702
wxPython/src/mac/_core.py
Normal file
File diff suppressed because it is too large
Load Diff
43049
wxPython/src/mac/_core_wrap.cpp
Normal file
43049
wxPython/src/mac/_core_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
3831
wxPython/src/mac/_gdi.py
Normal file
3831
wxPython/src/mac/_gdi.py
Normal file
File diff suppressed because it is too large
Load Diff
19835
wxPython/src/mac/_gdi_wrap.cpp
Normal file
19835
wxPython/src/mac/_gdi_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
5281
wxPython/src/mac/_misc.py
Normal file
5281
wxPython/src/mac/_misc.py
Normal file
File diff suppressed because it is too large
Load Diff
30028
wxPython/src/mac/_misc_wrap.cpp
Normal file
30028
wxPython/src/mac/_misc_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
4499
wxPython/src/mac/_windows.py
Normal file
4499
wxPython/src/mac/_windows.py
Normal file
File diff suppressed because it is too large
Load Diff
26095
wxPython/src/mac/_windows_wrap.cpp
Normal file
26095
wxPython/src/mac/_windows_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
@ -3,9 +3,9 @@
|
||||
|
||||
import _calendar
|
||||
|
||||
import misc
|
||||
import core
|
||||
wx = core
|
||||
import _misc
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
CAL_SUNDAY_FIRST = _calendar.CAL_SUNDAY_FIRST
|
||||
CAL_MONDAY_FIRST = _calendar.CAL_MONDAY_FIRST
|
||||
@ -118,7 +118,7 @@ class CalendarDateAttrPtr(CalendarDateAttr):
|
||||
self.__class__ = CalendarDateAttr
|
||||
_calendar.CalendarDateAttr_swigregister(CalendarDateAttrPtr)
|
||||
|
||||
class CalendarEvent(core.CommandEvent):
|
||||
class CalendarEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxCalendarEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -164,7 +164,7 @@ EVT_CALENDAR_MONTH = wx.PyEventBinder( wxEVT_CALENDAR_MONTH_CHANGED, 1
|
||||
EVT_CALENDAR_YEAR = wx.PyEventBinder( wxEVT_CALENDAR_YEAR_CHANGED, 1)
|
||||
EVT_CALENDAR_WEEKDAY_CLICKED = wx.PyEventBinder( wxEVT_CALENDAR_WEEKDAY_CLICKED, 1)
|
||||
|
||||
class CalendarCtrl(core.Control):
|
||||
class CalendarCtrl(_core.Control):
|
||||
"""The calendar control allows the user to pick a date interactively."""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxCalendarCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
import _grid
|
||||
|
||||
import windows
|
||||
import core
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
GRID_VALUE_STRING = _grid.GRID_VALUE_STRING
|
||||
GRID_VALUE_BOOL = _grid.GRID_VALUE_BOOL
|
||||
@ -802,7 +802,7 @@ class PyGridCellAttrProviderPtr(PyGridCellAttrProvider):
|
||||
self.__class__ = PyGridCellAttrProvider
|
||||
_grid.PyGridCellAttrProvider_swigregister(PyGridCellAttrProviderPtr)
|
||||
|
||||
class GridTableBase(core.Object):
|
||||
class GridTableBase(_core.Object):
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridTableBase instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@ -1207,7 +1207,7 @@ class GridCellCoordsPtr(GridCellCoords):
|
||||
self.__class__ = GridCellCoords
|
||||
_grid.GridCellCoords_swigregister(GridCellCoordsPtr)
|
||||
|
||||
class Grid(windows.ScrolledWindow):
|
||||
class Grid(_windows.ScrolledWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGrid instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1991,7 +1991,7 @@ class GridPtr(Grid):
|
||||
self.__class__ = Grid
|
||||
_grid.Grid_swigregister(GridPtr)
|
||||
|
||||
class GridEvent(core.NotifyEvent):
|
||||
class GridEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2045,7 +2045,7 @@ class GridEventPtr(GridEvent):
|
||||
self.__class__ = GridEvent
|
||||
_grid.GridEvent_swigregister(GridEventPtr)
|
||||
|
||||
class GridSizeEvent(core.NotifyEvent):
|
||||
class GridSizeEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridSizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2090,7 +2090,7 @@ class GridSizeEventPtr(GridSizeEvent):
|
||||
self.__class__ = GridSizeEvent
|
||||
_grid.GridSizeEvent_swigregister(GridSizeEventPtr)
|
||||
|
||||
class GridRangeSelectEvent(core.NotifyEvent):
|
||||
class GridRangeSelectEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridRangeSelectEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2156,7 +2156,7 @@ class GridRangeSelectEventPtr(GridRangeSelectEvent):
|
||||
self.__class__ = GridRangeSelectEvent
|
||||
_grid.GridRangeSelectEvent_swigregister(GridRangeSelectEventPtr)
|
||||
|
||||
class GridEditorCreatedEvent(core.CommandEvent):
|
||||
class GridEditorCreatedEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridEditorCreatedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
import _html
|
||||
|
||||
import windows
|
||||
import core
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@ -45,7 +45,7 @@ HTML_REDIRECT = _html.HTML_REDIRECT
|
||||
HTML_URL_PAGE = _html.HTML_URL_PAGE
|
||||
HTML_URL_IMAGE = _html.HTML_URL_IMAGE
|
||||
HTML_URL_OTHER = _html.HTML_URL_OTHER
|
||||
class HtmlLinkInfo(core.Object):
|
||||
class HtmlLinkInfo(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlLinkInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -90,7 +90,7 @@ HtmlWindowNameStr = cvar.HtmlWindowNameStr
|
||||
HtmlPrintoutTitleStr = cvar.HtmlPrintoutTitleStr
|
||||
HtmlPrintingTitleStr = cvar.HtmlPrintingTitleStr
|
||||
|
||||
class HtmlTag(core.Object):
|
||||
class HtmlTag(_core.Object):
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlTag instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@ -134,7 +134,7 @@ class HtmlTagPtr(HtmlTag):
|
||||
self.__class__ = HtmlTag
|
||||
_html.HtmlTag_swigregister(HtmlTagPtr)
|
||||
|
||||
class HtmlParser(core.Object):
|
||||
class HtmlParser(_core.Object):
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlParser instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@ -323,7 +323,7 @@ class HtmlWinParserPtr(HtmlWinParser):
|
||||
self.__class__ = HtmlWinParser
|
||||
_html.HtmlWinParser_swigregister(HtmlWinParserPtr)
|
||||
|
||||
class HtmlTagHandler(core.Object):
|
||||
class HtmlTagHandler(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyHtmlTagHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -608,7 +608,7 @@ _html.HtmlRenderingInfo_swigregister(HtmlRenderingInfoPtr)
|
||||
HTML_FIND_EXACT = _html.HTML_FIND_EXACT
|
||||
HTML_FIND_NEAREST_BEFORE = _html.HTML_FIND_NEAREST_BEFORE
|
||||
HTML_FIND_NEAREST_AFTER = _html.HTML_FIND_NEAREST_AFTER
|
||||
class HtmlCell(core.Object):
|
||||
class HtmlCell(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -908,7 +908,7 @@ _html.HtmlWidgetCell_swigregister(HtmlWidgetCellPtr)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlFilter(core.Object):
|
||||
class HtmlFilter(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyHtmlFilter instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -933,7 +933,7 @@ _html.HtmlFilter_swigregister(HtmlFilterPtr)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlWindow(windows.ScrolledWindow):
|
||||
class HtmlWindow(_windows.ScrolledWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyHtmlWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1109,7 +1109,7 @@ def HtmlWindow_AddFilter(*args, **kwargs):
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlDCRenderer(core.Object):
|
||||
class HtmlDCRenderer(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlDCRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1162,7 +1162,7 @@ _html.HtmlDCRenderer_swigregister(HtmlDCRendererPtr)
|
||||
PAGE_ODD = _html.PAGE_ODD
|
||||
PAGE_EVEN = _html.PAGE_EVEN
|
||||
PAGE_ALL = _html.PAGE_ALL
|
||||
class HtmlPrintout(windows.Printout):
|
||||
class HtmlPrintout(_windows.Printout):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlPrintout instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1224,7 +1224,7 @@ def HtmlPrintout_CleanUpStatics(*args, **kwargs):
|
||||
"""HtmlPrintout_CleanUpStatics()"""
|
||||
return _html.HtmlPrintout_CleanUpStatics(*args, **kwargs)
|
||||
|
||||
class HtmlEasyPrinting(core.Object):
|
||||
class HtmlEasyPrinting(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlEasyPrinting instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1481,7 +1481,7 @@ class HtmlHelpDataPtr(HtmlHelpData):
|
||||
self.__class__ = HtmlHelpData
|
||||
_html.HtmlHelpData_swigregister(HtmlHelpDataPtr)
|
||||
|
||||
class HtmlHelpFrame(windows.Frame):
|
||||
class HtmlHelpFrame(_windows.Frame):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlHelpFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1552,7 +1552,7 @@ HF_BOOKMARKS = _html.HF_BOOKMARKS
|
||||
HF_OPENFILES = _html.HF_OPENFILES
|
||||
HF_PRINT = _html.HF_PRINT
|
||||
HF_DEFAULTSTYLE = _html.HF_DEFAULTSTYLE
|
||||
class HtmlHelpController(core.EvtHandler):
|
||||
class HtmlHelpController(_core.EvtHandler):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlHelpController instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
import _wizard
|
||||
|
||||
import windows
|
||||
import core
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
wx = _core
|
||||
WIZARD_EX_HELPBUTTON = _wizard.WIZARD_EX_HELPBUTTON
|
||||
wxEVT_WIZARD_PAGE_CHANGED = _wizard.wxEVT_WIZARD_PAGE_CHANGED
|
||||
wxEVT_WIZARD_PAGE_CHANGING = _wizard.wxEVT_WIZARD_PAGE_CHANGING
|
||||
@ -18,7 +18,7 @@ EVT_WIZARD_CANCEL = wx.PyEventBinder( wxEVT_WIZARD_CANCEL, 1)
|
||||
EVT_WIZARD_HELP = wx.PyEventBinder( wxEVT_WIZARD_HELP, 1)
|
||||
EVT_WIZARD_FINISHED = wx.PyEventBinder( wxEVT_WIZARD_FINISHED, 1)
|
||||
|
||||
class WizardEvent(core.NotifyEvent):
|
||||
class WizardEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxWizardEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -46,7 +46,7 @@ class WizardEventPtr(WizardEvent):
|
||||
self.__class__ = WizardEvent
|
||||
_wizard.WizardEvent_swigregister(WizardEventPtr)
|
||||
|
||||
class WizardPage(windows.Panel):
|
||||
class WizardPage(_windows.Panel):
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxWizardPage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@ -231,7 +231,7 @@ def WizardPageSimple_Chain(*args, **kwargs):
|
||||
"""WizardPageSimple_Chain(WizardPageSimple first, WizardPageSimple second)"""
|
||||
return _wizard.WizardPageSimple_Chain(*args, **kwargs)
|
||||
|
||||
class Wizard(windows.Dialog):
|
||||
class Wizard(_windows.Dialog):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxWizard instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
5306
wxPython/src/msw/_controls.py
Normal file
5306
wxPython/src/msw/_controls.py
Normal file
File diff suppressed because it is too large
Load Diff
32725
wxPython/src/msw/_controls_wrap.cpp
Normal file
32725
wxPython/src/msw/_controls_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
9771
wxPython/src/msw/_core.py
Normal file
9771
wxPython/src/msw/_core.py
Normal file
File diff suppressed because it is too large
Load Diff
43565
wxPython/src/msw/_core_wrap.cpp
Normal file
43565
wxPython/src/msw/_core_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
3927
wxPython/src/msw/_gdi.py
Normal file
3927
wxPython/src/msw/_gdi.py
Normal file
File diff suppressed because it is too large
Load Diff
20514
wxPython/src/msw/_gdi_wrap.cpp
Normal file
20514
wxPython/src/msw/_gdi_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
5281
wxPython/src/msw/_misc.py
Normal file
5281
wxPython/src/msw/_misc.py
Normal file
File diff suppressed because it is too large
Load Diff
30019
wxPython/src/msw/_misc_wrap.cpp
Normal file
30019
wxPython/src/msw/_misc_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
4552
wxPython/src/msw/_windows.py
Normal file
4552
wxPython/src/msw/_windows.py
Normal file
File diff suppressed because it is too large
Load Diff
26476
wxPython/src/msw/_windows_wrap.cpp
Normal file
26476
wxPython/src/msw/_windows_wrap.cpp
Normal file
File diff suppressed because one or more lines are too long
@ -3,9 +3,9 @@
|
||||
|
||||
import _calendar
|
||||
|
||||
import misc
|
||||
import core
|
||||
wx = core
|
||||
import _misc
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
CAL_SUNDAY_FIRST = _calendar.CAL_SUNDAY_FIRST
|
||||
CAL_MONDAY_FIRST = _calendar.CAL_MONDAY_FIRST
|
||||
@ -118,7 +118,7 @@ class CalendarDateAttrPtr(CalendarDateAttr):
|
||||
self.__class__ = CalendarDateAttr
|
||||
_calendar.CalendarDateAttr_swigregister(CalendarDateAttrPtr)
|
||||
|
||||
class CalendarEvent(core.CommandEvent):
|
||||
class CalendarEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxCalendarEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -164,7 +164,7 @@ EVT_CALENDAR_MONTH = wx.PyEventBinder( wxEVT_CALENDAR_MONTH_CHANGED, 1
|
||||
EVT_CALENDAR_YEAR = wx.PyEventBinder( wxEVT_CALENDAR_YEAR_CHANGED, 1)
|
||||
EVT_CALENDAR_WEEKDAY_CLICKED = wx.PyEventBinder( wxEVT_CALENDAR_WEEKDAY_CLICKED, 1)
|
||||
|
||||
class CalendarCtrl(core.Control):
|
||||
class CalendarCtrl(_core.Control):
|
||||
"""The calendar control allows the user to pick a date interactively."""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxCalendarCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
import _grid
|
||||
|
||||
import windows
|
||||
import core
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
GRID_VALUE_STRING = _grid.GRID_VALUE_STRING
|
||||
GRID_VALUE_BOOL = _grid.GRID_VALUE_BOOL
|
||||
@ -802,7 +802,7 @@ class PyGridCellAttrProviderPtr(PyGridCellAttrProvider):
|
||||
self.__class__ = PyGridCellAttrProvider
|
||||
_grid.PyGridCellAttrProvider_swigregister(PyGridCellAttrProviderPtr)
|
||||
|
||||
class GridTableBase(core.Object):
|
||||
class GridTableBase(_core.Object):
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridTableBase instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@ -1207,7 +1207,7 @@ class GridCellCoordsPtr(GridCellCoords):
|
||||
self.__class__ = GridCellCoords
|
||||
_grid.GridCellCoords_swigregister(GridCellCoordsPtr)
|
||||
|
||||
class Grid(windows.ScrolledWindow):
|
||||
class Grid(_windows.ScrolledWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGrid instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1991,7 +1991,7 @@ class GridPtr(Grid):
|
||||
self.__class__ = Grid
|
||||
_grid.Grid_swigregister(GridPtr)
|
||||
|
||||
class GridEvent(core.NotifyEvent):
|
||||
class GridEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2045,7 +2045,7 @@ class GridEventPtr(GridEvent):
|
||||
self.__class__ = GridEvent
|
||||
_grid.GridEvent_swigregister(GridEventPtr)
|
||||
|
||||
class GridSizeEvent(core.NotifyEvent):
|
||||
class GridSizeEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridSizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2090,7 +2090,7 @@ class GridSizeEventPtr(GridSizeEvent):
|
||||
self.__class__ = GridSizeEvent
|
||||
_grid.GridSizeEvent_swigregister(GridSizeEventPtr)
|
||||
|
||||
class GridRangeSelectEvent(core.NotifyEvent):
|
||||
class GridRangeSelectEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridRangeSelectEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -2156,7 +2156,7 @@ class GridRangeSelectEventPtr(GridRangeSelectEvent):
|
||||
self.__class__ = GridRangeSelectEvent
|
||||
_grid.GridRangeSelectEvent_swigregister(GridRangeSelectEventPtr)
|
||||
|
||||
class GridEditorCreatedEvent(core.CommandEvent):
|
||||
class GridEditorCreatedEvent(_core.CommandEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridEditorCreatedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
import _html
|
||||
|
||||
import windows
|
||||
import core
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
wx = _core
|
||||
__docfilter__ = wx.__docfilter__
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@ -45,7 +45,7 @@ HTML_REDIRECT = _html.HTML_REDIRECT
|
||||
HTML_URL_PAGE = _html.HTML_URL_PAGE
|
||||
HTML_URL_IMAGE = _html.HTML_URL_IMAGE
|
||||
HTML_URL_OTHER = _html.HTML_URL_OTHER
|
||||
class HtmlLinkInfo(core.Object):
|
||||
class HtmlLinkInfo(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlLinkInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -90,7 +90,7 @@ HtmlWindowNameStr = cvar.HtmlWindowNameStr
|
||||
HtmlPrintoutTitleStr = cvar.HtmlPrintoutTitleStr
|
||||
HtmlPrintingTitleStr = cvar.HtmlPrintingTitleStr
|
||||
|
||||
class HtmlTag(core.Object):
|
||||
class HtmlTag(_core.Object):
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlTag instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@ -134,7 +134,7 @@ class HtmlTagPtr(HtmlTag):
|
||||
self.__class__ = HtmlTag
|
||||
_html.HtmlTag_swigregister(HtmlTagPtr)
|
||||
|
||||
class HtmlParser(core.Object):
|
||||
class HtmlParser(_core.Object):
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlParser instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@ -323,7 +323,7 @@ class HtmlWinParserPtr(HtmlWinParser):
|
||||
self.__class__ = HtmlWinParser
|
||||
_html.HtmlWinParser_swigregister(HtmlWinParserPtr)
|
||||
|
||||
class HtmlTagHandler(core.Object):
|
||||
class HtmlTagHandler(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyHtmlTagHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -608,7 +608,7 @@ _html.HtmlRenderingInfo_swigregister(HtmlRenderingInfoPtr)
|
||||
HTML_FIND_EXACT = _html.HTML_FIND_EXACT
|
||||
HTML_FIND_NEAREST_BEFORE = _html.HTML_FIND_NEAREST_BEFORE
|
||||
HTML_FIND_NEAREST_AFTER = _html.HTML_FIND_NEAREST_AFTER
|
||||
class HtmlCell(core.Object):
|
||||
class HtmlCell(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -908,7 +908,7 @@ _html.HtmlWidgetCell_swigregister(HtmlWidgetCellPtr)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlFilter(core.Object):
|
||||
class HtmlFilter(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyHtmlFilter instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -933,7 +933,7 @@ _html.HtmlFilter_swigregister(HtmlFilterPtr)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlWindow(windows.ScrolledWindow):
|
||||
class HtmlWindow(_windows.ScrolledWindow):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyHtmlWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1109,7 +1109,7 @@ def HtmlWindow_AddFilter(*args, **kwargs):
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlDCRenderer(core.Object):
|
||||
class HtmlDCRenderer(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlDCRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1162,7 +1162,7 @@ _html.HtmlDCRenderer_swigregister(HtmlDCRendererPtr)
|
||||
PAGE_ODD = _html.PAGE_ODD
|
||||
PAGE_EVEN = _html.PAGE_EVEN
|
||||
PAGE_ALL = _html.PAGE_ALL
|
||||
class HtmlPrintout(windows.Printout):
|
||||
class HtmlPrintout(_windows.Printout):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlPrintout instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1224,7 +1224,7 @@ def HtmlPrintout_CleanUpStatics(*args, **kwargs):
|
||||
"""HtmlPrintout_CleanUpStatics()"""
|
||||
return _html.HtmlPrintout_CleanUpStatics(*args, **kwargs)
|
||||
|
||||
class HtmlEasyPrinting(core.Object):
|
||||
class HtmlEasyPrinting(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlEasyPrinting instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1481,7 +1481,7 @@ class HtmlHelpDataPtr(HtmlHelpData):
|
||||
self.__class__ = HtmlHelpData
|
||||
_html.HtmlHelpData_swigregister(HtmlHelpDataPtr)
|
||||
|
||||
class HtmlHelpFrame(windows.Frame):
|
||||
class HtmlHelpFrame(_windows.Frame):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlHelpFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -1552,7 +1552,7 @@ HF_BOOKMARKS = _html.HF_BOOKMARKS
|
||||
HF_OPENFILES = _html.HF_OPENFILES
|
||||
HF_PRINT = _html.HF_PRINT
|
||||
HF_DEFAULTSTYLE = _html.HF_DEFAULTSTYLE
|
||||
class HtmlHelpController(core.EvtHandler):
|
||||
class HtmlHelpController(_core.EvtHandler):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlHelpController instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
import _wizard
|
||||
|
||||
import windows
|
||||
import core
|
||||
wx = core
|
||||
import _windows
|
||||
import _core
|
||||
wx = _core
|
||||
WIZARD_EX_HELPBUTTON = _wizard.WIZARD_EX_HELPBUTTON
|
||||
wxEVT_WIZARD_PAGE_CHANGED = _wizard.wxEVT_WIZARD_PAGE_CHANGED
|
||||
wxEVT_WIZARD_PAGE_CHANGING = _wizard.wxEVT_WIZARD_PAGE_CHANGING
|
||||
@ -18,7 +18,7 @@ EVT_WIZARD_CANCEL = wx.PyEventBinder( wxEVT_WIZARD_CANCEL, 1)
|
||||
EVT_WIZARD_HELP = wx.PyEventBinder( wxEVT_WIZARD_HELP, 1)
|
||||
EVT_WIZARD_FINISHED = wx.PyEventBinder( wxEVT_WIZARD_FINISHED, 1)
|
||||
|
||||
class WizardEvent(core.NotifyEvent):
|
||||
class WizardEvent(_core.NotifyEvent):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxWizardEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@ -46,7 +46,7 @@ class WizardEventPtr(WizardEvent):
|
||||
self.__class__ = WizardEvent
|
||||
_wizard.WizardEvent_swigregister(WizardEventPtr)
|
||||
|
||||
class WizardPage(windows.Panel):
|
||||
class WizardPage(_windows.Panel):
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxWizardPage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@ -231,7 +231,7 @@ def WizardPageSimple_Chain(*args, **kwargs):
|
||||
"""WizardPageSimple_Chain(WizardPageSimple first, WizardPageSimple second)"""
|
||||
return _wizard.WizardPageSimple_Chain(*args, **kwargs)
|
||||
|
||||
class Wizard(windows.Dialog):
|
||||
class Wizard(_windows.Dialog):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxWizard instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user