mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-22 06:05:36 +08:00
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,7 +12,6 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
@@ -30,7 +29,6 @@ class DynamicSashSplitEventPtr(DynamicSashSplitEvent):
|
||||
_gizmos.DynamicSashSplitEvent_swigregister(DynamicSashSplitEventPtr)
|
||||
|
||||
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):
|
||||
@@ -48,13 +46,14 @@ class DynamicSashUnifyEventPtr(DynamicSashUnifyEvent):
|
||||
_gizmos.DynamicSashUnifyEvent_swigregister(DynamicSashUnifyEventPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER,
|
||||
wxString name=wxPyDynamicSashNameStr) -> DynamicSashWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER,
|
||||
wxString name=wxPyDynamicSashNameStr) -> DynamicSashWindow
|
||||
"""
|
||||
newobj = _gizmos.new_DynamicSashWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -62,9 +61,11 @@ class DynamicSashWindow(core.Window):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER,
|
||||
wxString name=wxPyDynamicSashNameStr) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER,
|
||||
wxString name=wxPyDynamicSashNameStr) -> bool
|
||||
"""
|
||||
return _gizmos.DynamicSashWindow_Create(*args, **kwargs)
|
||||
|
||||
def GetHScrollBar(*args, **kwargs):
|
||||
@@ -96,13 +97,14 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
"""__init__(Window parent, int id, wxString label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxEL_ALLOW_NEW|wxEL_ALLOW_EDIT|wxEL_ALLOW_DELETE,
|
||||
wxString name=wxPyEditableListBoxNameStr) -> EditableListBox"""
|
||||
"""
|
||||
__init__(Window parent, int id, wxString label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxEL_ALLOW_NEW|wxEL_ALLOW_EDIT|wxEL_ALLOW_DELETE,
|
||||
wxString name=wxPyEditableListBoxNameStr) -> EditableListBox
|
||||
"""
|
||||
newobj = _gizmos.new_EditableListBox(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -150,12 +152,13 @@ class EditableListBoxPtr(EditableListBox):
|
||||
_gizmos.EditableListBox_swigregister(EditableListBoxPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=TR_HAS_BUTTONS) -> RemotelyScrolledTreeCtrl"""
|
||||
"""
|
||||
__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=TR_HAS_BUTTONS) -> RemotelyScrolledTreeCtrl
|
||||
"""
|
||||
newobj = _gizmos.new_RemotelyScrolledTreeCtrl(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -195,12 +198,13 @@ class RemotelyScrolledTreeCtrlPtr(RemotelyScrolledTreeCtrl):
|
||||
_gizmos.RemotelyScrolledTreeCtrl_swigregister(RemotelyScrolledTreeCtrlPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0) -> TreeCompanionWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0) -> TreeCompanionWindow
|
||||
"""
|
||||
newobj = _gizmos.new_TreeCompanionWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -228,12 +232,13 @@ class TreeCompanionWindowPtr(TreeCompanionWindow):
|
||||
_gizmos.TreeCompanionWindow_swigregister(TreeCompanionWindowPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxSP_3D|wxCLIP_CHILDREN) -> ThinSplitterWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxSP_3D|wxCLIP_CHILDREN) -> ThinSplitterWindow
|
||||
"""
|
||||
newobj = _gizmos.new_ThinSplitterWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -249,12 +254,13 @@ class ThinSplitterWindowPtr(ThinSplitterWindow):
|
||||
_gizmos.ThinSplitterWindow_swigregister(ThinSplitterWindowPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0) -> SplitterScrolledWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0) -> SplitterScrolledWindow
|
||||
"""
|
||||
newobj = _gizmos.new_SplitterScrolledWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -275,12 +281,13 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> LEDNumberCtrl"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> LEDNumberCtrl
|
||||
"""
|
||||
newobj = _gizmos.new_LEDNumberCtrl(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -288,8 +295,10 @@ class LEDNumberCtrl(core.Control):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> bool
|
||||
"""
|
||||
return _gizmos.LEDNumberCtrl_Create(*args, **kwargs)
|
||||
|
||||
def GetAlignment(*args, **kwargs):
|
||||
@@ -335,12 +344,13 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
"""__init__(wxString text=wxPyEmptyString, int image=-1, size_t width=100,
|
||||
wxTreeListColumnAlign alignment=TL_ALIGN_LEFT) -> TreeListColumnInfo"""
|
||||
"""
|
||||
__init__(wxString text=wxPyEmptyString, int image=-1, size_t width=100,
|
||||
wxTreeListColumnAlign alignment=TL_ALIGN_LEFT) -> TreeListColumnInfo
|
||||
"""
|
||||
newobj = _gizmos.new_TreeListColumnInfo(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -394,14 +404,15 @@ class TreeListColumnInfoPtr(TreeListColumnInfo):
|
||||
_gizmos.TreeListColumnInfo_swigregister(TreeListColumnInfoPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=TR_DEFAULT_STYLE,
|
||||
Validator validator=DefaultValidator,
|
||||
wxString name=wxPyTreeListCtrlNameStr) -> TreeListCtrl"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=TR_DEFAULT_STYLE,
|
||||
Validator validator=DefaultValidator,
|
||||
wxString name=wxPyTreeListCtrlNameStr) -> TreeListCtrl
|
||||
"""
|
||||
newobj = _gizmos.new_TreeListCtrl(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -409,10 +420,12 @@ class TreeListCtrl(core.Control):
|
||||
self._setOORInfo(self);self._setCallbackInfo(self, TreeListCtrl)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=TR_DEFAULT_STYLE,
|
||||
Validator validator=DefaultValidator,
|
||||
wxString name=wxPyTreeListCtrlNameStr) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=TR_DEFAULT_STYLE,
|
||||
Validator validator=DefaultValidator,
|
||||
wxString name=wxPyTreeListCtrlNameStr) -> bool
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_Create(*args, **kwargs)
|
||||
|
||||
def _setCallbackInfo(*args, **kwargs):
|
||||
@@ -706,28 +719,38 @@ class TreeListCtrl(core.Control):
|
||||
return _gizmos.TreeListCtrl_GetNext(*args, **kwargs)
|
||||
|
||||
def AddRoot(*args, **kwargs):
|
||||
"""AddRoot(wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
AddRoot(wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_AddRoot(*args, **kwargs)
|
||||
|
||||
def PrependItem(*args, **kwargs):
|
||||
"""PrependItem(TreeItemId parent, wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
PrependItem(TreeItemId parent, wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_PrependItem(*args, **kwargs)
|
||||
|
||||
def InsertItem(*args, **kwargs):
|
||||
"""InsertItem(TreeItemId parent, TreeItemId idPrevious, wxString text,
|
||||
int image=-1, int selectedImage=-1, TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
InsertItem(TreeItemId parent, TreeItemId idPrevious, wxString text,
|
||||
int image=-1, int selectedImage=-1, TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_InsertItem(*args, **kwargs)
|
||||
|
||||
def InsertItemBefore(*args, **kwargs):
|
||||
"""InsertItemBefore(TreeItemId parent, size_t index, wxString text, int image=-1,
|
||||
int selectedImage=-1, TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
InsertItemBefore(TreeItemId parent, size_t index, wxString text, int image=-1,
|
||||
int selectedImage=-1, TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_InsertItemBefore(*args, **kwargs)
|
||||
|
||||
def AppendItem(*args, **kwargs):
|
||||
"""AppendItem(TreeItemId parent, wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
AppendItem(TreeItemId parent, wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_AppendItem(*args, **kwargs)
|
||||
|
||||
def Delete(*args, **kwargs):
|
||||
|
||||
@@ -6734,12 +6734,12 @@ static void *_p_wxSplashScreenWindowTo_p_wxObject(void *x) {
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
static void *_p_wxDynamicSashWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxDynamicSashWindow *) x));
|
||||
}
|
||||
|
||||
@@ -12,7 +12,6 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
@@ -30,7 +29,6 @@ class DynamicSashSplitEventPtr(DynamicSashSplitEvent):
|
||||
_gizmos.DynamicSashSplitEvent_swigregister(DynamicSashSplitEventPtr)
|
||||
|
||||
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):
|
||||
@@ -48,13 +46,14 @@ class DynamicSashUnifyEventPtr(DynamicSashUnifyEvent):
|
||||
_gizmos.DynamicSashUnifyEvent_swigregister(DynamicSashUnifyEventPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER,
|
||||
wxString name=wxPyDynamicSashNameStr) -> DynamicSashWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER,
|
||||
wxString name=wxPyDynamicSashNameStr) -> DynamicSashWindow
|
||||
"""
|
||||
newobj = _gizmos.new_DynamicSashWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -62,9 +61,11 @@ class DynamicSashWindow(core.Window):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER,
|
||||
wxString name=wxPyDynamicSashNameStr) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCLIP_CHILDREN|wxDS_MANAGE_SCROLLBARS|wxDS_DRAG_CORNER,
|
||||
wxString name=wxPyDynamicSashNameStr) -> bool
|
||||
"""
|
||||
return _gizmos.DynamicSashWindow_Create(*args, **kwargs)
|
||||
|
||||
def GetHScrollBar(*args, **kwargs):
|
||||
@@ -96,13 +97,14 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
"""__init__(Window parent, int id, wxString label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxEL_ALLOW_NEW|wxEL_ALLOW_EDIT|wxEL_ALLOW_DELETE,
|
||||
wxString name=wxPyEditableListBoxNameStr) -> EditableListBox"""
|
||||
"""
|
||||
__init__(Window parent, int id, wxString label, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxEL_ALLOW_NEW|wxEL_ALLOW_EDIT|wxEL_ALLOW_DELETE,
|
||||
wxString name=wxPyEditableListBoxNameStr) -> EditableListBox
|
||||
"""
|
||||
newobj = _gizmos.new_EditableListBox(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -150,12 +152,13 @@ class EditableListBoxPtr(EditableListBox):
|
||||
_gizmos.EditableListBox_swigregister(EditableListBoxPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=TR_HAS_BUTTONS) -> RemotelyScrolledTreeCtrl"""
|
||||
"""
|
||||
__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=TR_HAS_BUTTONS) -> RemotelyScrolledTreeCtrl
|
||||
"""
|
||||
newobj = _gizmos.new_RemotelyScrolledTreeCtrl(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -195,12 +198,13 @@ class RemotelyScrolledTreeCtrlPtr(RemotelyScrolledTreeCtrl):
|
||||
_gizmos.RemotelyScrolledTreeCtrl_swigregister(RemotelyScrolledTreeCtrlPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0) -> TreeCompanionWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0) -> TreeCompanionWindow
|
||||
"""
|
||||
newobj = _gizmos.new_TreeCompanionWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -228,12 +232,13 @@ class TreeCompanionWindowPtr(TreeCompanionWindow):
|
||||
_gizmos.TreeCompanionWindow_swigregister(TreeCompanionWindowPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxSP_3D|wxCLIP_CHILDREN) -> ThinSplitterWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxSP_3D|wxCLIP_CHILDREN) -> ThinSplitterWindow
|
||||
"""
|
||||
newobj = _gizmos.new_ThinSplitterWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -249,12 +254,13 @@ class ThinSplitterWindowPtr(ThinSplitterWindow):
|
||||
_gizmos.ThinSplitterWindow_swigregister(ThinSplitterWindowPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0) -> SplitterScrolledWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0) -> SplitterScrolledWindow
|
||||
"""
|
||||
newobj = _gizmos.new_SplitterScrolledWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -275,12 +281,13 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> LEDNumberCtrl"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> LEDNumberCtrl
|
||||
"""
|
||||
newobj = _gizmos.new_LEDNumberCtrl(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -288,8 +295,10 @@ class LEDNumberCtrl(core.Control):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=wxLED_ALIGN_LEFT|wxLED_DRAW_FADED) -> bool
|
||||
"""
|
||||
return _gizmos.LEDNumberCtrl_Create(*args, **kwargs)
|
||||
|
||||
def GetAlignment(*args, **kwargs):
|
||||
@@ -335,12 +344,13 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
"""__init__(wxString text=wxPyEmptyString, int image=-1, size_t width=100,
|
||||
wxTreeListColumnAlign alignment=TL_ALIGN_LEFT) -> TreeListColumnInfo"""
|
||||
"""
|
||||
__init__(wxString text=wxPyEmptyString, int image=-1, size_t width=100,
|
||||
wxTreeListColumnAlign alignment=TL_ALIGN_LEFT) -> TreeListColumnInfo
|
||||
"""
|
||||
newobj = _gizmos.new_TreeListColumnInfo(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -394,14 +404,15 @@ class TreeListColumnInfoPtr(TreeListColumnInfo):
|
||||
_gizmos.TreeListColumnInfo_swigregister(TreeListColumnInfoPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=TR_DEFAULT_STYLE,
|
||||
Validator validator=DefaultValidator,
|
||||
wxString name=wxPyTreeListCtrlNameStr) -> TreeListCtrl"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=TR_DEFAULT_STYLE,
|
||||
Validator validator=DefaultValidator,
|
||||
wxString name=wxPyTreeListCtrlNameStr) -> TreeListCtrl
|
||||
"""
|
||||
newobj = _gizmos.new_TreeListCtrl(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -409,10 +420,12 @@ class TreeListCtrl(core.Control):
|
||||
self._setOORInfo(self);self._setCallbackInfo(self, TreeListCtrl)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=TR_DEFAULT_STYLE,
|
||||
Validator validator=DefaultValidator,
|
||||
wxString name=wxPyTreeListCtrlNameStr) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=TR_DEFAULT_STYLE,
|
||||
Validator validator=DefaultValidator,
|
||||
wxString name=wxPyTreeListCtrlNameStr) -> bool
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_Create(*args, **kwargs)
|
||||
|
||||
def _setCallbackInfo(*args, **kwargs):
|
||||
@@ -706,28 +719,38 @@ class TreeListCtrl(core.Control):
|
||||
return _gizmos.TreeListCtrl_GetNext(*args, **kwargs)
|
||||
|
||||
def AddRoot(*args, **kwargs):
|
||||
"""AddRoot(wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
AddRoot(wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_AddRoot(*args, **kwargs)
|
||||
|
||||
def PrependItem(*args, **kwargs):
|
||||
"""PrependItem(TreeItemId parent, wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
PrependItem(TreeItemId parent, wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_PrependItem(*args, **kwargs)
|
||||
|
||||
def InsertItem(*args, **kwargs):
|
||||
"""InsertItem(TreeItemId parent, TreeItemId idPrevious, wxString text,
|
||||
int image=-1, int selectedImage=-1, TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
InsertItem(TreeItemId parent, TreeItemId idPrevious, wxString text,
|
||||
int image=-1, int selectedImage=-1, TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_InsertItem(*args, **kwargs)
|
||||
|
||||
def InsertItemBefore(*args, **kwargs):
|
||||
"""InsertItemBefore(TreeItemId parent, size_t index, wxString text, int image=-1,
|
||||
int selectedImage=-1, TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
InsertItemBefore(TreeItemId parent, size_t index, wxString text, int image=-1,
|
||||
int selectedImage=-1, TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_InsertItemBefore(*args, **kwargs)
|
||||
|
||||
def AppendItem(*args, **kwargs):
|
||||
"""AppendItem(TreeItemId parent, wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId"""
|
||||
"""
|
||||
AppendItem(TreeItemId parent, wxString text, int image=-1, int selectedImage=-1,
|
||||
TreeItemData data=None) -> TreeItemId
|
||||
"""
|
||||
return _gizmos.TreeListCtrl_AppendItem(*args, **kwargs)
|
||||
|
||||
def Delete(*args, **kwargs):
|
||||
|
||||
@@ -6734,12 +6734,12 @@ static void *_p_wxSplashScreenWindowTo_p_wxObject(void *x) {
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
static void *_p_wxDynamicSashWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxDynamicSashWindow *) x));
|
||||
}
|
||||
|
||||
@@ -6,12 +6,13 @@ import _glcanvas
|
||||
import core
|
||||
wx = core
|
||||
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):
|
||||
"""__init__(bool isRGB, GLCanvas win, wxPalette palette=wxNullPalette,
|
||||
GLContext other=None) -> GLContext"""
|
||||
"""
|
||||
__init__(bool isRGB, GLCanvas win, wxPalette palette=wxNullPalette,
|
||||
GLContext other=None) -> GLContext
|
||||
"""
|
||||
newobj = _glcanvas.new_GLContext(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -63,14 +64,15 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, wxString name=wxPyGLCanvasNameStr,
|
||||
int attribList=None,
|
||||
wxPalette palette=wxNullPalette) -> GLCanvas"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, wxString name=wxPyGLCanvasNameStr,
|
||||
int attribList=None,
|
||||
wxPalette palette=wxNullPalette) -> GLCanvas
|
||||
"""
|
||||
newobj = _glcanvas.new_GLCanvas(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -102,10 +104,12 @@ class GLCanvasPtr(GLCanvas):
|
||||
_glcanvas.GLCanvas_swigregister(GLCanvasPtr)
|
||||
|
||||
def wxGLCanvasWithContext(*args, **kwargs):
|
||||
"""wxGLCanvasWithContext(Window parent, GLContext shared=None, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize,
|
||||
long style=0, wxString name=wxPyGLCanvasNameStr,
|
||||
int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas"""
|
||||
"""
|
||||
wxGLCanvasWithContext(Window parent, GLContext shared=None, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize,
|
||||
long style=0, wxString name=wxPyGLCanvasNameStr,
|
||||
int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas
|
||||
"""
|
||||
val = _glcanvas.new_wxGLCanvasWithContext(*args, **kwargs)
|
||||
val.thisown = 1
|
||||
val._setOORInfo(val)
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -6,12 +6,13 @@ import _glcanvas
|
||||
import core
|
||||
wx = core
|
||||
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):
|
||||
"""__init__(bool isRGB, GLCanvas win, wxPalette palette=wxNullPalette,
|
||||
GLContext other=None) -> GLContext"""
|
||||
"""
|
||||
__init__(bool isRGB, GLCanvas win, wxPalette palette=wxNullPalette,
|
||||
GLContext other=None) -> GLContext
|
||||
"""
|
||||
newobj = _glcanvas.new_GLContext(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -63,14 +64,15 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, wxString name=wxPyGLCanvasNameStr,
|
||||
int attribList=None,
|
||||
wxPalette palette=wxNullPalette) -> GLCanvas"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=0, wxString name=wxPyGLCanvasNameStr,
|
||||
int attribList=None,
|
||||
wxPalette palette=wxNullPalette) -> GLCanvas
|
||||
"""
|
||||
newobj = _glcanvas.new_GLCanvas(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -118,10 +120,12 @@ class GLCanvasPtr(GLCanvas):
|
||||
_glcanvas.GLCanvas_swigregister(GLCanvasPtr)
|
||||
|
||||
def wxGLCanvasWithContext(*args, **kwargs):
|
||||
"""wxGLCanvasWithContext(Window parent, GLContext shared=None, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize,
|
||||
long style=0, wxString name=wxPyGLCanvasNameStr,
|
||||
int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas"""
|
||||
"""
|
||||
wxGLCanvasWithContext(Window parent, GLContext shared=None, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize,
|
||||
long style=0, wxString name=wxPyGLCanvasNameStr,
|
||||
int attribList=None, wxPalette palette=wxNullPalette) -> GLCanvas
|
||||
"""
|
||||
val = _glcanvas.new_wxGLCanvasWithContext(*args, **kwargs)
|
||||
val.thisown = 1
|
||||
val._setOORInfo(val)
|
||||
|
||||
File diff suppressed because one or more lines are too long
+329
-187
File diff suppressed because it is too large
Load Diff
@@ -5305,7 +5305,7 @@ static PyObject *_wrap_PyShape_GetRegionId(PyObject *self, PyObject *args, PyObj
|
||||
static PyObject *_wrap_PyShape_NameRegions(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||
PyObject *resultobj;
|
||||
wxPyShape *arg1 = (wxPyShape *) 0 ;
|
||||
wxString const &arg2_defvalue = "" ;
|
||||
wxString const &arg2_defvalue = wxPyEmptyString ;
|
||||
wxString *arg2 = (wxString *) &arg2_defvalue ;
|
||||
bool temp2 = False ;
|
||||
PyObject * obj0 = 0 ;
|
||||
@@ -27155,9 +27155,6 @@ static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
|
||||
static void *_p_wxKeyEventTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
@@ -27167,6 +27164,9 @@ static void *_p_wxMenuTo_p_wxObject(void *x) {
|
||||
static void *_p_wxMenuBarTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
|
||||
+328
-186
File diff suppressed because it is too large
Load Diff
@@ -27155,9 +27155,6 @@ static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
|
||||
static void *_p_wxKeyEventTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
@@ -27167,6 +27164,9 @@ static void *_p_wxMenuTo_p_wxObject(void *x) {
|
||||
static void *_p_wxMenuBarTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
|
||||
@@ -23,13 +23,14 @@ CAL_BORDER_NONE = _calendar.CAL_BORDER_NONE
|
||||
CAL_BORDER_SQUARE = _calendar.CAL_BORDER_SQUARE
|
||||
CAL_BORDER_ROUND = _calendar.CAL_BORDER_ROUND
|
||||
class CalendarDateAttr(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxCalendarDateAttr instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(wxColour colText, wxColour colBack=wxNullColour, wxColour colBorder=wxNullColour,
|
||||
wxFont font=wxNullFont,
|
||||
wxCalendarDateBorder border=CAL_BORDER_NONE) -> CalendarDateAttr"""
|
||||
"""
|
||||
__init__(wxColour colText, wxColour colBack=wxNullColour, wxColour colBorder=wxNullColour,
|
||||
wxFont font=wxNullFont,
|
||||
wxCalendarDateBorder border=CAL_BORDER_NONE) -> CalendarDateAttr
|
||||
"""
|
||||
newobj = _calendar.new_CalendarDateAttr(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -117,7 +118,6 @@ def CalendarDateAttrBorder(*args, **kwargs):
|
||||
return val
|
||||
|
||||
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):
|
||||
@@ -156,14 +156,15 @@ 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):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxCalendarCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(Window parent, int id, DateTime date=wxDefaultDateTime,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS,
|
||||
wxString name=wxPyCalendarNameStr) -> CalendarCtrl"""
|
||||
"""
|
||||
__init__(Window parent, int id, DateTime date=wxDefaultDateTime,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS,
|
||||
wxString name=wxPyCalendarNameStr) -> CalendarCtrl
|
||||
"""
|
||||
newobj = _calendar.new_CalendarCtrl(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -171,10 +172,12 @@ class CalendarCtrl(core.Control):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id, DateTime date=wxDefaultDateTime,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS,
|
||||
wxString name=wxPyCalendarNameStr) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id, DateTime date=wxDefaultDateTime,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS,
|
||||
wxString name=wxPyCalendarNameStr) -> bool
|
||||
"""
|
||||
return _calendar.CalendarCtrl_Create(*args, **kwargs)
|
||||
|
||||
def SetDate(*args, **kwargs):
|
||||
|
||||
File diff suppressed because one or more lines are too long
+487
-321
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+788
-474
File diff suppressed because it is too large
Load Diff
+397
-15
File diff suppressed because one or more lines are too long
+239
-120
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+42
-55
@@ -16,7 +16,6 @@ GRID_VALUE_LONG = _grid.GRID_VALUE_LONG
|
||||
GRID_VALUE_CHOICEINT = _grid.GRID_VALUE_CHOICEINT
|
||||
GRID_VALUE_DATETIME = _grid.GRID_VALUE_DATETIME
|
||||
class GridCellRenderer(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -37,8 +36,10 @@ class GridCellRenderer(object):
|
||||
return _grid.GridCellRenderer_DecRef(*args, **kwargs)
|
||||
|
||||
def Draw(*args, **kwargs):
|
||||
"""Draw(Grid grid, GridCellAttr attr, wxDC dc, Rect rect, int row,
|
||||
int col, bool isSelected)"""
|
||||
"""
|
||||
Draw(Grid grid, GridCellAttr attr, wxDC dc, Rect rect, int row,
|
||||
int col, bool isSelected)
|
||||
"""
|
||||
return _grid.GridCellRenderer_Draw(*args, **kwargs)
|
||||
|
||||
def GetBestSize(*args, **kwargs):
|
||||
@@ -61,7 +62,6 @@ GridNoCellCoords = cvar.GridNoCellCoords
|
||||
GridNoCellRect = cvar.GridNoCellRect
|
||||
|
||||
class PyGridCellRenderer(GridCellRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyGridCellRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -89,7 +89,6 @@ class PyGridCellRendererPtr(PyGridCellRenderer):
|
||||
_grid.PyGridCellRenderer_swigregister(PyGridCellRendererPtr)
|
||||
|
||||
class GridCellStringRenderer(GridCellRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellStringRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -109,7 +108,6 @@ class GridCellStringRendererPtr(GridCellStringRenderer):
|
||||
_grid.GridCellStringRenderer_swigregister(GridCellStringRendererPtr)
|
||||
|
||||
class GridCellNumberRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellNumberRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -129,7 +127,6 @@ class GridCellNumberRendererPtr(GridCellNumberRenderer):
|
||||
_grid.GridCellNumberRenderer_swigregister(GridCellNumberRendererPtr)
|
||||
|
||||
class GridCellFloatRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellFloatRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -165,7 +162,6 @@ class GridCellFloatRendererPtr(GridCellFloatRenderer):
|
||||
_grid.GridCellFloatRenderer_swigregister(GridCellFloatRendererPtr)
|
||||
|
||||
class GridCellBoolRenderer(GridCellRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellBoolRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -185,7 +181,6 @@ class GridCellBoolRendererPtr(GridCellBoolRenderer):
|
||||
_grid.GridCellBoolRenderer_swigregister(GridCellBoolRendererPtr)
|
||||
|
||||
class GridCellDateTimeRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellDateTimeRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -205,7 +200,6 @@ class GridCellDateTimeRendererPtr(GridCellDateTimeRenderer):
|
||||
_grid.GridCellDateTimeRenderer_swigregister(GridCellDateTimeRendererPtr)
|
||||
|
||||
class GridCellEnumRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellEnumRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -225,7 +219,6 @@ class GridCellEnumRendererPtr(GridCellEnumRenderer):
|
||||
_grid.GridCellEnumRenderer_swigregister(GridCellEnumRendererPtr)
|
||||
|
||||
class GridCellAutoWrapStringRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellAutoWrapStringRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -245,7 +238,6 @@ class GridCellAutoWrapStringRendererPtr(GridCellAutoWrapStringRenderer):
|
||||
_grid.GridCellAutoWrapStringRenderer_swigregister(GridCellAutoWrapStringRendererPtr)
|
||||
|
||||
class GridCellEditor(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -346,7 +338,6 @@ class GridCellEditorPtr(GridCellEditor):
|
||||
_grid.GridCellEditor_swigregister(GridCellEditorPtr)
|
||||
|
||||
class PyGridCellEditor(GridCellEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyGridCellEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -406,7 +397,6 @@ class PyGridCellEditorPtr(PyGridCellEditor):
|
||||
_grid.PyGridCellEditor_swigregister(PyGridCellEditorPtr)
|
||||
|
||||
class GridCellTextEditor(GridCellEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellTextEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -430,7 +420,6 @@ class GridCellTextEditorPtr(GridCellTextEditor):
|
||||
_grid.GridCellTextEditor_swigregister(GridCellTextEditorPtr)
|
||||
|
||||
class GridCellNumberEditor(GridCellTextEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellNumberEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -454,7 +443,6 @@ class GridCellNumberEditorPtr(GridCellNumberEditor):
|
||||
_grid.GridCellNumberEditor_swigregister(GridCellNumberEditorPtr)
|
||||
|
||||
class GridCellFloatEditor(GridCellTextEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellFloatEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -478,7 +466,6 @@ class GridCellFloatEditorPtr(GridCellFloatEditor):
|
||||
_grid.GridCellFloatEditor_swigregister(GridCellFloatEditorPtr)
|
||||
|
||||
class GridCellBoolEditor(GridCellEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellBoolEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -502,7 +489,6 @@ class GridCellBoolEditorPtr(GridCellBoolEditor):
|
||||
_grid.GridCellBoolEditor_swigregister(GridCellBoolEditorPtr)
|
||||
|
||||
class GridCellChoiceEditor(GridCellEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellChoiceEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -526,7 +512,6 @@ class GridCellChoiceEditorPtr(GridCellChoiceEditor):
|
||||
_grid.GridCellChoiceEditor_swigregister(GridCellChoiceEditorPtr)
|
||||
|
||||
class GridCellEnumEditor(GridCellChoiceEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellEnumEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -550,7 +535,6 @@ class GridCellEnumEditorPtr(GridCellEnumEditor):
|
||||
_grid.GridCellEnumEditor_swigregister(GridCellEnumEditorPtr)
|
||||
|
||||
class GridCellAutoWrapStringEditor(GridCellTextEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellAutoWrapStringEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -574,7 +558,6 @@ class GridCellAutoWrapStringEditorPtr(GridCellAutoWrapStringEditor):
|
||||
_grid.GridCellAutoWrapStringEditor_swigregister(GridCellAutoWrapStringEditorPtr)
|
||||
|
||||
class GridCellAttr(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellAttr instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
Any = _grid.GridCellAttr_Any
|
||||
@@ -732,7 +715,6 @@ class GridCellAttrPtr(GridCellAttr):
|
||||
_grid.GridCellAttr_swigregister(GridCellAttrPtr)
|
||||
|
||||
class GridCellAttrProvider(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellAttrProvider instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -780,7 +762,6 @@ class GridCellAttrProviderPtr(GridCellAttrProvider):
|
||||
_grid.GridCellAttrProvider_swigregister(GridCellAttrProviderPtr)
|
||||
|
||||
class PyGridCellAttrProvider(GridCellAttrProvider):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyGridCellAttrProvider instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -820,7 +801,6 @@ class PyGridCellAttrProviderPtr(PyGridCellAttrProvider):
|
||||
_grid.PyGridCellAttrProvider_swigregister(PyGridCellAttrProviderPtr)
|
||||
|
||||
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,)
|
||||
@@ -973,7 +953,6 @@ class GridTableBasePtr(GridTableBase):
|
||||
_grid.GridTableBase_swigregister(GridTableBasePtr)
|
||||
|
||||
class PyGridTableBase(GridTableBase):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyGridTableBase instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -989,9 +968,11 @@ class PyGridTableBase(GridTableBase):
|
||||
return _grid.PyGridTableBase__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
def Destroy(*args, **kwargs):
|
||||
"""Destroy()
|
||||
"""
|
||||
Destroy()
|
||||
|
||||
Deletes the C++ object this Python object is a proxy for."""
|
||||
Deletes the C++ object this Python object is a proxy for.
|
||||
"""
|
||||
return _grid.PyGridTableBase_Destroy(*args, **kwargs)
|
||||
|
||||
def base_GetTypeName(*args, **kwargs):
|
||||
@@ -1079,7 +1060,6 @@ class PyGridTableBasePtr(PyGridTableBase):
|
||||
_grid.PyGridTableBase_swigregister(PyGridTableBasePtr)
|
||||
|
||||
class GridStringTable(GridTableBase):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridStringTable instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1107,7 +1087,6 @@ GRIDTABLE_NOTIFY_COLS_INSERTED = _grid.GRIDTABLE_NOTIFY_COLS_INSERTED
|
||||
GRIDTABLE_NOTIFY_COLS_APPENDED = _grid.GRIDTABLE_NOTIFY_COLS_APPENDED
|
||||
GRIDTABLE_NOTIFY_COLS_DELETED = _grid.GRIDTABLE_NOTIFY_COLS_DELETED
|
||||
class GridTableMessage(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridTableMessage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1163,7 +1142,6 @@ class GridTableMessagePtr(GridTableMessage):
|
||||
_grid.GridTableMessage_swigregister(GridTableMessagePtr)
|
||||
|
||||
class GridCellCoords(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellCoords instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1228,13 +1206,14 @@ class GridCellCoordsPtr(GridCellCoords):
|
||||
_grid.GridCellCoords_swigregister(GridCellCoordsPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=WANTS_CHARS,
|
||||
wxString name=PanelNameStr) -> Grid"""
|
||||
"""
|
||||
__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=WANTS_CHARS,
|
||||
wxString name=PanelNameStr) -> Grid
|
||||
"""
|
||||
newobj = _grid.new_Grid(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -1309,8 +1288,10 @@ class Grid(windows.ScrolledWindow):
|
||||
return _grid.Grid_DrawCellHighlight(*args, **kwargs)
|
||||
|
||||
def DrawTextRectangle(*args, **kwargs):
|
||||
"""DrawTextRectangle(wxDC dc, wxString ??, Rect ??, int horizontalAlignment=LEFT,
|
||||
int verticalAlignment=TOP, int textOrientation=HORIZONTAL)"""
|
||||
"""
|
||||
DrawTextRectangle(wxDC dc, wxString ??, Rect ??, int horizontalAlignment=LEFT,
|
||||
int verticalAlignment=TOP, int textOrientation=HORIZONTAL)
|
||||
"""
|
||||
return _grid.Grid_DrawTextRectangle(*args, **kwargs)
|
||||
|
||||
def GetTextBoxSize(*args, **kwargs):
|
||||
@@ -1886,8 +1867,10 @@ class Grid(windows.ScrolledWindow):
|
||||
return _grid.Grid_SelectCol(*args, **kwargs)
|
||||
|
||||
def SelectBlock(*args, **kwargs):
|
||||
"""SelectBlock(int topRow, int leftCol, int bottomRow, int rightCol,
|
||||
bool addToSelected=False)"""
|
||||
"""
|
||||
SelectBlock(int topRow, int leftCol, int bottomRow, int rightCol,
|
||||
bool addToSelected=False)
|
||||
"""
|
||||
return _grid.Grid_SelectBlock(*args, **kwargs)
|
||||
|
||||
def SelectAll(*args, **kwargs):
|
||||
@@ -2007,14 +1990,15 @@ class GridPtr(Grid):
|
||||
_grid.Grid_swigregister(GridPtr)
|
||||
|
||||
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):
|
||||
"""__init__(int id, wxEventType type, Grid obj, int row=-1, int col=-1,
|
||||
int x=-1, int y=-1, bool sel=True, bool control=False,
|
||||
bool shift=False, bool alt=False,
|
||||
bool meta=False) -> GridEvent"""
|
||||
"""
|
||||
__init__(int id, wxEventType type, Grid obj, int row=-1, int col=-1,
|
||||
int x=-1, int y=-1, bool sel=True, bool control=False,
|
||||
bool shift=False, bool alt=False,
|
||||
bool meta=False) -> GridEvent
|
||||
"""
|
||||
newobj = _grid.new_GridEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -2060,13 +2044,14 @@ class GridEventPtr(GridEvent):
|
||||
_grid.GridEvent_swigregister(GridEventPtr)
|
||||
|
||||
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):
|
||||
"""__init__(int id, wxEventType type, Grid obj, int rowOrCol=-1,
|
||||
int x=-1, int y=-1, bool control=False, bool shift=False,
|
||||
bool alt=False, bool meta=False) -> GridSizeEvent"""
|
||||
"""
|
||||
__init__(int id, wxEventType type, Grid obj, int rowOrCol=-1,
|
||||
int x=-1, int y=-1, bool control=False, bool shift=False,
|
||||
bool alt=False, bool meta=False) -> GridSizeEvent
|
||||
"""
|
||||
newobj = _grid.new_GridSizeEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -2104,14 +2089,15 @@ class GridSizeEventPtr(GridSizeEvent):
|
||||
_grid.GridSizeEvent_swigregister(GridSizeEventPtr)
|
||||
|
||||
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):
|
||||
"""__init__(int id, wxEventType type, Grid obj, GridCellCoords topLeft,
|
||||
GridCellCoords bottomRight, bool sel=True,
|
||||
bool control=False, bool shift=False,
|
||||
bool alt=False, bool meta=False) -> GridRangeSelectEvent"""
|
||||
"""
|
||||
__init__(int id, wxEventType type, Grid obj, GridCellCoords topLeft,
|
||||
GridCellCoords bottomRight, bool sel=True,
|
||||
bool control=False, bool shift=False,
|
||||
bool alt=False, bool meta=False) -> GridRangeSelectEvent
|
||||
"""
|
||||
newobj = _grid.new_GridRangeSelectEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -2169,12 +2155,13 @@ class GridRangeSelectEventPtr(GridRangeSelectEvent):
|
||||
_grid.GridRangeSelectEvent_swigregister(GridRangeSelectEventPtr)
|
||||
|
||||
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):
|
||||
"""__init__(int id, wxEventType type, Object obj, int row, int col,
|
||||
Control ctrl) -> GridEditorCreatedEvent"""
|
||||
"""
|
||||
__init__(int id, wxEventType type, Object obj, int row, int col,
|
||||
Control ctrl) -> GridEditorCreatedEvent
|
||||
"""
|
||||
newobj = _grid.new_GridEditorCreatedEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
|
||||
@@ -14784,9 +14784,6 @@ static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
|
||||
static void *_p_wxKeyEventTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
@@ -14796,6 +14793,9 @@ static void *_p_wxMenuTo_p_wxObject(void *x) {
|
||||
static void *_p_wxMenuBarTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
|
||||
+26
-42
@@ -45,7 +45,6 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
@@ -87,7 +86,6 @@ class HtmlLinkInfoPtr(HtmlLinkInfo):
|
||||
_html.HtmlLinkInfo_swigregister(HtmlLinkInfoPtr)
|
||||
|
||||
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,)
|
||||
@@ -132,7 +130,6 @@ class HtmlTagPtr(HtmlTag):
|
||||
_html.HtmlTag_swigregister(HtmlTagPtr)
|
||||
|
||||
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,)
|
||||
@@ -189,7 +186,6 @@ class HtmlParserPtr(HtmlParser):
|
||||
_html.HtmlParser_swigregister(HtmlParserPtr)
|
||||
|
||||
class HtmlWinParser(HtmlParser):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlWinParser instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -323,7 +319,6 @@ class HtmlWinParserPtr(HtmlWinParser):
|
||||
_html.HtmlWinParser_swigregister(HtmlWinParserPtr)
|
||||
|
||||
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):
|
||||
@@ -359,7 +354,6 @@ class HtmlTagHandlerPtr(HtmlTagHandler):
|
||||
_html.HtmlTagHandler_swigregister(HtmlTagHandlerPtr)
|
||||
|
||||
class HtmlWinTagHandler(HtmlTagHandler):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyHtmlWinTagHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -401,7 +395,6 @@ def HtmlWinParser_AddTagHandler(*args, **kwargs):
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlSelection(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlSelection instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -476,7 +469,6 @@ HTML_SEL_OUT = _html.HTML_SEL_OUT
|
||||
HTML_SEL_IN = _html.HTML_SEL_IN
|
||||
HTML_SEL_CHANGING = _html.HTML_SEL_CHANGING
|
||||
class HtmlRenderingState(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlRenderingState instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -524,7 +516,6 @@ class HtmlRenderingStatePtr(HtmlRenderingState):
|
||||
_html.HtmlRenderingState_swigregister(HtmlRenderingStatePtr)
|
||||
|
||||
class HtmlRenderingStyle(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlRenderingStyle instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -545,7 +536,6 @@ class HtmlRenderingStylePtr(HtmlRenderingStyle):
|
||||
_html.HtmlRenderingStyle_swigregister(HtmlRenderingStylePtr)
|
||||
|
||||
class DefaultHtmlRenderingStyle(HtmlRenderingStyle):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDefaultHtmlRenderingStyle instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -566,7 +556,6 @@ class DefaultHtmlRenderingStylePtr(DefaultHtmlRenderingStyle):
|
||||
_html.DefaultHtmlRenderingStyle_swigregister(DefaultHtmlRenderingStylePtr)
|
||||
|
||||
class HtmlRenderingInfo(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlRenderingInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -615,7 +604,6 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
@@ -753,7 +741,6 @@ class HtmlCellPtr(HtmlCell):
|
||||
_html.HtmlCell_swigregister(HtmlCellPtr)
|
||||
|
||||
class HtmlWordCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlWordCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -771,7 +758,6 @@ class HtmlWordCellPtr(HtmlWordCell):
|
||||
_html.HtmlWordCell_swigregister(HtmlWordCellPtr)
|
||||
|
||||
class HtmlContainerCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlContainerCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -853,7 +839,6 @@ class HtmlContainerCellPtr(HtmlContainerCell):
|
||||
_html.HtmlContainerCell_swigregister(HtmlContainerCellPtr)
|
||||
|
||||
class HtmlColourCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlColourCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -871,7 +856,6 @@ class HtmlColourCellPtr(HtmlColourCell):
|
||||
_html.HtmlColourCell_swigregister(HtmlColourCellPtr)
|
||||
|
||||
class HtmlFontCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlFontCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -889,7 +873,6 @@ class HtmlFontCellPtr(HtmlFontCell):
|
||||
_html.HtmlFontCell_swigregister(HtmlFontCellPtr)
|
||||
|
||||
class HtmlWidgetCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlWidgetCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -909,7 +892,6 @@ _html.HtmlWidgetCell_swigregister(HtmlWidgetCellPtr)
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
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):
|
||||
@@ -935,13 +917,14 @@ _html.HtmlFilter_swigregister(HtmlFilterPtr)
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, int style=HW_DEFAULT_STYLE,
|
||||
wxString name=wxPyHtmlWindowNameStr) -> HtmlWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, int style=HW_DEFAULT_STYLE,
|
||||
wxString name=wxPyHtmlWindowNameStr) -> HtmlWindow
|
||||
"""
|
||||
newobj = _html.new_HtmlWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -949,9 +932,11 @@ class HtmlWindow(windows.ScrolledWindow):
|
||||
self._setCallbackInfo(self, HtmlWindow); self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, int style=HW_SCROLLBAR_AUTO,
|
||||
wxString name=wxPyHtmlWindowNameStr) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, int style=HW_SCROLLBAR_AUTO,
|
||||
wxString name=wxPyHtmlWindowNameStr) -> bool
|
||||
"""
|
||||
return _html.HtmlWindow_Create(*args, **kwargs)
|
||||
|
||||
def _setCallbackInfo(*args, **kwargs):
|
||||
@@ -1096,7 +1081,6 @@ def HtmlWindow_AddFilter(*args, **kwargs):
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
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):
|
||||
@@ -1128,8 +1112,10 @@ class HtmlDCRenderer(core.Object):
|
||||
return _html.HtmlDCRenderer_SetFonts(*args, **kwargs)
|
||||
|
||||
def Render(*args, **kwargs):
|
||||
"""Render(int x, int y, int from=0, int dont_render=False, int to=INT_MAX,
|
||||
int choices=None, int LCOUNT=0) -> int"""
|
||||
"""
|
||||
Render(int x, int y, int from=0, int dont_render=False, int to=INT_MAX,
|
||||
int choices=None, int LCOUNT=0) -> int
|
||||
"""
|
||||
return _html.HtmlDCRenderer_Render(*args, **kwargs)
|
||||
|
||||
def GetTotalHeight(*args, **kwargs):
|
||||
@@ -1148,7 +1134,6 @@ PAGE_ODD = _html.PAGE_ODD
|
||||
PAGE_EVEN = _html.PAGE_EVEN
|
||||
PAGE_ALL = _html.PAGE_ALL
|
||||
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):
|
||||
@@ -1178,8 +1163,10 @@ class HtmlPrintout(windows.Printout):
|
||||
return _html.HtmlPrintout_SetFonts(*args, **kwargs)
|
||||
|
||||
def SetMargins(*args, **kwargs):
|
||||
"""SetMargins(float top=25.2, float bottom=25.2, float left=25.2,
|
||||
float right=25.2, float spaces=5)"""
|
||||
"""
|
||||
SetMargins(float top=25.2, float bottom=25.2, float left=25.2,
|
||||
float right=25.2, float spaces=5)
|
||||
"""
|
||||
return _html.HtmlPrintout_SetMargins(*args, **kwargs)
|
||||
|
||||
def AddFilter(*args, **kwargs):
|
||||
@@ -1209,7 +1196,6 @@ def HtmlPrintout_CleanUpStatics(*args, **kwargs):
|
||||
return _html.HtmlPrintout_CleanUpStatics(*args, **kwargs)
|
||||
|
||||
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):
|
||||
@@ -1279,12 +1265,13 @@ _html.HtmlEasyPrinting_swigregister(HtmlEasyPrintingPtr)
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlBookRecord(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlBookRecord instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(wxString bookfile, wxString basepath, wxString title,
|
||||
wxString start) -> HtmlBookRecord"""
|
||||
"""
|
||||
__init__(wxString bookfile, wxString basepath, wxString title,
|
||||
wxString start) -> HtmlBookRecord
|
||||
"""
|
||||
newobj = _html.new_HtmlBookRecord(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -1342,7 +1329,6 @@ class HtmlBookRecordPtr(HtmlBookRecord):
|
||||
_html.HtmlBookRecord_swigregister(HtmlBookRecordPtr)
|
||||
|
||||
class HtmlContentsItem(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlContentsItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -1375,7 +1361,6 @@ class HtmlContentsItemPtr(HtmlContentsItem):
|
||||
_html.HtmlContentsItem_swigregister(HtmlContentsItemPtr)
|
||||
|
||||
class HtmlSearchStatus(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlSearchStatus instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -1412,7 +1397,6 @@ class HtmlSearchStatusPtr(HtmlSearchStatus):
|
||||
_html.HtmlSearchStatus_swigregister(HtmlSearchStatusPtr)
|
||||
|
||||
class HtmlHelpData(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlHelpData instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1472,12 +1456,13 @@ class HtmlHelpDataPtr(HtmlHelpData):
|
||||
_html.HtmlHelpData_swigregister(HtmlHelpDataPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int ??, wxString title=wxPyEmptyString,
|
||||
int style=HF_DEFAULTSTYLE, HtmlHelpData data=None) -> HtmlHelpFrame"""
|
||||
"""
|
||||
__init__(Window parent, int ??, wxString title=wxPyEmptyString,
|
||||
int style=HF_DEFAULTSTYLE, HtmlHelpData data=None) -> HtmlHelpFrame
|
||||
"""
|
||||
newobj = _html.new_HtmlHelpFrame(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -1542,7 +1527,6 @@ HF_OPENFILES = _html.HF_OPENFILES
|
||||
HF_PRINT = _html.HF_PRINT
|
||||
HF_DEFAULTSTYLE = _html.HF_DEFAULTSTYLE
|
||||
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):
|
||||
|
||||
@@ -10189,9 +10189,6 @@ static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
|
||||
static void *_p_wxKeyEventTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
@@ -10201,6 +10198,9 @@ static void *_p_wxMenuTo_p_wxObject(void *x) {
|
||||
static void *_p_wxMenuBarTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
|
||||
+199
-148
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+236
-278
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+21
-16
@@ -19,12 +19,13 @@ EVT_WIZARD_HELP = wx.PyEventBinder( wxEVT_WIZARD_HELP, 1)
|
||||
EVT_WIZARD_FINISHED = wx.PyEventBinder( wxEVT_WIZARD_FINISHED, 1)
|
||||
|
||||
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):
|
||||
"""__init__(wxEventType type=wxEVT_NULL, int id=-1, bool direction=True,
|
||||
WizardPage page=None) -> WizardEvent"""
|
||||
"""
|
||||
__init__(wxEventType type=wxEVT_NULL, int id=-1, bool direction=True,
|
||||
WizardPage page=None) -> WizardEvent
|
||||
"""
|
||||
newobj = _wizard.new_WizardEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -46,7 +47,6 @@ class WizardEventPtr(WizardEvent):
|
||||
_wizard.WizardEvent_swigregister(WizardEventPtr)
|
||||
|
||||
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,)
|
||||
@@ -75,7 +75,6 @@ class WizardPagePtr(WizardPage):
|
||||
_wizard.WizardPage_swigregister(WizardPagePtr)
|
||||
|
||||
class PyWizardPage(WizardPage):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyWizardPage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -181,12 +180,13 @@ def PrePyWizardPage(*args, **kwargs):
|
||||
return val
|
||||
|
||||
class WizardPageSimple(WizardPage):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxWizardPageSimple instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(Wizard parent, WizardPage prev=None, WizardPage next=None,
|
||||
wxBitmap bitmap=wxNullBitmap, wxChar resource=None) -> WizardPageSimple"""
|
||||
"""
|
||||
__init__(Wizard parent, WizardPage prev=None, WizardPage next=None,
|
||||
wxBitmap bitmap=wxNullBitmap, wxChar resource=None) -> WizardPageSimple
|
||||
"""
|
||||
newobj = _wizard.new_WizardPageSimple(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -194,8 +194,10 @@ class WizardPageSimple(WizardPage):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Wizard parent=None, WizardPage prev=None, WizardPage next=None,
|
||||
wxBitmap bitmap=wxNullBitmap, wxChar resource=None) -> bool"""
|
||||
"""
|
||||
Create(Wizard parent=None, WizardPage prev=None, WizardPage next=None,
|
||||
wxBitmap bitmap=wxNullBitmap, wxChar resource=None) -> bool
|
||||
"""
|
||||
return _wizard.WizardPageSimple_Create(*args, **kwargs)
|
||||
|
||||
def SetPrev(*args, **kwargs):
|
||||
@@ -230,13 +232,14 @@ def WizardPageSimple_Chain(*args, **kwargs):
|
||||
return _wizard.WizardPageSimple_Chain(*args, **kwargs)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, wxString title=wxEmptyString,
|
||||
wxBitmap bitmap=wxNullBitmap, Point pos=DefaultPosition,
|
||||
long style=DEFAULT_DIALOG_STYLE) -> Wizard"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, wxString title=wxEmptyString,
|
||||
wxBitmap bitmap=wxNullBitmap, Point pos=DefaultPosition,
|
||||
long style=DEFAULT_DIALOG_STYLE) -> Wizard
|
||||
"""
|
||||
newobj = _wizard.new_Wizard(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -244,8 +247,10 @@ class Wizard(windows.Dialog):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id=-1, wxString title=wxEmptyString,
|
||||
wxBitmap bitmap=wxNullBitmap, Point pos=DefaultPosition) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id=-1, wxString title=wxEmptyString,
|
||||
wxBitmap bitmap=wxNullBitmap, Point pos=DefaultPosition) -> bool
|
||||
"""
|
||||
return _wizard.Wizard_Create(*args, **kwargs)
|
||||
|
||||
def Init(*args, **kwargs):
|
||||
|
||||
@@ -2323,9 +2323,6 @@ static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
|
||||
static void *_p_wxKeyEventTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
@@ -2335,6 +2332,9 @@ static void *_p_wxMenuTo_p_wxObject(void *x) {
|
||||
static void *_p_wxMenuBarTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
|
||||
@@ -23,13 +23,14 @@ CAL_BORDER_NONE = _calendar.CAL_BORDER_NONE
|
||||
CAL_BORDER_SQUARE = _calendar.CAL_BORDER_SQUARE
|
||||
CAL_BORDER_ROUND = _calendar.CAL_BORDER_ROUND
|
||||
class CalendarDateAttr(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxCalendarDateAttr instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(wxColour colText, wxColour colBack=wxNullColour, wxColour colBorder=wxNullColour,
|
||||
wxFont font=wxNullFont,
|
||||
wxCalendarDateBorder border=CAL_BORDER_NONE) -> CalendarDateAttr"""
|
||||
"""
|
||||
__init__(wxColour colText, wxColour colBack=wxNullColour, wxColour colBorder=wxNullColour,
|
||||
wxFont font=wxNullFont,
|
||||
wxCalendarDateBorder border=CAL_BORDER_NONE) -> CalendarDateAttr
|
||||
"""
|
||||
newobj = _calendar.new_CalendarDateAttr(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -117,7 +118,6 @@ def CalendarDateAttrBorder(*args, **kwargs):
|
||||
return val
|
||||
|
||||
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):
|
||||
@@ -156,14 +156,15 @@ 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):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxCalendarCtrl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(Window parent, int id, DateTime date=wxDefaultDateTime,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS,
|
||||
wxString name=wxPyCalendarNameStr) -> CalendarCtrl"""
|
||||
"""
|
||||
__init__(Window parent, int id, DateTime date=wxDefaultDateTime,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS,
|
||||
wxString name=wxPyCalendarNameStr) -> CalendarCtrl
|
||||
"""
|
||||
newobj = _calendar.new_CalendarCtrl(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -171,10 +172,12 @@ class CalendarCtrl(core.Control):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id, DateTime date=wxDefaultDateTime,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS,
|
||||
wxString name=wxPyCalendarNameStr) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id, DateTime date=wxDefaultDateTime,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=wxCAL_SHOW_HOLIDAYS|wxWANTS_CHARS,
|
||||
wxString name=wxPyCalendarNameStr) -> bool
|
||||
"""
|
||||
return _calendar.CalendarCtrl_Create(*args, **kwargs)
|
||||
|
||||
def SetDate(*args, **kwargs):
|
||||
|
||||
File diff suppressed because one or more lines are too long
+493
-325
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+788
-474
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+239
-120
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+42
-55
@@ -16,7 +16,6 @@ GRID_VALUE_LONG = _grid.GRID_VALUE_LONG
|
||||
GRID_VALUE_CHOICEINT = _grid.GRID_VALUE_CHOICEINT
|
||||
GRID_VALUE_DATETIME = _grid.GRID_VALUE_DATETIME
|
||||
class GridCellRenderer(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -37,8 +36,10 @@ class GridCellRenderer(object):
|
||||
return _grid.GridCellRenderer_DecRef(*args, **kwargs)
|
||||
|
||||
def Draw(*args, **kwargs):
|
||||
"""Draw(Grid grid, GridCellAttr attr, wxDC dc, Rect rect, int row,
|
||||
int col, bool isSelected)"""
|
||||
"""
|
||||
Draw(Grid grid, GridCellAttr attr, wxDC dc, Rect rect, int row,
|
||||
int col, bool isSelected)
|
||||
"""
|
||||
return _grid.GridCellRenderer_Draw(*args, **kwargs)
|
||||
|
||||
def GetBestSize(*args, **kwargs):
|
||||
@@ -61,7 +62,6 @@ GridNoCellCoords = cvar.GridNoCellCoords
|
||||
GridNoCellRect = cvar.GridNoCellRect
|
||||
|
||||
class PyGridCellRenderer(GridCellRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyGridCellRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -89,7 +89,6 @@ class PyGridCellRendererPtr(PyGridCellRenderer):
|
||||
_grid.PyGridCellRenderer_swigregister(PyGridCellRendererPtr)
|
||||
|
||||
class GridCellStringRenderer(GridCellRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellStringRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -109,7 +108,6 @@ class GridCellStringRendererPtr(GridCellStringRenderer):
|
||||
_grid.GridCellStringRenderer_swigregister(GridCellStringRendererPtr)
|
||||
|
||||
class GridCellNumberRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellNumberRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -129,7 +127,6 @@ class GridCellNumberRendererPtr(GridCellNumberRenderer):
|
||||
_grid.GridCellNumberRenderer_swigregister(GridCellNumberRendererPtr)
|
||||
|
||||
class GridCellFloatRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellFloatRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -165,7 +162,6 @@ class GridCellFloatRendererPtr(GridCellFloatRenderer):
|
||||
_grid.GridCellFloatRenderer_swigregister(GridCellFloatRendererPtr)
|
||||
|
||||
class GridCellBoolRenderer(GridCellRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellBoolRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -185,7 +181,6 @@ class GridCellBoolRendererPtr(GridCellBoolRenderer):
|
||||
_grid.GridCellBoolRenderer_swigregister(GridCellBoolRendererPtr)
|
||||
|
||||
class GridCellDateTimeRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellDateTimeRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -205,7 +200,6 @@ class GridCellDateTimeRendererPtr(GridCellDateTimeRenderer):
|
||||
_grid.GridCellDateTimeRenderer_swigregister(GridCellDateTimeRendererPtr)
|
||||
|
||||
class GridCellEnumRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellEnumRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -225,7 +219,6 @@ class GridCellEnumRendererPtr(GridCellEnumRenderer):
|
||||
_grid.GridCellEnumRenderer_swigregister(GridCellEnumRendererPtr)
|
||||
|
||||
class GridCellAutoWrapStringRenderer(GridCellStringRenderer):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellAutoWrapStringRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -245,7 +238,6 @@ class GridCellAutoWrapStringRendererPtr(GridCellAutoWrapStringRenderer):
|
||||
_grid.GridCellAutoWrapStringRenderer_swigregister(GridCellAutoWrapStringRendererPtr)
|
||||
|
||||
class GridCellEditor(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -346,7 +338,6 @@ class GridCellEditorPtr(GridCellEditor):
|
||||
_grid.GridCellEditor_swigregister(GridCellEditorPtr)
|
||||
|
||||
class PyGridCellEditor(GridCellEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyGridCellEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -406,7 +397,6 @@ class PyGridCellEditorPtr(PyGridCellEditor):
|
||||
_grid.PyGridCellEditor_swigregister(PyGridCellEditorPtr)
|
||||
|
||||
class GridCellTextEditor(GridCellEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellTextEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -430,7 +420,6 @@ class GridCellTextEditorPtr(GridCellTextEditor):
|
||||
_grid.GridCellTextEditor_swigregister(GridCellTextEditorPtr)
|
||||
|
||||
class GridCellNumberEditor(GridCellTextEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellNumberEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -454,7 +443,6 @@ class GridCellNumberEditorPtr(GridCellNumberEditor):
|
||||
_grid.GridCellNumberEditor_swigregister(GridCellNumberEditorPtr)
|
||||
|
||||
class GridCellFloatEditor(GridCellTextEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellFloatEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -478,7 +466,6 @@ class GridCellFloatEditorPtr(GridCellFloatEditor):
|
||||
_grid.GridCellFloatEditor_swigregister(GridCellFloatEditorPtr)
|
||||
|
||||
class GridCellBoolEditor(GridCellEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellBoolEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -502,7 +489,6 @@ class GridCellBoolEditorPtr(GridCellBoolEditor):
|
||||
_grid.GridCellBoolEditor_swigregister(GridCellBoolEditorPtr)
|
||||
|
||||
class GridCellChoiceEditor(GridCellEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellChoiceEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -526,7 +512,6 @@ class GridCellChoiceEditorPtr(GridCellChoiceEditor):
|
||||
_grid.GridCellChoiceEditor_swigregister(GridCellChoiceEditorPtr)
|
||||
|
||||
class GridCellEnumEditor(GridCellChoiceEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellEnumEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -550,7 +535,6 @@ class GridCellEnumEditorPtr(GridCellEnumEditor):
|
||||
_grid.GridCellEnumEditor_swigregister(GridCellEnumEditorPtr)
|
||||
|
||||
class GridCellAutoWrapStringEditor(GridCellTextEditor):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellAutoWrapStringEditor instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -574,7 +558,6 @@ class GridCellAutoWrapStringEditorPtr(GridCellAutoWrapStringEditor):
|
||||
_grid.GridCellAutoWrapStringEditor_swigregister(GridCellAutoWrapStringEditorPtr)
|
||||
|
||||
class GridCellAttr(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellAttr instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
Any = _grid.GridCellAttr_Any
|
||||
@@ -732,7 +715,6 @@ class GridCellAttrPtr(GridCellAttr):
|
||||
_grid.GridCellAttr_swigregister(GridCellAttrPtr)
|
||||
|
||||
class GridCellAttrProvider(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellAttrProvider instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -780,7 +762,6 @@ class GridCellAttrProviderPtr(GridCellAttrProvider):
|
||||
_grid.GridCellAttrProvider_swigregister(GridCellAttrProviderPtr)
|
||||
|
||||
class PyGridCellAttrProvider(GridCellAttrProvider):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyGridCellAttrProvider instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -820,7 +801,6 @@ class PyGridCellAttrProviderPtr(PyGridCellAttrProvider):
|
||||
_grid.PyGridCellAttrProvider_swigregister(PyGridCellAttrProviderPtr)
|
||||
|
||||
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,)
|
||||
@@ -973,7 +953,6 @@ class GridTableBasePtr(GridTableBase):
|
||||
_grid.GridTableBase_swigregister(GridTableBasePtr)
|
||||
|
||||
class PyGridTableBase(GridTableBase):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyGridTableBase instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -989,9 +968,11 @@ class PyGridTableBase(GridTableBase):
|
||||
return _grid.PyGridTableBase__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
def Destroy(*args, **kwargs):
|
||||
"""Destroy()
|
||||
"""
|
||||
Destroy()
|
||||
|
||||
Deletes the C++ object this Python object is a proxy for."""
|
||||
Deletes the C++ object this Python object is a proxy for.
|
||||
"""
|
||||
return _grid.PyGridTableBase_Destroy(*args, **kwargs)
|
||||
|
||||
def base_GetTypeName(*args, **kwargs):
|
||||
@@ -1079,7 +1060,6 @@ class PyGridTableBasePtr(PyGridTableBase):
|
||||
_grid.PyGridTableBase_swigregister(PyGridTableBasePtr)
|
||||
|
||||
class GridStringTable(GridTableBase):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridStringTable instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1107,7 +1087,6 @@ GRIDTABLE_NOTIFY_COLS_INSERTED = _grid.GRIDTABLE_NOTIFY_COLS_INSERTED
|
||||
GRIDTABLE_NOTIFY_COLS_APPENDED = _grid.GRIDTABLE_NOTIFY_COLS_APPENDED
|
||||
GRIDTABLE_NOTIFY_COLS_DELETED = _grid.GRIDTABLE_NOTIFY_COLS_DELETED
|
||||
class GridTableMessage(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridTableMessage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1163,7 +1142,6 @@ class GridTableMessagePtr(GridTableMessage):
|
||||
_grid.GridTableMessage_swigregister(GridTableMessagePtr)
|
||||
|
||||
class GridCellCoords(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxGridCellCoords instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1228,13 +1206,14 @@ class GridCellCoordsPtr(GridCellCoords):
|
||||
_grid.GridCellCoords_swigregister(GridCellCoordsPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=WANTS_CHARS,
|
||||
wxString name=PanelNameStr) -> Grid"""
|
||||
"""
|
||||
__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
long style=WANTS_CHARS,
|
||||
wxString name=PanelNameStr) -> Grid
|
||||
"""
|
||||
newobj = _grid.new_Grid(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -1309,8 +1288,10 @@ class Grid(windows.ScrolledWindow):
|
||||
return _grid.Grid_DrawCellHighlight(*args, **kwargs)
|
||||
|
||||
def DrawTextRectangle(*args, **kwargs):
|
||||
"""DrawTextRectangle(wxDC dc, wxString ??, Rect ??, int horizontalAlignment=LEFT,
|
||||
int verticalAlignment=TOP, int textOrientation=HORIZONTAL)"""
|
||||
"""
|
||||
DrawTextRectangle(wxDC dc, wxString ??, Rect ??, int horizontalAlignment=LEFT,
|
||||
int verticalAlignment=TOP, int textOrientation=HORIZONTAL)
|
||||
"""
|
||||
return _grid.Grid_DrawTextRectangle(*args, **kwargs)
|
||||
|
||||
def GetTextBoxSize(*args, **kwargs):
|
||||
@@ -1886,8 +1867,10 @@ class Grid(windows.ScrolledWindow):
|
||||
return _grid.Grid_SelectCol(*args, **kwargs)
|
||||
|
||||
def SelectBlock(*args, **kwargs):
|
||||
"""SelectBlock(int topRow, int leftCol, int bottomRow, int rightCol,
|
||||
bool addToSelected=False)"""
|
||||
"""
|
||||
SelectBlock(int topRow, int leftCol, int bottomRow, int rightCol,
|
||||
bool addToSelected=False)
|
||||
"""
|
||||
return _grid.Grid_SelectBlock(*args, **kwargs)
|
||||
|
||||
def SelectAll(*args, **kwargs):
|
||||
@@ -2007,14 +1990,15 @@ class GridPtr(Grid):
|
||||
_grid.Grid_swigregister(GridPtr)
|
||||
|
||||
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):
|
||||
"""__init__(int id, wxEventType type, Grid obj, int row=-1, int col=-1,
|
||||
int x=-1, int y=-1, bool sel=True, bool control=False,
|
||||
bool shift=False, bool alt=False,
|
||||
bool meta=False) -> GridEvent"""
|
||||
"""
|
||||
__init__(int id, wxEventType type, Grid obj, int row=-1, int col=-1,
|
||||
int x=-1, int y=-1, bool sel=True, bool control=False,
|
||||
bool shift=False, bool alt=False,
|
||||
bool meta=False) -> GridEvent
|
||||
"""
|
||||
newobj = _grid.new_GridEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -2060,13 +2044,14 @@ class GridEventPtr(GridEvent):
|
||||
_grid.GridEvent_swigregister(GridEventPtr)
|
||||
|
||||
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):
|
||||
"""__init__(int id, wxEventType type, Grid obj, int rowOrCol=-1,
|
||||
int x=-1, int y=-1, bool control=False, bool shift=False,
|
||||
bool alt=False, bool meta=False) -> GridSizeEvent"""
|
||||
"""
|
||||
__init__(int id, wxEventType type, Grid obj, int rowOrCol=-1,
|
||||
int x=-1, int y=-1, bool control=False, bool shift=False,
|
||||
bool alt=False, bool meta=False) -> GridSizeEvent
|
||||
"""
|
||||
newobj = _grid.new_GridSizeEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -2104,14 +2089,15 @@ class GridSizeEventPtr(GridSizeEvent):
|
||||
_grid.GridSizeEvent_swigregister(GridSizeEventPtr)
|
||||
|
||||
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):
|
||||
"""__init__(int id, wxEventType type, Grid obj, GridCellCoords topLeft,
|
||||
GridCellCoords bottomRight, bool sel=True,
|
||||
bool control=False, bool shift=False,
|
||||
bool alt=False, bool meta=False) -> GridRangeSelectEvent"""
|
||||
"""
|
||||
__init__(int id, wxEventType type, Grid obj, GridCellCoords topLeft,
|
||||
GridCellCoords bottomRight, bool sel=True,
|
||||
bool control=False, bool shift=False,
|
||||
bool alt=False, bool meta=False) -> GridRangeSelectEvent
|
||||
"""
|
||||
newobj = _grid.new_GridRangeSelectEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -2169,12 +2155,13 @@ class GridRangeSelectEventPtr(GridRangeSelectEvent):
|
||||
_grid.GridRangeSelectEvent_swigregister(GridRangeSelectEventPtr)
|
||||
|
||||
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):
|
||||
"""__init__(int id, wxEventType type, Object obj, int row, int col,
|
||||
Control ctrl) -> GridEditorCreatedEvent"""
|
||||
"""
|
||||
__init__(int id, wxEventType type, Object obj, int row, int col,
|
||||
Control ctrl) -> GridEditorCreatedEvent
|
||||
"""
|
||||
newobj = _grid.new_GridEditorCreatedEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
|
||||
@@ -14784,9 +14784,6 @@ static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
|
||||
static void *_p_wxKeyEventTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
@@ -14796,6 +14793,9 @@ static void *_p_wxMenuTo_p_wxObject(void *x) {
|
||||
static void *_p_wxMenuBarTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
|
||||
+26
-42
@@ -45,7 +45,6 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
@@ -87,7 +86,6 @@ class HtmlLinkInfoPtr(HtmlLinkInfo):
|
||||
_html.HtmlLinkInfo_swigregister(HtmlLinkInfoPtr)
|
||||
|
||||
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,)
|
||||
@@ -132,7 +130,6 @@ class HtmlTagPtr(HtmlTag):
|
||||
_html.HtmlTag_swigregister(HtmlTagPtr)
|
||||
|
||||
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,)
|
||||
@@ -189,7 +186,6 @@ class HtmlParserPtr(HtmlParser):
|
||||
_html.HtmlParser_swigregister(HtmlParserPtr)
|
||||
|
||||
class HtmlWinParser(HtmlParser):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlWinParser instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -323,7 +319,6 @@ class HtmlWinParserPtr(HtmlWinParser):
|
||||
_html.HtmlWinParser_swigregister(HtmlWinParserPtr)
|
||||
|
||||
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):
|
||||
@@ -359,7 +354,6 @@ class HtmlTagHandlerPtr(HtmlTagHandler):
|
||||
_html.HtmlTagHandler_swigregister(HtmlTagHandlerPtr)
|
||||
|
||||
class HtmlWinTagHandler(HtmlTagHandler):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyHtmlWinTagHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -401,7 +395,6 @@ def HtmlWinParser_AddTagHandler(*args, **kwargs):
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlSelection(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlSelection instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -476,7 +469,6 @@ HTML_SEL_OUT = _html.HTML_SEL_OUT
|
||||
HTML_SEL_IN = _html.HTML_SEL_IN
|
||||
HTML_SEL_CHANGING = _html.HTML_SEL_CHANGING
|
||||
class HtmlRenderingState(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlRenderingState instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -524,7 +516,6 @@ class HtmlRenderingStatePtr(HtmlRenderingState):
|
||||
_html.HtmlRenderingState_swigregister(HtmlRenderingStatePtr)
|
||||
|
||||
class HtmlRenderingStyle(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlRenderingStyle instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -545,7 +536,6 @@ class HtmlRenderingStylePtr(HtmlRenderingStyle):
|
||||
_html.HtmlRenderingStyle_swigregister(HtmlRenderingStylePtr)
|
||||
|
||||
class DefaultHtmlRenderingStyle(HtmlRenderingStyle):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDefaultHtmlRenderingStyle instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -566,7 +556,6 @@ class DefaultHtmlRenderingStylePtr(DefaultHtmlRenderingStyle):
|
||||
_html.DefaultHtmlRenderingStyle_swigregister(DefaultHtmlRenderingStylePtr)
|
||||
|
||||
class HtmlRenderingInfo(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlRenderingInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -615,7 +604,6 @@ 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):
|
||||
""""""
|
||||
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):
|
||||
@@ -753,7 +741,6 @@ class HtmlCellPtr(HtmlCell):
|
||||
_html.HtmlCell_swigregister(HtmlCellPtr)
|
||||
|
||||
class HtmlWordCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlWordCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -771,7 +758,6 @@ class HtmlWordCellPtr(HtmlWordCell):
|
||||
_html.HtmlWordCell_swigregister(HtmlWordCellPtr)
|
||||
|
||||
class HtmlContainerCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlContainerCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -853,7 +839,6 @@ class HtmlContainerCellPtr(HtmlContainerCell):
|
||||
_html.HtmlContainerCell_swigregister(HtmlContainerCellPtr)
|
||||
|
||||
class HtmlColourCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlColourCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -871,7 +856,6 @@ class HtmlColourCellPtr(HtmlColourCell):
|
||||
_html.HtmlColourCell_swigregister(HtmlColourCellPtr)
|
||||
|
||||
class HtmlFontCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlFontCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -889,7 +873,6 @@ class HtmlFontCellPtr(HtmlFontCell):
|
||||
_html.HtmlFontCell_swigregister(HtmlFontCellPtr)
|
||||
|
||||
class HtmlWidgetCell(HtmlCell):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlWidgetCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -909,7 +892,6 @@ _html.HtmlWidgetCell_swigregister(HtmlWidgetCellPtr)
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
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):
|
||||
@@ -935,13 +917,14 @@ _html.HtmlFilter_swigregister(HtmlFilterPtr)
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, int style=HW_DEFAULT_STYLE,
|
||||
wxString name=wxPyHtmlWindowNameStr) -> HtmlWindow"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, int style=HW_DEFAULT_STYLE,
|
||||
wxString name=wxPyHtmlWindowNameStr) -> HtmlWindow
|
||||
"""
|
||||
newobj = _html.new_HtmlWindow(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -949,9 +932,11 @@ class HtmlWindow(windows.ScrolledWindow):
|
||||
self._setCallbackInfo(self, HtmlWindow); self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, int style=HW_SCROLLBAR_AUTO,
|
||||
wxString name=wxPyHtmlWindowNameStr) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, int style=HW_SCROLLBAR_AUTO,
|
||||
wxString name=wxPyHtmlWindowNameStr) -> bool
|
||||
"""
|
||||
return _html.HtmlWindow_Create(*args, **kwargs)
|
||||
|
||||
def _setCallbackInfo(*args, **kwargs):
|
||||
@@ -1096,7 +1081,6 @@ def HtmlWindow_AddFilter(*args, **kwargs):
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
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):
|
||||
@@ -1128,8 +1112,10 @@ class HtmlDCRenderer(core.Object):
|
||||
return _html.HtmlDCRenderer_SetFonts(*args, **kwargs)
|
||||
|
||||
def Render(*args, **kwargs):
|
||||
"""Render(int x, int y, int from=0, int dont_render=False, int to=INT_MAX,
|
||||
int choices=None, int LCOUNT=0) -> int"""
|
||||
"""
|
||||
Render(int x, int y, int from=0, int dont_render=False, int to=INT_MAX,
|
||||
int choices=None, int LCOUNT=0) -> int
|
||||
"""
|
||||
return _html.HtmlDCRenderer_Render(*args, **kwargs)
|
||||
|
||||
def GetTotalHeight(*args, **kwargs):
|
||||
@@ -1148,7 +1134,6 @@ PAGE_ODD = _html.PAGE_ODD
|
||||
PAGE_EVEN = _html.PAGE_EVEN
|
||||
PAGE_ALL = _html.PAGE_ALL
|
||||
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):
|
||||
@@ -1178,8 +1163,10 @@ class HtmlPrintout(windows.Printout):
|
||||
return _html.HtmlPrintout_SetFonts(*args, **kwargs)
|
||||
|
||||
def SetMargins(*args, **kwargs):
|
||||
"""SetMargins(float top=25.2, float bottom=25.2, float left=25.2,
|
||||
float right=25.2, float spaces=5)"""
|
||||
"""
|
||||
SetMargins(float top=25.2, float bottom=25.2, float left=25.2,
|
||||
float right=25.2, float spaces=5)
|
||||
"""
|
||||
return _html.HtmlPrintout_SetMargins(*args, **kwargs)
|
||||
|
||||
def AddFilter(*args, **kwargs):
|
||||
@@ -1209,7 +1196,6 @@ def HtmlPrintout_CleanUpStatics(*args, **kwargs):
|
||||
return _html.HtmlPrintout_CleanUpStatics(*args, **kwargs)
|
||||
|
||||
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):
|
||||
@@ -1279,12 +1265,13 @@ _html.HtmlEasyPrinting_swigregister(HtmlEasyPrintingPtr)
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class HtmlBookRecord(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlBookRecord instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(wxString bookfile, wxString basepath, wxString title,
|
||||
wxString start) -> HtmlBookRecord"""
|
||||
"""
|
||||
__init__(wxString bookfile, wxString basepath, wxString title,
|
||||
wxString start) -> HtmlBookRecord
|
||||
"""
|
||||
newobj = _html.new_HtmlBookRecord(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -1342,7 +1329,6 @@ class HtmlBookRecordPtr(HtmlBookRecord):
|
||||
_html.HtmlBookRecord_swigregister(HtmlBookRecordPtr)
|
||||
|
||||
class HtmlContentsItem(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlContentsItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -1375,7 +1361,6 @@ class HtmlContentsItemPtr(HtmlContentsItem):
|
||||
_html.HtmlContentsItem_swigregister(HtmlContentsItemPtr)
|
||||
|
||||
class HtmlSearchStatus(object):
|
||||
""""""
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlSearchStatus instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
@@ -1412,7 +1397,6 @@ class HtmlSearchStatusPtr(HtmlSearchStatus):
|
||||
_html.HtmlSearchStatus_swigregister(HtmlSearchStatusPtr)
|
||||
|
||||
class HtmlHelpData(object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxHtmlHelpData instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1472,12 +1456,13 @@ class HtmlHelpDataPtr(HtmlHelpData):
|
||||
_html.HtmlHelpData_swigregister(HtmlHelpDataPtr)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int ??, wxString title=wxPyEmptyString,
|
||||
int style=HF_DEFAULTSTYLE, HtmlHelpData data=None) -> HtmlHelpFrame"""
|
||||
"""
|
||||
__init__(Window parent, int ??, wxString title=wxPyEmptyString,
|
||||
int style=HF_DEFAULTSTYLE, HtmlHelpData data=None) -> HtmlHelpFrame
|
||||
"""
|
||||
newobj = _html.new_HtmlHelpFrame(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -1542,7 +1527,6 @@ HF_OPENFILES = _html.HF_OPENFILES
|
||||
HF_PRINT = _html.HF_PRINT
|
||||
HF_DEFAULTSTYLE = _html.HF_DEFAULTSTYLE
|
||||
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):
|
||||
|
||||
@@ -10186,9 +10186,6 @@ static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
|
||||
static void *_p_wxKeyEventTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
@@ -10198,6 +10195,9 @@ static void *_p_wxMenuTo_p_wxObject(void *x) {
|
||||
static void *_p_wxMenuBarTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
|
||||
+199
-148
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+236
-278
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+21
-16
@@ -19,12 +19,13 @@ EVT_WIZARD_HELP = wx.PyEventBinder( wxEVT_WIZARD_HELP, 1)
|
||||
EVT_WIZARD_FINISHED = wx.PyEventBinder( wxEVT_WIZARD_FINISHED, 1)
|
||||
|
||||
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):
|
||||
"""__init__(wxEventType type=wxEVT_NULL, int id=-1, bool direction=True,
|
||||
WizardPage page=None) -> WizardEvent"""
|
||||
"""
|
||||
__init__(wxEventType type=wxEVT_NULL, int id=-1, bool direction=True,
|
||||
WizardPage page=None) -> WizardEvent
|
||||
"""
|
||||
newobj = _wizard.new_WizardEvent(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -46,7 +47,6 @@ class WizardEventPtr(WizardEvent):
|
||||
_wizard.WizardEvent_swigregister(WizardEventPtr)
|
||||
|
||||
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,)
|
||||
@@ -75,7 +75,6 @@ class WizardPagePtr(WizardPage):
|
||||
_wizard.WizardPage_swigregister(WizardPagePtr)
|
||||
|
||||
class PyWizardPage(WizardPage):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyWizardPage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -181,12 +180,13 @@ def PrePyWizardPage(*args, **kwargs):
|
||||
return val
|
||||
|
||||
class WizardPageSimple(WizardPage):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxWizardPageSimple instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(Wizard parent, WizardPage prev=None, WizardPage next=None,
|
||||
wxBitmap bitmap=wxNullBitmap, wxChar resource=None) -> WizardPageSimple"""
|
||||
"""
|
||||
__init__(Wizard parent, WizardPage prev=None, WizardPage next=None,
|
||||
wxBitmap bitmap=wxNullBitmap, wxChar resource=None) -> WizardPageSimple
|
||||
"""
|
||||
newobj = _wizard.new_WizardPageSimple(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -194,8 +194,10 @@ class WizardPageSimple(WizardPage):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Wizard parent=None, WizardPage prev=None, WizardPage next=None,
|
||||
wxBitmap bitmap=wxNullBitmap, wxChar resource=None) -> bool"""
|
||||
"""
|
||||
Create(Wizard parent=None, WizardPage prev=None, WizardPage next=None,
|
||||
wxBitmap bitmap=wxNullBitmap, wxChar resource=None) -> bool
|
||||
"""
|
||||
return _wizard.WizardPageSimple_Create(*args, **kwargs)
|
||||
|
||||
def SetPrev(*args, **kwargs):
|
||||
@@ -230,13 +232,14 @@ def WizardPageSimple_Chain(*args, **kwargs):
|
||||
return _wizard.WizardPageSimple_Chain(*args, **kwargs)
|
||||
|
||||
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):
|
||||
"""__init__(Window parent, int id=-1, wxString title=wxEmptyString,
|
||||
wxBitmap bitmap=wxNullBitmap, Point pos=DefaultPosition,
|
||||
long style=DEFAULT_DIALOG_STYLE) -> Wizard"""
|
||||
"""
|
||||
__init__(Window parent, int id=-1, wxString title=wxEmptyString,
|
||||
wxBitmap bitmap=wxNullBitmap, Point pos=DefaultPosition,
|
||||
long style=DEFAULT_DIALOG_STYLE) -> Wizard
|
||||
"""
|
||||
newobj = _wizard.new_Wizard(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -244,8 +247,10 @@ class Wizard(windows.Dialog):
|
||||
self._setOORInfo(self)
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""Create(Window parent, int id=-1, wxString title=wxEmptyString,
|
||||
wxBitmap bitmap=wxNullBitmap, Point pos=DefaultPosition) -> bool"""
|
||||
"""
|
||||
Create(Window parent, int id=-1, wxString title=wxEmptyString,
|
||||
wxBitmap bitmap=wxNullBitmap, Point pos=DefaultPosition) -> bool
|
||||
"""
|
||||
return _wizard.Wizard_Create(*args, **kwargs)
|
||||
|
||||
def Init(*args, **kwargs):
|
||||
|
||||
@@ -2323,9 +2323,6 @@ static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) {
|
||||
static void *_p_wxKeyEventTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x));
|
||||
}
|
||||
@@ -2335,6 +2332,9 @@ static void *_p_wxMenuTo_p_wxObject(void *x) {
|
||||
static void *_p_wxMenuBarTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x));
|
||||
}
|
||||
static void *_p_wxScrolledWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x));
|
||||
}
|
||||
static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user