Version 0.4 of wxPython for MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,6 +65,7 @@ class wxColourDialog(wxColourDialogPtr):
|
||||
args = tuple(argl)
|
||||
self.this = apply(cmndlgsc.new_wxColourDialog,(arg0.this,)+args)
|
||||
self.thisown = 1
|
||||
wxp._StdDialogCallbacks(self)
|
||||
|
||||
|
||||
|
||||
@@ -101,6 +102,7 @@ class wxDirDialog(wxDirDialogPtr):
|
||||
args = tuple(argl)
|
||||
self.this = apply(cmndlgsc.new_wxDirDialog,(arg0.this,)+args)
|
||||
self.thisown = 1
|
||||
wxp._StdDialogCallbacks(self)
|
||||
|
||||
|
||||
|
||||
@@ -164,6 +166,7 @@ class wxFileDialog(wxFileDialogPtr):
|
||||
args = tuple(argl)
|
||||
self.this = apply(cmndlgsc.new_wxFileDialog,(arg0.this,)+args)
|
||||
self.thisown = 1
|
||||
wxp._StdDialogCallbacks(self)
|
||||
|
||||
|
||||
|
||||
@@ -194,6 +197,7 @@ class wxSingleChoiceDialog(wxSingleChoiceDialogPtr):
|
||||
args = tuple(argl)
|
||||
self.this = apply(cmndlgsc.new_wxSingleChoiceDialog,(arg0.this,arg1,arg2,arg3,)+args)
|
||||
self.thisown = 1
|
||||
wxp._StdDialogCallbacks(self)
|
||||
|
||||
|
||||
|
||||
@@ -221,6 +225,7 @@ class wxTextEntryDialog(wxTextEntryDialogPtr):
|
||||
args = tuple(argl)
|
||||
self.this = apply(cmndlgsc.new_wxTextEntryDialog,(arg0.this,arg1,)+args)
|
||||
self.thisown = 1
|
||||
wxp._StdDialogCallbacks(self)
|
||||
|
||||
|
||||
|
||||
@@ -307,6 +312,7 @@ class wxFontDialog(wxFontDialogPtr):
|
||||
args = tuple(argl)
|
||||
self.this = apply(cmndlgsc.new_wxFontDialog,(arg0.this,)+args)
|
||||
self.thisown = 1
|
||||
wxp._StdDialogCallbacks(self)
|
||||
|
||||
|
||||
|
||||
@@ -437,6 +443,7 @@ class wxPageSetupDialog(wxPageSetupDialogPtr):
|
||||
args = tuple(argl)
|
||||
self.this = apply(cmndlgsc.new_wxPageSetupDialog,(arg0.this,)+args)
|
||||
self.thisown = 1
|
||||
wxp._StdDialogCallbacks(self)
|
||||
|
||||
|
||||
|
||||
@@ -546,6 +553,7 @@ class wxPrintDialog(wxPrintDialogPtr):
|
||||
args = tuple(argl)
|
||||
self.this = apply(cmndlgsc.new_wxPrintDialog,(arg0.this,)+args)
|
||||
self.thisown = 1
|
||||
wxp._StdDialogCallbacks(self)
|
||||
|
||||
|
||||
|
||||
@@ -567,6 +575,7 @@ class wxMessageDialog(wxMessageDialogPtr):
|
||||
args = tuple(argl)
|
||||
self.this = apply(cmndlgsc.new_wxMessageDialog,(arg0.this,arg1,)+args)
|
||||
self.thisown = 1
|
||||
wxp._StdDialogCallbacks(self)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user