Added color setting tool to the RichTextCtrl sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-07-22 23:05:30 +00:00
parent 591ab02f8c
commit b97ff8ed66
4 changed files with 110 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ command_lines = [
"-a -u -n _rt_alignright bmp_source/rt_alignright.xpm images.py",
"-a -u -n _rt_bold bmp_source/rt_bold.xpm images.py",
"-a -u -n _rt_centre bmp_source/rt_centre.xpm images.py",
"-a -u -n _rt_colour bmp_source/rt_colour.xpm images.py",
"-a -u -n _rt_copy bmp_source/rt_copy.xpm images.py",
"-a -u -n _rt_cut bmp_source/rt_cut.xpm images.py",
"-a -u -n _rt_font bmp_source/rt_font.xpm images.py",