Added wxRichTextCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-10-19 12:52:47 +00:00
parent 65de19d80a
commit 5d7836c47d
63 changed files with 18991 additions and 1963 deletions

View File

@@ -0,0 +1,24 @@
/* XPM */
static char *alignleft_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
". c #4D4D4D",
" c None",
/* pixels */
" ",
" ",
" .............. ",
" ",
" .......... ",
" ",
" .............. ",
" ",
" .......... ",
" ",
" .............. ",
" ",
" .......... ",
" ",
" ",
" "
};