reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
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):
|
||||
|
Reference in New Issue
Block a user