reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-02-02 02:02:04 +00:00
parent 9037d43c67
commit 7e08d4efc7
69 changed files with 8387 additions and 2969 deletions

View File

@@ -691,9 +691,6 @@ class Dialog(TopLevelWindow):
return _windows_.Dialog_GetClassDefaultAttributes(*args, **kwargs)
GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
def SendSizeEvent(self):
self.ProcessEvent(wx.SizeEvent((-1,-1)))
class DialogPtr(Dialog):
def __init__(self, this):
@@ -2190,6 +2187,12 @@ class TaskBarIcon(_core.EvtHandler):
del newobj.thisown
self._setCallbackInfo(self, TaskBarIcon, 0)
def __del__(self, destroy=_windows_.delete_TaskBarIcon):
"""__del__(self)"""
try:
if self.thisown: destroy(self)
except: pass
def _setCallbackInfo(*args, **kwargs):
"""_setCallbackInfo(self, PyObject self, PyObject _class, int incref)"""
return _windows_.TaskBarIcon__setCallbackInfo(*args, **kwargs)
@@ -2200,7 +2203,9 @@ class TaskBarIcon(_core.EvtHandler):
Deletes the C++ object this Python object is a proxy for.
"""
return _windows_.TaskBarIcon_Destroy(*args, **kwargs)
val = _windows_.TaskBarIcon_Destroy(*args, **kwargs)
args[0].thisown = 0
return val
def IsOk(*args, **kwargs):
"""IsOk(self) -> bool"""
@@ -4714,7 +4719,6 @@ class PrintPreview(_core.Object):
def __init__(self, *args):
"""
__init__(self, Printout printout, Printout printoutForPrinting, PrintDialogData data=None) -> PrintPreview
__init__(self, Printout printout, Printout printoutForPrinting) -> PrintPreview
__init__(self, Printout printout, Printout printoutForPrinting, PrintData data) -> PrintPreview
"""
newobj = _windows_.new_PrintPreview(*args)
@@ -4825,7 +4829,6 @@ class PyPrintPreview(PrintPreview):
def __init__(self, *args):
"""
__init__(self, Printout printout, Printout printoutForPrinting, PrintDialogData data=None) -> PyPrintPreview
__init__(self, Printout printout, Printout printoutForPrinting) -> PyPrintPreview
__init__(self, Printout printout, Printout printoutForPrinting, PrintData data) -> PyPrintPreview
"""
newobj = _windows_.new_PyPrintPreview(*args)