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
This commit is contained in:
J. Russell Smyth
1999-03-13 23:58:43 +00:00
parent 294e9a7aa0
commit 08973ff0aa
22 changed files with 654 additions and 36 deletions

View File

@@ -0,0 +1,31 @@
/* XPM */
static char * file_icon_xpm[] = {
"12 12 16 1",
" c None",
". c #000000",
"+ c #800000",
"@ c #008000",
"# c #808000",
"$ c #000080",
"% c #800080",
"& c #008080",
"* c #808080",
"- c #FF0000",
"; c #00FF00",
"> c #FFFF00",
", c #0000FF",
"' c #FF00FF",
") c #00FFFF",
"! c #FFFFFF",
" ....... ",
" .!!!!!.. ",
" .!$$$!. . ",
" .!!!!!.... ",
" .!$$$!!!!. ",
" .!!!!!!!!. ",
" .!$$$$$$!. ",
" .!!!!!!!!. ",
" .!$$$$$$!. ",
" .!!!!!!!!. ",
" .!!!!!!!!. ",
" .......... "};