wxWidgets/utils/framelayout/samples/bitmaps/new.xpm
J. Russell Smyth 08973ff0aa Made frame layout stuff use system settings for colors, fonts
Added xpm's to frame layout demo area
makd fl_demo use xpm's under GTK
made fl use xpm transparency


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-03-13 23:58:43 +00:00

30 lines
649 B
C

/* XPM */
static char * new_xpm[] = {
"21 21 5 1",
" c None",
"+ c #FFFF00",
"@ c #848284",
"# c #000000",
"$ c #FFFFFF",
" ",
" ",
" ",
" + @+ @### ",
" @+ @$ @+$$## ",
" @+@+@+$$$#$# ",
" +@+$@@@@$#$$# ",
" @@@$++$$$$##### ",
" $@$$@##$$$$$# ",
" @ @+$$$$$$$$$# ",
" @$#######$$# ",
" #$$$$$$$$$$# ",
" #$#######$$# ",
" #$$$$$$$$$$# ",
" #$#######$$# ",
" #$$$$$$$$$$# ",
" #$$$$$$$$$$# ",
" ############ ",
" ",
" ",
" "};