Icon for GUD to print dereferenced value

This commit is contained in:
Nick Roberts 2005-06-05 08:04:35 +00:00
parent 2884ae6dc6
commit 02389254fa
3 changed files with 39 additions and 0 deletions

BIN
lisp/toolbar/gud-pstar.pbm Normal file

Binary file not shown.

View file

@ -0,0 +1,10 @@
#define gud-pstar_width 24
#define gud-pstar_height 24
static unsigned char gud-pstar_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0xee, 0x00, 0x00, 0xdc, 0x01, 0x00, 0x8c, 0x11, 0x00, 0x8c, 0x55,
0x00, 0x8c, 0x39, 0x00, 0x8c, 0x55, 0x00, 0x8c, 0x11, 0x00, 0xdc, 0x00,
0x00, 0x6c, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x0c, 0x00,
0x00, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
};

View file

@ -0,0 +1,29 @@
/* XPM */
static char * gud_pstar_xpm[] = {
"24 24 2 1",
" c #BDBDBEBEBDBD",
". c #000000000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ... ... ",
" ... ... ",
" .. .. . ",
" .. .. . . . ",
" .. .. ... ",
" .. .. . . . ",
" .. .. . ",
" ... .. ",
" .. .. ",
" .. ",
" .. ",
" .. ",
" .... ",
" ",
" ",
" "};