Skip to content
Snippets Groups Projects
Commit 4fd14028 authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

*** empty log message ***

(Old svn revision: 10634)
parent 0db8e07a
No related branches found
No related tags found
No related merge requests found
/* XPM */
static char * top_left_active_xpm[] = {
"6 19 6 1",
"6 20 6 1",
" c None",
". c #000000",
"+ c #FFFFFF s active_hilight_2",
......@@ -25,4 +25,5 @@ static char * top_left_active_xpm[] = {
".+##%@",
".+##%@",
".+##%@",
".@@@@@"};
".@@@@@",
".+++%@};
/* XPM */
static char * top_left_ininactive_xpm[] = {
"6 19 5 1",
"6 20 8 1",
" c None",
". c #000000",
"+ c #FFFFFF s inactive_hilight_1",
"@ c #919191 s inactive_shadow_1",
"# c #E6E6E6 s inactive_color_1",
"& c #A1A1A1 s inactive_mid_2"
"* c #919191 s inactive_shadow_2"
"= c #FFFFFF s inactive_hilight_2",
" .",
" ..+",
" .++#",
......@@ -24,4 +27,5 @@ static char * top_left_ininactive_xpm[] = {
".+####",
".+####",
".+####",
".@@@@@"};
".@@@@@",
".===&*"};
/* XPM */
static char * top_right_active_xpm[] = {
"6 19 5 1",
"6 20 6 1",
" c None",
". c #000000",
"+ c #FFFFFF s active_hilight_2",
"# c #E6E6E6 s active_color_2",
"$ c #919191 s active_shadow_2",
"% c #A1A1A1 s active_mid_2",
". ",
"+.. ",
"+++. ",
"+##$. ",
"+##$. ",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"+###$.",
"$$$$$."};
"+#%$. ",
"+#%$. ",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"+##%$.",
"$$$$$.",
"+++%$."};
/* XPM */
static char * top_right_ininactive_xpm[] = {
"6 19 5 1",
static char * top_right_inactive_xpm[] = {
"6 20 9 1",
" c None",
". c #000000",
"+ c #FFFFFF s inactive_hilight_1",
"# c #E6E6E6 s inactive_color_1",
"$ c #919191 s inactive_shadow_1",
"% c #A1A1A1 s inactive_mid_1",
"& c #A1A1A1 s inactive_mid_2"
"* c #A1A1A1 s inactive_shadow_2"
"= c #FFFFFF s inactive_hilight_2",
". ",
"+.. ",
"#++. ",
"###$. ",
"###$. ",
"####$.",
"####$.",
"####$.",
"####$.",
"####$.",
"####$.",
"####$.",
"####$.",
"####$.",
"####$.",
"####$.",
"####$.",
"####$.",
"$$$$$."};
"##%$. ",
"##%$. ",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"###%$.",
"$$$$$.",
"===&*."};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment