reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1865,11 +1865,11 @@ class VListBox(VScrolledWindow):
|
||||
return _windows_.VListBox_GetSelectedCount(*args, **kwargs)
|
||||
|
||||
def GetFirstSelected(*args, **kwargs):
|
||||
"""GetFirstSelected(self, unsigned long cookie) -> int"""
|
||||
"""GetFirstSelected(self) -> PyObject"""
|
||||
return _windows_.VListBox_GetFirstSelected(*args, **kwargs)
|
||||
|
||||
def GetNextSelected(*args, **kwargs):
|
||||
"""GetNextSelected(self, unsigned long cookie) -> int"""
|
||||
"""GetNextSelected(self, unsigned long cookie) -> PyObject"""
|
||||
return _windows_.VListBox_GetNextSelected(*args, **kwargs)
|
||||
|
||||
def GetMargins(*args, **kwargs):
|
||||
@@ -3608,9 +3608,12 @@ PRINT_MODE_STREAM = _windows_.PRINT_MODE_STREAM
|
||||
class PrintData(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPrintData instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(self) -> PrintData"""
|
||||
newobj = _windows_.new_PrintData(*args, **kwargs)
|
||||
def __init__(self, *args):
|
||||
"""
|
||||
__init__(self) -> PrintData
|
||||
__init__(self, PrintData data) -> PrintData
|
||||
"""
|
||||
newobj = _windows_.new_PrintData(*args)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
del newobj.thisown
|
||||
@@ -3806,9 +3809,12 @@ PreviewCanvasNameStr = cvar.PreviewCanvasNameStr
|
||||
class PageSetupDialogData(_core.Object):
|
||||
def __repr__(self):
|
||||
return "<%s.%s; proxy of C++ wxPageSetupDialogData instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""__init__(self) -> PageSetupDialogData"""
|
||||
newobj = _windows_.new_PageSetupDialogData(*args, **kwargs)
|
||||
def __init__(self, *args):
|
||||
"""
|
||||
__init__(self) -> PageSetupDialogData
|
||||
__init__(self, PageSetupDialogData data) -> PageSetupDialogData
|
||||
"""
|
||||
newobj = _windows_.new_PageSetupDialogData(*args)
|
||||
self.this = newobj.this
|
||||
self.thisown = 1
|
||||
del newobj.thisown
|
||||
|
Reference in New Issue
Block a user