Added wrappers and demo for RichTextCtrl
authorRobin Dunn <robin@alldunn.com>
Tue, 23 May 2006 01:10:25 +0000 (01:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 23 May 2006 01:10:25 +0000 (01:10 +0000)
commit30fc5e8fee1557e4049d35d416d76a2bebdd8780
tree6b271763b7e72c77625682b52800ca3f535cfb4d
parent8fa8d158bd6aadab98b40fc85a30425ada252ff4
Added wrappers and demo for RichTextCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
28 files changed:
wxPython/demo/Main.py
wxPython/demo/RichTextCtrl.py [new file with mode: 0644]
wxPython/demo/bmp_source/rt_alignleft.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_alignright.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_bold.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_centre.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_copy.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_cut.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_font.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_idea.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_indentless.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_indentmore.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_italic.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_open.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_paste.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_redo.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_sample.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_save.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_smiley.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_underline.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_undo.xpm [new file with mode: 0644]
wxPython/demo/bmp_source/rt_zebra.xpm [new file with mode: 0644]
wxPython/demo/encode_bitmaps.py
wxPython/demo/images.py
wxPython/demo/run.py
wxPython/docs/CHANGES.txt
wxPython/setup.py
wxPython/src/richtext.i [new file with mode: 0644]