Merged GSOC Ribbon work from SOC2009_RIBBON branch into trunk.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
46
samples/ribbon/expand_selection_v.xpm
Normal file
46
samples/ribbon/expand_selection_v.xpm
Normal file
@@ -0,0 +1,46 @@
|
||||
/* XPM */
|
||||
static const char *const expand_selection_v_xpm[] = {
|
||||
"32 32 10 1",
|
||||
". c black",
|
||||
"h c #8EE964",
|
||||
"g c #99EC70",
|
||||
"f c #A4EF7B",
|
||||
"e c #AFF187",
|
||||
"d c #B9F493",
|
||||
"c c #C4F79E",
|
||||
"b c #CFFAAA",
|
||||
"a c #DAFCB5",
|
||||
" c None",
|
||||
" .. ",
|
||||
" .aa. ",
|
||||
" .bbbb. ",
|
||||
" .cccccc. ",
|
||||
" .dddddddd. ",
|
||||
" ...eeee... ",
|
||||
" .ffff. ",
|
||||
" .gggg. ",
|
||||
" .hhhh. ",
|
||||
" ...... ",
|
||||
" ",
|
||||
" ",
|
||||
" .. .. .. .. .. .. .. .. ",
|
||||
" . . ",
|
||||
" ",
|
||||
" . . ",
|
||||
" . . ",
|
||||
" ",
|
||||
" . . ",
|
||||
" .. .. .. .. .. .. .. .. ",
|
||||
" ",
|
||||
" ",
|
||||
" ...... ",
|
||||
" .hhhh. ",
|
||||
" .gggg. ",
|
||||
" .ffff. ",
|
||||
" ...eeee... ",
|
||||
" .dddddddd. ",
|
||||
" .cccccc. ",
|
||||
" .bbbb. ",
|
||||
" .aa. ",
|
||||
" .. "
|
||||
};
|
Reference in New Issue
Block a user