view pixmaps/tb_help.xpm @ 9236:9940e9b2a725 v7.4.1901

commit https://github.com/vim/vim/commit/762f1754370a1278167c8cba6c047ef319fc099c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 22:36:17 2016 +0200 patch 7.4.1901 Problem: Win32: the "Disabled" menu items would appear enabled. Solution: Use submenu_id if there is a parent. (Shane Harper, closes https://github.com/vim/vim/issues/834)
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 22:45:05 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_help_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 3 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"      .....X      ",
"     ..  X..X     ",
"    ..X   ...     ",
"    ..X   ...     ",
"    X..  X..X     ",
"         ..X      ",
"        ..        ",
"       ..X        ",
"       ..X        ",
"                  ",
"       ..X        ",
"       ..X        ",
"       ..X        ",
"        XX        ",
"                  ",
"                  "};