From d84d173e25ebeb0b36bec1c586b7692ee08b8479 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 14 Nov 2002 01:34:28 +0000 Subject: [PATCH] Initial debugger icons --- lisp/toolbar/gud-display.xpm | 29 +++++++++++++++++++++++++++++ lisp/toolbar/gud-print.xpm | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 lisp/toolbar/gud-display.xpm create mode 100644 lisp/toolbar/gud-print.xpm diff --git a/lisp/toolbar/gud-display.xpm b/lisp/toolbar/gud-display.xpm new file mode 100644 index 00000000000..85c57bc2aa1 --- /dev/null +++ b/lisp/toolbar/gud-display.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * display_xpm[] = { +"24 24 2 1", +" c #C0C0C0C0C0C0", +". c #000000000000", +" ", +" ", +" ", +" ", +" ... ", +" .. ", +" .. ", +" .. ", +" ..... ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" ...... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/lisp/toolbar/gud-print.xpm b/lisp/toolbar/gud-print.xpm new file mode 100644 index 00000000000..cab2b7d6109 --- /dev/null +++ b/lisp/toolbar/gud-print.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * print_xpm[] = { +"24 24 2 1", +" c #C0C0C0C0C0C0", +". c #000000000000", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ... ", +" ... ... ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" ... .. ", +" .. .. ", +" .. ", +" .. ", +" .. ", +" .... ", +" ", +" ", +" "}; -- 2.39.2