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)
|
||||
|
@@ -946,6 +946,9 @@ static void *_p_wxEvtHandlerTo_p_wxObject(void *x) {
|
||||
static void *_p_wxGLCanvasTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxGLCanvas *) x));
|
||||
}
|
||||
static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) ((wxAcceleratorTable *) x));
|
||||
}
|
||||
static void *_p_wxImageTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) ((wxImage *) x));
|
||||
}
|
||||
@@ -1043,7 +1046,7 @@ static void *_p_wxMenuTo_p_wxEvtHandler(void *x) {
|
||||
return (void *)((wxEvtHandler *) ((wxMenu *) x));
|
||||
}
|
||||
static swig_type_info _swigt__p_wxWindow[] = {{"_p_wxWindow", 0, "wxWindow *", 0},{"_p_wxControl", _p_wxControlTo_p_wxWindow},{"_p_wxWindow"},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxWindow},{0}};
|
||||
static swig_type_info _swigt__p_wxObject[] = {{"_p_wxObject", 0, "wxObject *", 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject},{"_p_wxSizer", _p_wxSizerTo_p_wxObject},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject},{"_p_wxMenu", _p_wxMenuTo_p_wxObject},{"_p_wxEvent", _p_wxEventTo_p_wxObject},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject},{"_p_wxControl", _p_wxControlTo_p_wxObject},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject},{"_p_wxGLContext", _p_wxGLContextTo_p_wxObject},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxObject},{"_p_wxImage", _p_wxImageTo_p_wxObject},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject},{"_p_wxObject"},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject},{"_p_wxWindow", _p_wxWindowTo_p_wxObject},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject},{0}};
|
||||
static swig_type_info _swigt__p_wxObject[] = {{"_p_wxObject", 0, "wxObject *", 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject},{"_p_wxSizer", _p_wxSizerTo_p_wxObject},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject},{"_p_wxMenu", _p_wxMenuTo_p_wxObject},{"_p_wxEvent", _p_wxEventTo_p_wxObject},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject},{"_p_wxControl", _p_wxControlTo_p_wxObject},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject},{"_p_wxGLContext", _p_wxGLContextTo_p_wxObject},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxObject},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject},{"_p_wxImage", _p_wxImageTo_p_wxObject},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject},{"_p_wxObject"},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject},{"_p_wxWindow", _p_wxWindowTo_p_wxObject},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject},{0}};
|
||||
static swig_type_info _swigt__p_wxEvtHandler[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler},{"_p_wxEvtHandler"},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxEvtHandler},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler},{0}};
|
||||
static swig_type_info _swigt__p_wxPalette[] = {{"_p_wxPalette", 0, "wxPalette *", 0},{"_p_wxPalette"},{0}};
|
||||
static swig_type_info _swigt__p_wxGLCanvas[] = {{"_p_wxGLCanvas", 0, "wxGLCanvas *", 0},{"_p_wxGLCanvas"},{0}};
|
||||
|
@@ -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)
|
||||
|
@@ -1077,6 +1077,9 @@ static void *_p_wxEvtHandlerTo_p_wxObject(void *x) {
|
||||
static void *_p_wxGLCanvasTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxGLCanvas *) x));
|
||||
}
|
||||
static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) ((wxAcceleratorTable *) x));
|
||||
}
|
||||
static void *_p_wxImageTo_p_wxObject(void *x) {
|
||||
return (void *)((wxObject *) ((wxImage *) x));
|
||||
}
|
||||
@@ -1174,7 +1177,7 @@ static void *_p_wxMenuTo_p_wxEvtHandler(void *x) {
|
||||
return (void *)((wxEvtHandler *) ((wxMenu *) x));
|
||||
}
|
||||
static swig_type_info _swigt__p_wxWindow[] = {{"_p_wxWindow", 0, "wxWindow *", 0},{"_p_wxControl", _p_wxControlTo_p_wxWindow},{"_p_wxWindow"},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxWindow},{0}};
|
||||
static swig_type_info _swigt__p_wxObject[] = {{"_p_wxObject", 0, "wxObject *", 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject},{"_p_wxSizer", _p_wxSizerTo_p_wxObject},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject},{"_p_wxMenu", _p_wxMenuTo_p_wxObject},{"_p_wxEvent", _p_wxEventTo_p_wxObject},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject},{"_p_wxControl", _p_wxControlTo_p_wxObject},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject},{"_p_wxGLContext", _p_wxGLContextTo_p_wxObject},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxObject},{"_p_wxImage", _p_wxImageTo_p_wxObject},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject},{"_p_wxObject"},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject},{"_p_wxWindow", _p_wxWindowTo_p_wxObject},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject},{0}};
|
||||
static swig_type_info _swigt__p_wxObject[] = {{"_p_wxObject", 0, "wxObject *", 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject},{"_p_wxSizer", _p_wxSizerTo_p_wxObject},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject},{"_p_wxMenu", _p_wxMenuTo_p_wxObject},{"_p_wxEvent", _p_wxEventTo_p_wxObject},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject},{"_p_wxControl", _p_wxControlTo_p_wxObject},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject},{"_p_wxGLContext", _p_wxGLContextTo_p_wxObject},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxObject},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject},{"_p_wxImage", _p_wxImageTo_p_wxObject},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject},{"_p_wxObject"},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject},{"_p_wxWindow", _p_wxWindowTo_p_wxObject},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject},{0}};
|
||||
static swig_type_info _swigt__p_wxEvtHandler[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler},{"_p_wxEvtHandler"},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler},{"_p_wxGLCanvas", _p_wxGLCanvasTo_p_wxEvtHandler},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler},{0}};
|
||||
static swig_type_info _swigt__p_wxPalette[] = {{"_p_wxPalette", 0, "wxPalette *", 0},{"_p_wxPalette"},{0}};
|
||||
static swig_type_info _swigt__p_wxGLCanvas[] = {{"_p_wxGLCanvas", 0, "wxGLCanvas *", 0},{"_p_wxGLCanvas"},{0}};
|
||||
|
@@ -9,7 +9,6 @@ wx = core
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class ShapeRegion(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxShapeRegion instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -139,7 +138,6 @@ class ShapeRegionPtr(ShapeRegion):
|
||||
_ogl.ShapeRegion_swigregister(ShapeRegionPtr)
|
||||
|
||||
class PyShapeEvtHandler(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShapeEvtHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -231,13 +229,17 @@ class PyShapeEvtHandler(core.Object):
|
||||
return _ogl.PyShapeEvtHandler_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -281,18 +283,24 @@ class PyShapeEvtHandler(core.Object):
|
||||
return _ogl.PyShapeEvtHandler_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -312,7 +320,6 @@ class PyShapeEvtHandlerPtr(PyShapeEvtHandler):
|
||||
_ogl.PyShapeEvtHandler_swigregister(PyShapeEvtHandlerPtr)
|
||||
|
||||
class PyShape(PyShapeEvtHandler):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -336,8 +343,10 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_GetBoundingBoxMin(*args, **kwargs)
|
||||
|
||||
def GetPerimeterPoint(*args, **kwargs):
|
||||
"""GetPerimeterPoint(double x1, double y1, double x2, double y2, double OUTPUT,
|
||||
double OUTPUT) -> bool"""
|
||||
"""
|
||||
GetPerimeterPoint(double x1, double y1, double x2, double y2, double OUTPUT,
|
||||
double OUTPUT) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_GetPerimeterPoint(*args, **kwargs)
|
||||
|
||||
def GetCanvas(*args, **kwargs):
|
||||
@@ -625,8 +634,10 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_Constrain(*args, **kwargs)
|
||||
|
||||
def AddLine(*args, **kwargs):
|
||||
"""AddLine(PyLineShape line, PyShape other, int attachFrom=0,
|
||||
int attachTo=0, int positionFrom=-1, int positionTo=-1)"""
|
||||
"""
|
||||
AddLine(PyLineShape line, PyShape other, int attachFrom=0,
|
||||
int attachTo=0, int positionFrom=-1, int positionTo=-1)
|
||||
"""
|
||||
return _ogl.PyShape_AddLine(*args, **kwargs)
|
||||
|
||||
def GetLinePosition(*args, **kwargs):
|
||||
@@ -694,7 +705,7 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_GetRegionId(*args, **kwargs)
|
||||
|
||||
def NameRegions(*args, **kwargs):
|
||||
"""NameRegions(wxString parentName="")"""
|
||||
"""NameRegions(wxString parentName=wxPyEmptyString)"""
|
||||
return _ogl.PyShape_NameRegions(*args, **kwargs)
|
||||
|
||||
def GetRegions(*args, **kwargs):
|
||||
@@ -730,8 +741,10 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_RemoveLine(*args, **kwargs)
|
||||
|
||||
def GetAttachmentPosition(*args, **kwargs):
|
||||
"""GetAttachmentPosition(int attachment, double OUTPUT, double OUTPUT, int nth=0,
|
||||
int no_arcs=1, PyLineShape line=None) -> bool"""
|
||||
"""
|
||||
GetAttachmentPosition(int attachment, double OUTPUT, double OUTPUT, int nth=0,
|
||||
int no_arcs=1, PyLineShape line=None) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_GetAttachmentPosition(*args, **kwargs)
|
||||
|
||||
def GetNumberOfAttachments(*args, **kwargs):
|
||||
@@ -743,13 +756,17 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_AttachmentIsValid(*args, **kwargs)
|
||||
|
||||
def GetAttachmentPositionEdge(*args, **kwargs):
|
||||
"""GetAttachmentPositionEdge(int attachment, double OUTPUT, double OUTPUT, int nth=0,
|
||||
int no_arcs=1, PyLineShape line=None) -> bool"""
|
||||
"""
|
||||
GetAttachmentPositionEdge(int attachment, double OUTPUT, double OUTPUT, int nth=0,
|
||||
int no_arcs=1, PyLineShape line=None) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_GetAttachmentPositionEdge(*args, **kwargs)
|
||||
|
||||
def CalcSimpleAttachment(*args, **kwargs):
|
||||
"""CalcSimpleAttachment(RealPoint pt1, RealPoint pt2, int nth, int noArcs,
|
||||
PyLineShape line) -> RealPoint"""
|
||||
"""
|
||||
CalcSimpleAttachment(RealPoint pt1, RealPoint pt2, int nth, int noArcs,
|
||||
PyLineShape line) -> RealPoint
|
||||
"""
|
||||
return _ogl.PyShape_CalcSimpleAttachment(*args, **kwargs)
|
||||
|
||||
def AttachmentSortTest(*args, **kwargs):
|
||||
@@ -777,8 +794,10 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_GetBranchingAttachmentRoot(*args, **kwargs)
|
||||
|
||||
def GetBranchingAttachmentInfo(*args, **kwargs):
|
||||
"""GetBranchingAttachmentInfo(int attachment, RealPoint root, RealPoint neck, RealPoint shoulder1,
|
||||
RealPoint shoulder2) -> bool"""
|
||||
"""
|
||||
GetBranchingAttachmentInfo(int attachment, RealPoint root, RealPoint neck, RealPoint shoulder1,
|
||||
RealPoint shoulder2) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_GetBranchingAttachmentInfo(*args, **kwargs)
|
||||
|
||||
def GetBranchingAttachmentPoint(*args, **kwargs):
|
||||
@@ -926,13 +945,17 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -976,18 +999,24 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1009,7 +1038,6 @@ _ogl.PyShape_swigregister(PyShapePtr)
|
||||
oglMETAFLAGS_OUTLINE = _ogl.oglMETAFLAGS_OUTLINE
|
||||
oglMETAFLAGS_ATTACHMENTS = _ogl.oglMETAFLAGS_ATTACHMENTS
|
||||
class PseudoMetaFile(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPseudoMetaFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1189,7 +1217,6 @@ class PseudoMetaFilePtr(PseudoMetaFile):
|
||||
_ogl.PseudoMetaFile_swigregister(PseudoMetaFilePtr)
|
||||
|
||||
class PyRectangleShape(PyShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyRectangleShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1257,13 +1284,17 @@ class PyRectangleShape(PyShape):
|
||||
return _ogl.PyRectangleShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -1307,18 +1338,24 @@ class PyRectangleShape(PyShape):
|
||||
return _ogl.PyRectangleShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1338,13 +1375,14 @@ class PyRectangleShapePtr(PyRectangleShape):
|
||||
_ogl.PyRectangleShape_swigregister(PyRectangleShapePtr)
|
||||
|
||||
class PyControlPoint(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyControlPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(PyShapeCanvas the_canvas=None, PyShape object=None,
|
||||
double size=0.0, double the_xoffset=0.0, double the_yoffset=0.0,
|
||||
int the_type=0) -> PyControlPoint"""
|
||||
"""
|
||||
__init__(PyShapeCanvas the_canvas=None, PyShape object=None,
|
||||
double size=0.0, double the_xoffset=0.0, double the_yoffset=0.0,
|
||||
int the_type=0) -> PyControlPoint
|
||||
"""
|
||||
newobj = _ogl.new_PyControlPoint(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -1408,13 +1446,17 @@ class PyControlPoint(PyRectangleShape):
|
||||
return _ogl.PyControlPoint_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -1458,18 +1500,24 @@ class PyControlPoint(PyRectangleShape):
|
||||
return _ogl.PyControlPoint_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1489,7 +1537,6 @@ class PyControlPointPtr(PyControlPoint):
|
||||
_ogl.PyControlPoint_swigregister(PyControlPointPtr)
|
||||
|
||||
class PyBitmapShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyBitmapShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1569,13 +1616,17 @@ class PyBitmapShape(PyRectangleShape):
|
||||
return _ogl.PyBitmapShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -1619,18 +1670,24 @@ class PyBitmapShape(PyRectangleShape):
|
||||
return _ogl.PyBitmapShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1650,7 +1707,6 @@ class PyBitmapShapePtr(PyBitmapShape):
|
||||
_ogl.PyBitmapShape_swigregister(PyBitmapShapePtr)
|
||||
|
||||
class PyDrawnShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyDrawnShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1826,13 +1882,17 @@ class PyDrawnShape(PyRectangleShape):
|
||||
return _ogl.PyDrawnShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -1876,18 +1936,24 @@ class PyDrawnShape(PyRectangleShape):
|
||||
return _ogl.PyDrawnShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1907,7 +1973,6 @@ class PyDrawnShapePtr(PyDrawnShape):
|
||||
_ogl.PyDrawnShape_swigregister(PyDrawnShapePtr)
|
||||
|
||||
class OGLConstraint(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxOGLConstraint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1937,7 +2002,6 @@ class OGLConstraintPtr(OGLConstraint):
|
||||
_ogl.OGLConstraint_swigregister(OGLConstraintPtr)
|
||||
|
||||
class PyCompositeShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyCompositeShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2057,13 +2121,17 @@ class PyCompositeShape(PyRectangleShape):
|
||||
return _ogl.PyCompositeShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2107,18 +2175,24 @@ class PyCompositeShape(PyRectangleShape):
|
||||
return _ogl.PyCompositeShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2138,7 +2212,6 @@ class PyCompositeShapePtr(PyCompositeShape):
|
||||
_ogl.PyCompositeShape_swigregister(PyCompositeShapePtr)
|
||||
|
||||
class PyDividedShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyDividedShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2210,13 +2283,17 @@ class PyDividedShape(PyRectangleShape):
|
||||
return _ogl.PyDividedShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2260,18 +2337,24 @@ class PyDividedShape(PyRectangleShape):
|
||||
return _ogl.PyDividedShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2291,7 +2374,6 @@ class PyDividedShapePtr(PyDividedShape):
|
||||
_ogl.PyDividedShape_swigregister(PyDividedShapePtr)
|
||||
|
||||
class PyDivisionShape(PyCompositeShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyDivisionShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2455,13 +2537,17 @@ class PyDivisionShape(PyCompositeShape):
|
||||
return _ogl.PyDivisionShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2505,18 +2591,24 @@ class PyDivisionShape(PyCompositeShape):
|
||||
return _ogl.PyDivisionShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2536,7 +2628,6 @@ class PyDivisionShapePtr(PyDivisionShape):
|
||||
_ogl.PyDivisionShape_swigregister(PyDivisionShapePtr)
|
||||
|
||||
class PyEllipseShape(PyShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyEllipseShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2596,13 +2687,17 @@ class PyEllipseShape(PyShape):
|
||||
return _ogl.PyEllipseShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2646,18 +2741,24 @@ class PyEllipseShape(PyShape):
|
||||
return _ogl.PyEllipseShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2677,7 +2778,6 @@ class PyEllipseShapePtr(PyEllipseShape):
|
||||
_ogl.PyEllipseShape_swigregister(PyEllipseShapePtr)
|
||||
|
||||
class PyCircleShape(PyEllipseShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyCircleShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2737,13 +2837,17 @@ class PyCircleShape(PyEllipseShape):
|
||||
return _ogl.PyCircleShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2787,18 +2891,24 @@ class PyCircleShape(PyEllipseShape):
|
||||
return _ogl.PyCircleShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2818,13 +2928,14 @@ class PyCircleShapePtr(PyCircleShape):
|
||||
_ogl.PyCircleShape_swigregister(PyCircleShapePtr)
|
||||
|
||||
class ArrowHead(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxArrowHead instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(int type=0, int end=0, double size=0.0, double dist=0.0,
|
||||
wxString name=wxPyEmptyString, PseudoMetaFile mf=None,
|
||||
long arrowId=-1) -> ArrowHead"""
|
||||
"""
|
||||
__init__(int type=0, int end=0, double size=0.0, double dist=0.0,
|
||||
wxString name=wxPyEmptyString, PseudoMetaFile mf=None,
|
||||
long arrowId=-1) -> ArrowHead
|
||||
"""
|
||||
newobj = _ogl.new_ArrowHead(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -2908,7 +3019,6 @@ class ArrowHeadPtr(ArrowHead):
|
||||
_ogl.ArrowHead_swigregister(ArrowHeadPtr)
|
||||
|
||||
class PyLineShape(PyShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyLineShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2924,9 +3034,11 @@ class PyLineShape(PyShape):
|
||||
return _ogl.PyLineShape__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
def AddArrow(*args, **kwargs):
|
||||
"""AddArrow(int type, int end=ARROW_POSITION_END, double arrowSize=10.0,
|
||||
double xOffset=0.0, wxString name=wxPyEmptyString,
|
||||
PseudoMetaFile mf=None, long arrowId=-1)"""
|
||||
"""
|
||||
AddArrow(int type, int end=ARROW_POSITION_END, double arrowSize=10.0,
|
||||
double xOffset=0.0, wxString name=wxPyEmptyString,
|
||||
PseudoMetaFile mf=None, long arrowId=-1)
|
||||
"""
|
||||
return _ogl.PyLineShape_AddArrow(*args, **kwargs)
|
||||
|
||||
def AddArrowOrdered(*args, **kwargs):
|
||||
@@ -3130,13 +3242,17 @@ class PyLineShape(PyShape):
|
||||
return _ogl.PyLineShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -3180,18 +3296,24 @@ class PyLineShape(PyShape):
|
||||
return _ogl.PyLineShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -3211,7 +3333,6 @@ class PyLineShapePtr(PyLineShape):
|
||||
_ogl.PyLineShape_swigregister(PyLineShapePtr)
|
||||
|
||||
class PyPolygonShape(PyShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyPolygonShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -3295,13 +3416,17 @@ class PyPolygonShape(PyShape):
|
||||
return _ogl.PyPolygonShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -3345,18 +3470,24 @@ class PyPolygonShape(PyShape):
|
||||
return _ogl.PyPolygonShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -3376,7 +3507,6 @@ class PyPolygonShapePtr(PyPolygonShape):
|
||||
_ogl.PyPolygonShape_swigregister(PyPolygonShapePtr)
|
||||
|
||||
class PyTextShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyTextShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -3440,13 +3570,17 @@ class PyTextShape(PyRectangleShape):
|
||||
return _ogl.PyTextShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -3490,18 +3624,24 @@ class PyTextShape(PyRectangleShape):
|
||||
return _ogl.PyTextShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -3521,7 +3661,6 @@ class PyTextShapePtr(PyTextShape):
|
||||
_ogl.PyTextShape_swigregister(PyTextShapePtr)
|
||||
|
||||
class Diagram(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDiagram instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -3635,13 +3774,14 @@ class DiagramPtr(Diagram):
|
||||
_ogl.Diagram_swigregister(DiagramPtr)
|
||||
|
||||
class PyShapeCanvas(windows.ScrolledWindow):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShapeCanvas instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(Window parent=None, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=BORDER,
|
||||
wxString name=wxPyShapeCanvasNameStr) -> PyShapeCanvas"""
|
||||
"""
|
||||
__init__(Window parent=None, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=BORDER,
|
||||
wxString name=wxPyShapeCanvasNameStr) -> PyShapeCanvas
|
||||
"""
|
||||
newobj = _ogl.new_PyShapeCanvas(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -3659,8 +3799,10 @@ class PyShapeCanvas(windows.ScrolledWindow):
|
||||
return _ogl.PyShapeCanvas_AddShape(*args, **kwargs)
|
||||
|
||||
def FindShape(*args, **kwargs):
|
||||
"""FindShape(double x1, double y, int OUTPUT, wxClassInfo info=None,
|
||||
PyShape notImage=None) -> PyShape"""
|
||||
"""
|
||||
FindShape(double x1, double y, int OUTPUT, wxClassInfo info=None,
|
||||
PyShape notImage=None) -> PyShape
|
||||
"""
|
||||
return _ogl.PyShapeCanvas_FindShape(*args, **kwargs)
|
||||
|
||||
def FindFirstSensitiveShape(*args, **kwargs):
|
||||
|
@@ -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));
|
||||
}
|
||||
|
@@ -9,7 +9,6 @@ wx = core
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
class ShapeRegion(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxShapeRegion instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -139,7 +138,6 @@ class ShapeRegionPtr(ShapeRegion):
|
||||
_ogl.ShapeRegion_swigregister(ShapeRegionPtr)
|
||||
|
||||
class PyShapeEvtHandler(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShapeEvtHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -231,13 +229,17 @@ class PyShapeEvtHandler(core.Object):
|
||||
return _ogl.PyShapeEvtHandler_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -281,18 +283,24 @@ class PyShapeEvtHandler(core.Object):
|
||||
return _ogl.PyShapeEvtHandler_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShapeEvtHandler_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -312,7 +320,6 @@ class PyShapeEvtHandlerPtr(PyShapeEvtHandler):
|
||||
_ogl.PyShapeEvtHandler_swigregister(PyShapeEvtHandlerPtr)
|
||||
|
||||
class PyShape(PyShapeEvtHandler):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -336,8 +343,10 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_GetBoundingBoxMin(*args, **kwargs)
|
||||
|
||||
def GetPerimeterPoint(*args, **kwargs):
|
||||
"""GetPerimeterPoint(double x1, double y1, double x2, double y2, double OUTPUT,
|
||||
double OUTPUT) -> bool"""
|
||||
"""
|
||||
GetPerimeterPoint(double x1, double y1, double x2, double y2, double OUTPUT,
|
||||
double OUTPUT) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_GetPerimeterPoint(*args, **kwargs)
|
||||
|
||||
def GetCanvas(*args, **kwargs):
|
||||
@@ -625,8 +634,10 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_Constrain(*args, **kwargs)
|
||||
|
||||
def AddLine(*args, **kwargs):
|
||||
"""AddLine(PyLineShape line, PyShape other, int attachFrom=0,
|
||||
int attachTo=0, int positionFrom=-1, int positionTo=-1)"""
|
||||
"""
|
||||
AddLine(PyLineShape line, PyShape other, int attachFrom=0,
|
||||
int attachTo=0, int positionFrom=-1, int positionTo=-1)
|
||||
"""
|
||||
return _ogl.PyShape_AddLine(*args, **kwargs)
|
||||
|
||||
def GetLinePosition(*args, **kwargs):
|
||||
@@ -730,8 +741,10 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_RemoveLine(*args, **kwargs)
|
||||
|
||||
def GetAttachmentPosition(*args, **kwargs):
|
||||
"""GetAttachmentPosition(int attachment, double OUTPUT, double OUTPUT, int nth=0,
|
||||
int no_arcs=1, PyLineShape line=None) -> bool"""
|
||||
"""
|
||||
GetAttachmentPosition(int attachment, double OUTPUT, double OUTPUT, int nth=0,
|
||||
int no_arcs=1, PyLineShape line=None) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_GetAttachmentPosition(*args, **kwargs)
|
||||
|
||||
def GetNumberOfAttachments(*args, **kwargs):
|
||||
@@ -743,13 +756,17 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_AttachmentIsValid(*args, **kwargs)
|
||||
|
||||
def GetAttachmentPositionEdge(*args, **kwargs):
|
||||
"""GetAttachmentPositionEdge(int attachment, double OUTPUT, double OUTPUT, int nth=0,
|
||||
int no_arcs=1, PyLineShape line=None) -> bool"""
|
||||
"""
|
||||
GetAttachmentPositionEdge(int attachment, double OUTPUT, double OUTPUT, int nth=0,
|
||||
int no_arcs=1, PyLineShape line=None) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_GetAttachmentPositionEdge(*args, **kwargs)
|
||||
|
||||
def CalcSimpleAttachment(*args, **kwargs):
|
||||
"""CalcSimpleAttachment(RealPoint pt1, RealPoint pt2, int nth, int noArcs,
|
||||
PyLineShape line) -> RealPoint"""
|
||||
"""
|
||||
CalcSimpleAttachment(RealPoint pt1, RealPoint pt2, int nth, int noArcs,
|
||||
PyLineShape line) -> RealPoint
|
||||
"""
|
||||
return _ogl.PyShape_CalcSimpleAttachment(*args, **kwargs)
|
||||
|
||||
def AttachmentSortTest(*args, **kwargs):
|
||||
@@ -777,8 +794,10 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_GetBranchingAttachmentRoot(*args, **kwargs)
|
||||
|
||||
def GetBranchingAttachmentInfo(*args, **kwargs):
|
||||
"""GetBranchingAttachmentInfo(int attachment, RealPoint root, RealPoint neck, RealPoint shoulder1,
|
||||
RealPoint shoulder2) -> bool"""
|
||||
"""
|
||||
GetBranchingAttachmentInfo(int attachment, RealPoint root, RealPoint neck, RealPoint shoulder1,
|
||||
RealPoint shoulder2) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_GetBranchingAttachmentInfo(*args, **kwargs)
|
||||
|
||||
def GetBranchingAttachmentPoint(*args, **kwargs):
|
||||
@@ -926,13 +945,17 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -976,18 +999,24 @@ class PyShape(PyShapeEvtHandler):
|
||||
return _ogl.PyShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1009,7 +1038,6 @@ _ogl.PyShape_swigregister(PyShapePtr)
|
||||
oglMETAFLAGS_OUTLINE = _ogl.oglMETAFLAGS_OUTLINE
|
||||
oglMETAFLAGS_ATTACHMENTS = _ogl.oglMETAFLAGS_ATTACHMENTS
|
||||
class PseudoMetaFile(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPseudoMetaFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1189,7 +1217,6 @@ class PseudoMetaFilePtr(PseudoMetaFile):
|
||||
_ogl.PseudoMetaFile_swigregister(PseudoMetaFilePtr)
|
||||
|
||||
class PyRectangleShape(PyShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyRectangleShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1257,13 +1284,17 @@ class PyRectangleShape(PyShape):
|
||||
return _ogl.PyRectangleShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -1307,18 +1338,24 @@ class PyRectangleShape(PyShape):
|
||||
return _ogl.PyRectangleShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyRectangleShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1338,13 +1375,14 @@ class PyRectangleShapePtr(PyRectangleShape):
|
||||
_ogl.PyRectangleShape_swigregister(PyRectangleShapePtr)
|
||||
|
||||
class PyControlPoint(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyControlPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(PyShapeCanvas the_canvas=None, PyShape object=None,
|
||||
double size=0.0, double the_xoffset=0.0, double the_yoffset=0.0,
|
||||
int the_type=0) -> PyControlPoint"""
|
||||
"""
|
||||
__init__(PyShapeCanvas the_canvas=None, PyShape object=None,
|
||||
double size=0.0, double the_xoffset=0.0, double the_yoffset=0.0,
|
||||
int the_type=0) -> PyControlPoint
|
||||
"""
|
||||
newobj = _ogl.new_PyControlPoint(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -1408,13 +1446,17 @@ class PyControlPoint(PyRectangleShape):
|
||||
return _ogl.PyControlPoint_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -1458,18 +1500,24 @@ class PyControlPoint(PyRectangleShape):
|
||||
return _ogl.PyControlPoint_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyControlPoint_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1489,7 +1537,6 @@ class PyControlPointPtr(PyControlPoint):
|
||||
_ogl.PyControlPoint_swigregister(PyControlPointPtr)
|
||||
|
||||
class PyBitmapShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyBitmapShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1569,13 +1616,17 @@ class PyBitmapShape(PyRectangleShape):
|
||||
return _ogl.PyBitmapShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -1619,18 +1670,24 @@ class PyBitmapShape(PyRectangleShape):
|
||||
return _ogl.PyBitmapShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyBitmapShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1650,7 +1707,6 @@ class PyBitmapShapePtr(PyBitmapShape):
|
||||
_ogl.PyBitmapShape_swigregister(PyBitmapShapePtr)
|
||||
|
||||
class PyDrawnShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyDrawnShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1826,13 +1882,17 @@ class PyDrawnShape(PyRectangleShape):
|
||||
return _ogl.PyDrawnShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -1876,18 +1936,24 @@ class PyDrawnShape(PyRectangleShape):
|
||||
return _ogl.PyDrawnShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDrawnShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -1907,7 +1973,6 @@ class PyDrawnShapePtr(PyDrawnShape):
|
||||
_ogl.PyDrawnShape_swigregister(PyDrawnShapePtr)
|
||||
|
||||
class OGLConstraint(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxOGLConstraint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -1937,7 +2002,6 @@ class OGLConstraintPtr(OGLConstraint):
|
||||
_ogl.OGLConstraint_swigregister(OGLConstraintPtr)
|
||||
|
||||
class PyCompositeShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyCompositeShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2057,13 +2121,17 @@ class PyCompositeShape(PyRectangleShape):
|
||||
return _ogl.PyCompositeShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2107,18 +2175,24 @@ class PyCompositeShape(PyRectangleShape):
|
||||
return _ogl.PyCompositeShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCompositeShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2138,7 +2212,6 @@ class PyCompositeShapePtr(PyCompositeShape):
|
||||
_ogl.PyCompositeShape_swigregister(PyCompositeShapePtr)
|
||||
|
||||
class PyDividedShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyDividedShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2210,13 +2283,17 @@ class PyDividedShape(PyRectangleShape):
|
||||
return _ogl.PyDividedShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2260,18 +2337,24 @@ class PyDividedShape(PyRectangleShape):
|
||||
return _ogl.PyDividedShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDividedShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2291,7 +2374,6 @@ class PyDividedShapePtr(PyDividedShape):
|
||||
_ogl.PyDividedShape_swigregister(PyDividedShapePtr)
|
||||
|
||||
class PyDivisionShape(PyCompositeShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyDivisionShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2455,13 +2537,17 @@ class PyDivisionShape(PyCompositeShape):
|
||||
return _ogl.PyDivisionShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2505,18 +2591,24 @@ class PyDivisionShape(PyCompositeShape):
|
||||
return _ogl.PyDivisionShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyDivisionShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2536,7 +2628,6 @@ class PyDivisionShapePtr(PyDivisionShape):
|
||||
_ogl.PyDivisionShape_swigregister(PyDivisionShapePtr)
|
||||
|
||||
class PyEllipseShape(PyShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyEllipseShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2596,13 +2687,17 @@ class PyEllipseShape(PyShape):
|
||||
return _ogl.PyEllipseShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2646,18 +2741,24 @@ class PyEllipseShape(PyShape):
|
||||
return _ogl.PyEllipseShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyEllipseShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2677,7 +2778,6 @@ class PyEllipseShapePtr(PyEllipseShape):
|
||||
_ogl.PyEllipseShape_swigregister(PyEllipseShapePtr)
|
||||
|
||||
class PyCircleShape(PyEllipseShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyCircleShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2737,13 +2837,17 @@ class PyCircleShape(PyEllipseShape):
|
||||
return _ogl.PyCircleShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -2787,18 +2891,24 @@ class PyCircleShape(PyEllipseShape):
|
||||
return _ogl.PyCircleShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyCircleShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -2818,13 +2928,14 @@ class PyCircleShapePtr(PyCircleShape):
|
||||
_ogl.PyCircleShape_swigregister(PyCircleShapePtr)
|
||||
|
||||
class ArrowHead(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxArrowHead instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(int type=0, int end=0, double size=0.0, double dist=0.0,
|
||||
wxString name=wxPyEmptyString, PseudoMetaFile mf=None,
|
||||
long arrowId=-1) -> ArrowHead"""
|
||||
"""
|
||||
__init__(int type=0, int end=0, double size=0.0, double dist=0.0,
|
||||
wxString name=wxPyEmptyString, PseudoMetaFile mf=None,
|
||||
long arrowId=-1) -> ArrowHead
|
||||
"""
|
||||
newobj = _ogl.new_ArrowHead(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -2908,7 +3019,6 @@ class ArrowHeadPtr(ArrowHead):
|
||||
_ogl.ArrowHead_swigregister(ArrowHeadPtr)
|
||||
|
||||
class PyLineShape(PyShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyLineShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -2924,9 +3034,11 @@ class PyLineShape(PyShape):
|
||||
return _ogl.PyLineShape__setCallbackInfo(*args, **kwargs)
|
||||
|
||||
def AddArrow(*args, **kwargs):
|
||||
"""AddArrow(int type, int end=ARROW_POSITION_END, double arrowSize=10.0,
|
||||
double xOffset=0.0, wxString name=wxPyEmptyString,
|
||||
PseudoMetaFile mf=None, long arrowId=-1)"""
|
||||
"""
|
||||
AddArrow(int type, int end=ARROW_POSITION_END, double arrowSize=10.0,
|
||||
double xOffset=0.0, wxString name=wxPyEmptyString,
|
||||
PseudoMetaFile mf=None, long arrowId=-1)
|
||||
"""
|
||||
return _ogl.PyLineShape_AddArrow(*args, **kwargs)
|
||||
|
||||
def AddArrowOrdered(*args, **kwargs):
|
||||
@@ -3130,13 +3242,17 @@ class PyLineShape(PyShape):
|
||||
return _ogl.PyLineShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -3180,18 +3296,24 @@ class PyLineShape(PyShape):
|
||||
return _ogl.PyLineShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyLineShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -3211,7 +3333,6 @@ class PyLineShapePtr(PyLineShape):
|
||||
_ogl.PyLineShape_swigregister(PyLineShapePtr)
|
||||
|
||||
class PyPolygonShape(PyShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyPolygonShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -3295,13 +3416,17 @@ class PyPolygonShape(PyShape):
|
||||
return _ogl.PyPolygonShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -3345,18 +3470,24 @@ class PyPolygonShape(PyShape):
|
||||
return _ogl.PyPolygonShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyPolygonShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -3376,7 +3507,6 @@ class PyPolygonShapePtr(PyPolygonShape):
|
||||
_ogl.PyPolygonShape_swigregister(PyPolygonShapePtr)
|
||||
|
||||
class PyTextShape(PyRectangleShape):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyTextShape instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -3440,13 +3570,17 @@ class PyTextShape(PyRectangleShape):
|
||||
return _ogl.PyTextShape_base_OnSize(*args, **kwargs)
|
||||
|
||||
def base_OnMovePre(*args, **kwargs):
|
||||
"""base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool"""
|
||||
"""
|
||||
base_OnMovePre(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True) -> bool
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnMovePre(*args, **kwargs)
|
||||
|
||||
def base_OnMovePost(*args, **kwargs):
|
||||
"""base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)"""
|
||||
"""
|
||||
base_OnMovePost(wxDC dc, double x, double y, double old_x, double old_y,
|
||||
bool display=True)
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnMovePost(*args, **kwargs)
|
||||
|
||||
def base_OnDragLeft(*args, **kwargs):
|
||||
@@ -3490,18 +3624,24 @@ class PyTextShape(PyRectangleShape):
|
||||
return _ogl.PyTextShape_base_OnMoveLink(*args, **kwargs)
|
||||
|
||||
def base_OnSizingDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingDragLeft(PyControlPoint pt, bool draw, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnSizingDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingBeginDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingBeginDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnSizingBeginDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnSizingEndDragLeft(*args, **kwargs):
|
||||
"""base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)"""
|
||||
"""
|
||||
base_OnSizingEndDragLeft(PyControlPoint pt, double x, double y, int keys=0,
|
||||
int attachment=0)
|
||||
"""
|
||||
return _ogl.PyTextShape_base_OnSizingEndDragLeft(*args, **kwargs)
|
||||
|
||||
def base_OnBeginSize(*args, **kwargs):
|
||||
@@ -3521,7 +3661,6 @@ class PyTextShapePtr(PyTextShape):
|
||||
_ogl.PyTextShape_swigregister(PyTextShapePtr)
|
||||
|
||||
class Diagram(core.Object):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxDiagram instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
@@ -3635,13 +3774,14 @@ class DiagramPtr(Diagram):
|
||||
_ogl.Diagram_swigregister(DiagramPtr)
|
||||
|
||||
class PyShapeCanvas(windows.ScrolledWindow):
|
||||
""""""
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPyShapeCanvas instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(Window parent=None, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=BORDER,
|
||||
wxString name=wxPyShapeCanvasNameStr) -> PyShapeCanvas"""
|
||||
"""
|
||||
__init__(Window parent=None, int id=-1, Point pos=DefaultPosition,
|
||||
Size size=DefaultSize, long style=BORDER,
|
||||
wxString name=wxPyShapeCanvasNameStr) -> PyShapeCanvas
|
||||
"""
|
||||
newobj = _ogl.new_PyShapeCanvas(*args, **kwargs)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
@@ -3659,8 +3799,10 @@ class PyShapeCanvas(windows.ScrolledWindow):
|
||||
return _ogl.PyShapeCanvas_AddShape(*args, **kwargs)
|
||||
|
||||
def FindShape(*args, **kwargs):
|
||||
"""FindShape(double x1, double y, int OUTPUT, wxClassInfo info=None,
|
||||
PyShape notImage=None) -> PyShape"""
|
||||
"""
|
||||
FindShape(double x1, double y, int OUTPUT, wxClassInfo info=None,
|
||||
PyShape notImage=None) -> PyShape
|
||||
"""
|
||||
return _ogl.PyShapeCanvas_FindShape(*args, **kwargs)
|
||||
|
||||
def FindFirstSensitiveShape(*args, **kwargs):
|
||||
|
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user