diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2002-11-14 01:34:28 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2002-11-14 01:34:28 +0000 |
commit | d84d173e25ebeb0b36bec1c586b7692ee08b8479 (patch) | |
tree | b0d1f60ca34a70eab235d7e93d226f99f93c1a84 | |
parent | e1a6f3a453a7438f164e5ac738fee2fe51cd436d (diff) | |
download | emacs-d84d173e25ebeb0b36bec1c586b7692ee08b8479.tar.gz |
Initial debugger icons
-rw-r--r-- | lisp/toolbar/gud-display.xpm | 29 | ||||
-rw-r--r-- | lisp/toolbar/gud-print.xpm | 29 |
2 files changed, 58 insertions, 0 deletions
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", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ... ... ", +" ... ... ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" ... .. ", +" .. .. ", +" .. ", +" .. ", +" .. ", +" .... ", +" ", +" ", +" "}; |