From: Robin Dunn Date: Wed, 1 Nov 2006 22:52:01 +0000 (+0000) Subject: Added the sample code from wxPython In Action to the samples dir X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4ff2cf09f91b2d532ec529950df95e61372fe011 Added the sample code from wxPython In Action to the samples dir git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/DIRLIST b/wxPython/distrib/DIRLIST index 20edc2b9a6..0c4fab5a26 100644 --- a/wxPython/distrib/DIRLIST +++ b/wxPython/distrib/DIRLIST @@ -77,6 +77,26 @@ wxPython/samples/pySketch wxPython/samples/pySketch/images wxPython/samples/simple wxPython/samples/wxProject +wxPython/samples/wxPIA_book +wxPython/samples/wxPIA_book/Chapter-01 +wxPython/samples/wxPIA_book/Chapter-02 +wxPython/samples/wxPIA_book/Chapter-03 +wxPython/samples/wxPIA_book/Chapter-04 +wxPython/samples/wxPIA_book/Chapter-05 +wxPython/samples/wxPIA_book/Chapter-06 +wxPython/samples/wxPIA_book/Chapter-07 +wxPython/samples/wxPIA_book/Chapter-08 +wxPython/samples/wxPIA_book/Chapter-09 +wxPython/samples/wxPIA_book/Chapter-10 +wxPython/samples/wxPIA_book/Chapter-11 +wxPython/samples/wxPIA_book/Chapter-12 +wxPython/samples/wxPIA_book/Chapter-13 +wxPython/samples/wxPIA_book/Chapter-14 +wxPython/samples/wxPIA_book/Chapter-15 +wxPython/samples/wxPIA_book/Chapter-16 +wxPython/samples/wxPIA_book/Chapter-16/helpfiles +wxPython/samples/wxPIA_book/Chapter-17 +wxPython/samples/wxPIA_book/Chapter-18 wxPython/scripts wxPython/src wxPython/src/gtk diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index e33a94677d..c94d1ceb97 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -473,6 +473,26 @@ Source: "samples\StyleEditor\*.cfg"; DestDir: "{app}\samples\StyleEditor" Source: "samples\wxProject\*.txt"; DestDir: "{app}\samples\wxProject"; Source: "samples\wxProject\*.py"; DestDir: "{app}\samples\wxProject"; +Source: "wxPython\samples\wxPIA_book\*"; DestDir: "{app}\wxPython\samples\wxPIA_book"; +Source: "wxPython\samples\wxPIA_book\Chapter-01\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-01"; +Source: "wxPython\samples\wxPIA_book\Chapter-02\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-02"; +Source: "wxPython\samples\wxPIA_book\Chapter-03\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-03"; +Source: "wxPython\samples\wxPIA_book\Chapter-04\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-04"; +Source: "wxPython\samples\wxPIA_book\Chapter-05\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-05"; +Source: "wxPython\samples\wxPIA_book\Chapter-06\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-06"; +Source: "wxPython\samples\wxPIA_book\Chapter-07\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-07"; +Source: "wxPython\samples\wxPIA_book\Chapter-08\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-08"; +Source: "wxPython\samples\wxPIA_book\Chapter-09\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-09"; +Source: "wxPython\samples\wxPIA_book\Chapter-10\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-10"; +Source: "wxPython\samples\wxPIA_book\Chapter-11\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-11"; +Source: "wxPython\samples\wxPIA_book\Chapter-12\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-12"; +Source: "wxPython\samples\wxPIA_book\Chapter-13\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-13"; +Source: "wxPython\samples\wxPIA_book\Chapter-14\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-14"; +Source: "wxPython\samples\wxPIA_book\Chapter-15\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-15"; +Source: "wxPython\samples\wxPIA_book\Chapter-16\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-16"; +Source: "wxPython\samples\wxPIA_book\Chapter-16\helpfiles\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-16\helpfiles"; +Source: "wxPython\samples\wxPIA_book\Chapter-17\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-17"; +Source: "wxPython\samples\wxPIA_book\Chapter-18\*"; DestDir: "{app}\wxPython\samples\wxPIA_book\Chapter-18"; Source: "scripts\pyshell"; DestDir: "{app}\scripts"; DestName: "pyshell.pyw"; @@ -558,6 +578,27 @@ Type: files; Name: "{app}\samples\pydocview\*.pyc"; Type: files; Name: "{app}\samples\docview\*.pyo"; Type: files; Name: "{app}\samples\pydocview\*.pyo"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-01\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-02\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-03\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-04\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-05\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-06\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-07\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-08\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-09\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-10\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-11\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-12\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-13\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-14\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-15\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-16\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-16\helpfiles\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-17\*"; +Type: files; Name: "{app}\wxPython\samples\wxPIA_book\Chapter-18\*"; + '''