]> git.saurik.com Git - wxWidgets.git/commit - wxPython/samples/wxPIA_book/Chapter-13/icon07.png
Added the sample code from wxPython In Action to the samples dir
authorRobin Dunn <robin@alldunn.com>
Wed, 1 Nov 2006 22:36:23 +0000 (22:36 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 1 Nov 2006 22:36:23 +0000 (22:36 +0000)
commitbe05b434519887d3e8c1634120d52e052b0530c1
tree732e4ba24287e160957528bc615d7766b4460977
parentbb2775b9e8bc1b882d9a5c7ffe68371717b9e5dc
Added the sample code from wxPython In Action to the samples dir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
184 files changed:
wxPython/samples/wxPIA_book/Chapter-01/bare.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-01/hello.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-01/python_compare.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-01/sample.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-01/spare.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-01/wxPython.jpg [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-02/dialog_scratch.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-02/images.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-02/insert.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-02/startup.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-02/toolbar.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-03/customEvent.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-03/double_event_one.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-03/menu_event.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-03/mouse_event.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-04/PyWrap.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-04/images.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-04/pycrust-foundation.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-04/pywrap [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-04/spare.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/abstractmodel.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/badExample.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/generictable.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/goodExample.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/gridGeneric.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/gridModel.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/gridNoModel.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/lineuptable.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/modelExample.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/testEventExample.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-05/testExample.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/example1.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/example2.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/example3.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/example4.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/example5.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/example6.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/example7.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/new.bmp [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/open.bmp [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/save.bmp [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-06/splash.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/bitmap.bmp [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/bitmap_button.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/button.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/checkbox.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/choice.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/combo_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/gauge.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/generic_button.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/list_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/radio.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/radio_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/slider.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/spinner.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/static_text.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/text_ctrl.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-07/text_ctrl_multiple.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/frame_subclass.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/help_context.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/images.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/mdi.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/miniframe.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/scroll_window.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/shaped_frame.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/shaped_frame_mobile.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/simple_frame.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-08/splitter.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/choice_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/color_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/dir_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/file_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/font_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/image_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/message_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/modal_dialog.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/progress_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/startup_tip.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/text_box.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/tips.txt [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/validator1.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/validator2.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/validator3.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-09/wizard.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/add_items.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/create_just_menu.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/create_simple_menu.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/disable_item.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/fancy_items.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/find_item.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/open.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/popupmenu.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/sub_menu.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/toggle_items.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/update_ui.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-10/with_accelerator.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/basicflexgridsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/basicgridsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/blockwindow.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/bordergridsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/boxsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/gridbagsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/mingridsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/prependgridsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/realworld.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/resizeflexgridsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/resizegridsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-11/staticboxsizer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-12/draw_image.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-12/image.bmp [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-12/image.gif [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-12/image.jpg [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-12/image.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-12/images.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-12/masked-portrait.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-12/radargraph.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/data.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/icon01.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/icon02.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/icon03.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/icon04.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/icon05.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/icon06.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/icon07.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/icon08.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/list_icon.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/list_list.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/list_report.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/list_report_colsort.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/list_report_etc.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/list_report_virtual.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/list_smicon.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/sm_down.bmp [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/sm_up.bmp [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/smicon01.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/smicon02.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/smicon03.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/smicon04.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/smicon05.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-13/smicon06.png [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-14/grid_attr.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-14/grid_basic.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-14/grid_editor.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-14/grid_headers.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-14/grid_renderer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-14/grid_size.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-14/grid_table.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-14/grid_table_basic.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-14/grid_table_header.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-15/data.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-15/tree_icons.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-15/tree_misc.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-15/tree_simple.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-15/tree_treelist.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-15/tree_virtual.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/Index.hhk [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/another.hhc [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/another.hhp [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/another.htm [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/book1.htm [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/book2.htm [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/contents.hhc [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/main.htm [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/page2-b.htm [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/helpfiles/testing.hhp [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/html_help.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/html_tag.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/html_window.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/html_window_loadpage.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-16/html_window_related.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-17/printing.py [new file with mode: 0755]
wxPython/samples/wxPIA_book/Chapter-17/sample-text.txt [new file with mode: 0755]
wxPython/samples/wxPIA_book/Chapter-18/clipboard.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/customcomposite.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/drop_source.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/drop_target.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/sound.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/sound1.wav [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/sound2.wav [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/timer.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/worker_threads.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/xrcsample.py [new file with mode: 0644]
wxPython/samples/wxPIA_book/Chapter-18/xrcsample.xrc [new file with mode: 0644]
wxPython/samples/wxPIA_book/README.txt [new file with mode: 0644]