Added pySketch sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
@ -40,6 +40,7 @@ Added wxGenBitmapTextButton, TablePrint, etc. contribs from Lorne White.
|
||||
|
||||
Added wxNativeFontInfo and wxFontMapper.
|
||||
|
||||
Added pySketch to the samples.
|
||||
|
||||
|
||||
|
||||
|
@ -47,6 +47,9 @@ include samples/wxProject/*.py
|
||||
include samples/StyleEditor/*.py
|
||||
include samples/StyleEditor/*.txt
|
||||
include samples/StyleEditor/*.cfg
|
||||
include samples/pySketch/*.py
|
||||
include samples/pySketch/images/*.bmp
|
||||
|
||||
|
||||
include wxPython/lib/*.py
|
||||
include wxPython/lib/*.txt
|
||||
@ -77,11 +80,11 @@ include src/gtk/*.h
|
||||
include src/gtk/*.py
|
||||
|
||||
include tools/*.py
|
||||
tools\XRCed\CHANGES
|
||||
tools\XRCed\TODO
|
||||
tools\XRCed\README
|
||||
tools\XRCed\*.py
|
||||
tools\XRCed\*.xrc
|
||||
tools/XRCed/CHANGES
|
||||
tools/XRCed/TODO
|
||||
tools/XRCed/README
|
||||
tools/XRCed/*.py
|
||||
tools/XRCed/*.xrc
|
||||
|
||||
|
||||
include contrib/glcanvas/*.i
|
||||
|
@ -136,10 +136,13 @@ Source: "samples\stxview\*.stx"; DestDir: "{app}\wxPython\sample
|
||||
Source: "samples\stxview\*.txt"; DestDir: "{app}\wxPython\samples\stxview"; Components: samples
|
||||
Source: "samples\stxview\StructuredText\*.py"; DestDir: "{app}\wxPython\samples\stxview\StructuredText"; Components: samples
|
||||
|
||||
Source: "samples\StyleEditor\*.txt"; DestDir: "{app}\wxPython\samples\StyleEditor"; Components: samples
|
||||
Source: "samples\StyleEditor\*.py"; DestDir: "{app}\wxPython\samples\StyleEditor"; Components: samples
|
||||
Source: "samples\StyleEditor\*.txt"; DestDir: "{app}\wxPython\samples\StyleEditor"; Components: samples
|
||||
Source: "samples\StyleEditor\*.py"; DestDir: "{app}\wxPython\samples\StyleEditor"; Components: samples
|
||||
Source: "samples\StyleEditor\*.cfg"; DestDir: "{app}\wxPython\samples\StyleEditor"; Components: samples
|
||||
|
||||
Source: "samples\pySketch\*.py"; DestDir: "{app}\wxPython\samples\pySketch"; Components: samples
|
||||
Source: "samples\pySketch\images\*.bmp"; DestDir: "{app}\wxPython\samples\pySketch\images"; Components: samples
|
||||
|
||||
|
||||
;;------------------------------------------------------------
|
||||
|
||||
|
1
wxPython/samples/pySketch/.cvsignore
Normal file
@ -0,0 +1 @@
|
||||
errors.txt
|
BIN
wxPython/samples/pySketch/images/duplicate.bmp
Normal file
After Width: | Height: | Size: 246 B |
BIN
wxPython/samples/pySketch/images/ellipseIcon.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/ellipseIconSel.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/fillOptIcon.bmp
Normal file
After Width: | Height: | Size: 246 B |
BIN
wxPython/samples/pySketch/images/lineIcon.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/lineIconSel.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/lineOptIcon.bmp
Normal file
After Width: | Height: | Size: 246 B |
BIN
wxPython/samples/pySketch/images/logo.bmp
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
wxPython/samples/pySketch/images/moveBack.bmp
Normal file
After Width: | Height: | Size: 246 B |
BIN
wxPython/samples/pySketch/images/moveForward.bmp
Normal file
After Width: | Height: | Size: 246 B |
BIN
wxPython/samples/pySketch/images/new.bmp
Normal file
After Width: | Height: | Size: 238 B |
BIN
wxPython/samples/pySketch/images/open.bmp
Normal file
After Width: | Height: | Size: 238 B |
BIN
wxPython/samples/pySketch/images/penOptIcon.bmp
Normal file
After Width: | Height: | Size: 246 B |
BIN
wxPython/samples/pySketch/images/rectIcon.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/rectIconSel.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/save.bmp
Normal file
After Width: | Height: | Size: 822 B |
BIN
wxPython/samples/pySketch/images/selectIcon.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/selectIconSel.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/textIcon.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/textIconSel.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wxPython/samples/pySketch/images/undo.bmp
Normal file
After Width: | Height: | Size: 246 B |