lyx_mirror/lib/images/toolbar-toggle_table.xpm
Edwin Leuven 630fe09637 - introduces toolbar_toggle lfun
- adds a "toggle math toolbar" and "toggle table toolbar" buttons to the main toolbar
 (i also moved "toggle toc" there)
- adds a "toggle math panels" button to the math toolbar
- reshuffles the Big Operators panel to avoid confusion with the sum icon on the math toolbar
- adds some icons

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18478 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-23 22:08:07 +00:00

31 lines
681 B
C

/* XPM */
static char * toolbar-toggle_table_xpm[] = {
"20 20 7 1",
"X c None",
". c #777777",
"+ c #C9C9C9",
"@ c #919191",
"0 c #ffffff",
"# c #606060",
" c #000000",
".................+@X",
"..+++++++++++++++@@#",
".+XXXXXXXXXXXXXXX@@#",
".+XXXXXXXXXXXXXXX@@#",
".+X X@@#",
".+X 000 000 000 X@@#",
".+X 000 000 000 X@@#",
".+X X@@#",
".+X 000 000 000 X@@#",
".+X 000 000 000 X@@#",
".+X X@@#",
".+X 000 000 000 X@@#",
".+X 000 000 000 X@@#",
".+X X@@#",
".+XXXXXXXXXXXXXXX@@#",
".+XXXXXXXXXXXXXXX@@#",
"+@@@@@@@@@@@@@@@@@@#",
"@@@@@@@@@@@@@@@@@@##",
"X###################",
"XXXXXXXXXXXXXXXXXXXX"};