Added ability to disable images in wxRTC for performance or image corruption reasons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
32
include/wx/richtext/bitmaps/image_placeholder24x24.xpm
Normal file
32
include/wx/richtext/bitmaps/image_placeholder24x24.xpm
Normal file
@@ -0,0 +1,32 @@
|
||||
/* XPM */
|
||||
static char *image_placeholder24x24_xpm[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"24 24 2 1",
|
||||
" c #7E97A9",
|
||||
". c #EBEBFF",
|
||||
/* pixels */
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
"...... ...... ",
|
||||
"...... ...... ",
|
||||
"...... ...... ",
|
||||
"...... ...... ",
|
||||
"...... ...... ",
|
||||
"...... ...... ",
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
" ...... ......",
|
||||
"...... ...... ",
|
||||
"...... ...... ",
|
||||
"...... ...... ",
|
||||
"...... ...... ",
|
||||
"...... ...... ",
|
||||
"...... ...... "
|
||||
};
|
Reference in New Issue
Block a user