reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-28 03:01:58 +00:00
parent 027aef71af
commit 70d7cb34a6
33 changed files with 24717 additions and 3173 deletions

View File

@@ -405,6 +405,10 @@ class TopLevelWindow(_core.Window):
"""GetTitle(self) -> String"""
return _windows_.TopLevelWindow_GetTitle(*args, **kwargs)
def EnableCloseButton(*args, **kwargs):
"""EnableCloseButton(self, bool enable) -> bool"""
return _windows_.TopLevelWindow_EnableCloseButton(*args, **kwargs)
def SetShape(*args, **kwargs):
"""SetShape(self, Region region) -> bool"""
return _windows_.TopLevelWindow_SetShape(*args, **kwargs)
@@ -434,10 +438,6 @@ class TopLevelWindow(_core.Window):
return _windows_.TopLevelWindow_CenterOnScreen(*args, **kwargs)
CentreOnScreen = CenterOnScreen
def EnableCloseButton(*args, **kwargs):
"""EnableCloseButton(self, bool enable=True) -> bool"""
return _windows_.TopLevelWindow_EnableCloseButton(*args, **kwargs)
def GetDefaultItem(*args, **kwargs):
"""
GetDefaultItem(self) -> Window
@@ -4419,6 +4419,54 @@ class Printout(_core.Object):
"""SetDC(self, DC dc)"""
return _windows_.Printout_SetDC(*args, **kwargs)
def FitThisSizeToPaper(*args, **kwargs):
"""FitThisSizeToPaper(self, Size imageSize)"""
return _windows_.Printout_FitThisSizeToPaper(*args, **kwargs)
def FitThisSizeToPage(*args, **kwargs):
"""FitThisSizeToPage(self, Size imageSize)"""
return _windows_.Printout_FitThisSizeToPage(*args, **kwargs)
def FitThisSizeToPageMargins(*args, **kwargs):
"""FitThisSizeToPageMargins(self, Size imageSize, PageSetupDialogData pageSetupData)"""
return _windows_.Printout_FitThisSizeToPageMargins(*args, **kwargs)
def MapScreenSizeToPaper(*args, **kwargs):
"""MapScreenSizeToPaper(self)"""
return _windows_.Printout_MapScreenSizeToPaper(*args, **kwargs)
def MapScreenSizeToPage(*args, **kwargs):
"""MapScreenSizeToPage(self)"""
return _windows_.Printout_MapScreenSizeToPage(*args, **kwargs)
def MapScreenSizeToPageMargins(*args, **kwargs):
"""MapScreenSizeToPageMargins(self, PageSetupDialogData pageSetupData)"""
return _windows_.Printout_MapScreenSizeToPageMargins(*args, **kwargs)
def MapScreenSizeToDevice(*args, **kwargs):
"""MapScreenSizeToDevice(self)"""
return _windows_.Printout_MapScreenSizeToDevice(*args, **kwargs)
def GetLogicalPaperRect(*args, **kwargs):
"""GetLogicalPaperRect(self) -> Rect"""
return _windows_.Printout_GetLogicalPaperRect(*args, **kwargs)
def GetLogicalPageRect(*args, **kwargs):
"""GetLogicalPageRect(self) -> Rect"""
return _windows_.Printout_GetLogicalPageRect(*args, **kwargs)
def GetLogicalPageMarginsRect(*args, **kwargs):
"""GetLogicalPageMarginsRect(self, PageSetupDialogData pageSetupData) -> Rect"""
return _windows_.Printout_GetLogicalPageMarginsRect(*args, **kwargs)
def SetLogicalOrigin(*args, **kwargs):
"""SetLogicalOrigin(self, int x, int y)"""
return _windows_.Printout_SetLogicalOrigin(*args, **kwargs)
def OffsetLogicalOrigin(*args, **kwargs):
"""OffsetLogicalOrigin(self, int xoff, int yoff)"""
return _windows_.Printout_OffsetLogicalOrigin(*args, **kwargs)
def SetPageSizePixels(*args, **kwargs):
"""SetPageSizePixels(self, int w, int h)"""
return _windows_.Printout_SetPageSizePixels(*args, **kwargs)
@@ -4451,6 +4499,14 @@ class Printout(_core.Object):
"""GetPPIPrinter() -> (x,y)"""
return _windows_.Printout_GetPPIPrinter(*args, **kwargs)
def SetPaperRectPixels(*args, **kwargs):
"""SetPaperRectPixels(self, Rect paperRectPixels)"""
return _windows_.Printout_SetPaperRectPixels(*args, **kwargs)
def GetPaperRectPixels(*args, **kwargs):
"""GetPaperRectPixels(self) -> Rect"""
return _windows_.Printout_GetPaperRectPixels(*args, **kwargs)
def IsPreview(*args, **kwargs):
"""IsPreview(self) -> bool"""
return _windows_.Printout_IsPreview(*args, **kwargs)