/[emacs]/emacs/lisp/progmodes/idlw-toolbar.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/idlw-toolbar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.9 by eliz, Sat Dec 1 12:54:29 2001 UTC revision 3.9.4.1 by miles, Fri Apr 4 06:20:35 2003 UTC
# Line 1  Line 1 
1  ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE  ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE
2  ;; Copyright (c) 1999, 2000 Free Software Foundation  ;; Copyright (c) 1999, 2000, 2001,2002 Free Software Foundation
3    
4  ;; Author: Carsten Dominik <dominik@strw.leidenuniv.nl>  ;; Author: Carsten Dominik <dominik@astro.uva.nl>
5  ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu>  ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
6  ;; Version: 4.7  ;; Version: 4.15
7  ;; Date: $Date$  ;; Date: $Date$
8  ;; Keywords: processes  ;; Keywords: processes
9    
# Line 29  Line 29 
29  ;; This file implements a debugging toolbar for IDLWAVE.  It requires  ;; This file implements a debugging toolbar for IDLWAVE.  It requires
30  ;; Emacs or XEmacs with toolbar and xpm support.  ;; Emacs or XEmacs with toolbar and xpm support.
31    
32    ;; New versions of IDLWAVE, documentation, and more information
33    ;; available from:
34    ;;                 http://idlwave.org
35    
36    
37  ;;; Code:  ;;; Code:
38    
# Line 59  Line 63 
63     "/* XPM */     "/* XPM */
64  static char * file[] = {  static char * file[] = {
65  \"28 28 2 1\",  \"28 28 2 1\",
66  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
67  \".     c #000000000000\",  \".     c #000000000000\",
68  \"                            \",  \"                            \",
69  \"                            \",  \"                            \",
# Line 96  static char * file[] = { Line 100  static char * file[] = {
100     "/* XPM */     "/* XPM */
101  static char * file[] = {  static char * file[] = {
102  \"28 28 3 1\",  \"28 28 3 1\",
103  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
104  \".     c #000000000000\",  \".     c #000000000000\",
105  \"R     c #FFFF00000000\",  \"R     c #FFFF00000000\",
106  \"                            \",  \"                            \",
# Line 134  static char * file[] = { Line 138  static char * file[] = {
138     "/* XPM */     "/* XPM */
139  static char * file[] = {  static char * file[] = {
140  \"28 28 3 1\",  \"28 28 3 1\",
141  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
142  \".     c #000000000000\",  \".     c #000000000000\",
143  \"R     c #FFFF00000000\",  \"R     c #FFFF00000000\",
144  \"                            \",  \"                            \",
# Line 172  static char * file[] = { Line 176  static char * file[] = {
176     "/* XPM */     "/* XPM */
177  static char * file[] = {  static char * file[] = {
178  \"28 28 4 1\",  \"28 28 4 1\",
179  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
180  \"_     c #FFFFFFFFFFFF\",  \"_     c #FFFFFFFFFFFF\",
181  \".     c #000000000000\",  \".     c #000000000000\",
182  \"R     c #FFFF00000000\",  \"R     c #FFFF00000000\",
# Line 212  static char * file[] = { Line 216  static char * file[] = {
216     "/* XPM */     "/* XPM */
217  static char * file[] = {  static char * file[] = {
218  \"28 28 3 1\",  \"28 28 3 1\",
219  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
220  \".     c #000000000000\",  \".     c #000000000000\",
221  \"R     c #FFFF00000000\",  \"R     c #FFFF00000000\",
222  \"                            \",  \"                            \",
# Line 250  static char * file[] = { Line 254  static char * file[] = {
254     "/* XPM */     "/* XPM */
255  static char * file[] = {  static char * file[] = {
256  \"28 28 4 1\",  \"28 28 4 1\",
257  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
258  \".     c #000000000000\",  \".     c #000000000000\",
259  \"X     c #FFFFFFFFFFFF\",  \"X     c #FFFFFFFFFFFF\",
260  \"R     c #FFFF00000000\",  \"R     c #FFFF00000000\",
# Line 289  static char * file[] = { Line 293  static char * file[] = {
293     "/* XPM */     "/* XPM */
294  static char * file[] = {  static char * file[] = {
295  \"28 28 2 1\",  \"28 28 2 1\",
296  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
297  \".     c #000000000000\",  \".     c #000000000000\",
298  \"                            \",  \"                            \",
299  \"                            \",  \"                            \",
# Line 326  static char * file[] = { Line 330  static char * file[] = {
330     "/* XPM */     "/* XPM */
331  static char * file[] = {  static char * file[] = {
332  \"28 28 3 1\",  \"28 28 3 1\",
333  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
334  \".     s FgColor c #000000000000\",  \".     s FgColor c #000000000000\",
335  \"G     c #0000BBBB0000\",  \"G     c #0000BBBB0000\",
336  \"                            \",  \"                            \",
# Line 364  static char * file[] = { Line 368  static char * file[] = {
368     "/* XPM */     "/* XPM */
369  static char * file[] = {  static char * file[] = {
370  \"28 28 3 1\",  \"28 28 3 1\",
371  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
372  \".     s FgColor c #000000000000\",  \".     s FgColor c #000000000000\",
373  \"G     c #0000BBBB0000\",  \"G     c #0000BBBB0000\",
374  \"                            \",  \"                            \",
# Line 395  static char * file[] = { Line 399  static char * file[] = {
399  \"                            \",  \"                            \",
400  \"                            \",  \"                            \",
401  \"                            \"};")  \"                            \"};")
402    "The Cont icon.")          "The Cont icon.")
403    
404  (defvar idlwave-toolbar-to-here-icon  (defvar idlwave-toolbar-to-here-icon
405    (idlwave-toolbar-make-button    (idlwave-toolbar-make-button
406     "/* XPM */     "/* XPM */
407  static char * file[] = {  static char * file[] = {
408  \"28 28 4 1\",  \"28 28 4 1\",
409  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
410  \".     c #000000000000\",  \".     c #000000000000\",
411  \"G     c #0000BBBB0000\",  \"G     c #0000BBBB0000\",
412  \"R     c #FFFF00000000\",  \"R     c #FFFF00000000\",
# Line 441  static char * file[] = { Line 445  static char * file[] = {
445     "/* XPM */     "/* XPM */
446  static char * file[] = {  static char * file[] = {
447  \"28 28 3 1\",  \"28 28 3 1\",
448  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
449  \".     c #000000000000\",  \".     c #000000000000\",
450  \"G     c #0000BBBB0000\",  \"G     c #0000BBBB0000\",
451  \"                            \",  \"                            \",
# Line 479  static char * file[] = { Line 483  static char * file[] = {
483     "/* XPM */     "/* XPM */
484  static char * file[] = {  static char * file[] = {
485  \"28 28 3 1\",  \"28 28 3 1\",
486  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
487  \".     c #000000000000\",  \".     c #000000000000\",
488  \"G     c #0000BBBB0000\",  \"G     c #0000BBBB0000\",
489  \"                            \",  \"                            \",
# Line 517  static char * file[] = { Line 521  static char * file[] = {
521     "/* XPM */     "/* XPM */
522  static char * file[] = {  static char * file[] = {
523  \"28 28 3 1\",  \"28 28 3 1\",
524  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
525  \".     c #000000000000\",  \".     c #000000000000\",
526  \"G     c #0000BBBB0000\",  \"G     c #0000BBBB0000\",
527  \"                            \",  \"                            \",
# Line 556  static char * file[] = { Line 560  static char * file[] = {
560     "/* XPM */     "/* XPM */
561  static char * file[] = {  static char * file[] = {
562  \"28 28 2 1\",  \"28 28 2 1\",
563  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
564  \".     c #000000000000\",  \".     c #000000000000\",
565  \"                            \",  \"                            \",
566  \"                            \",  \"                            \",
# Line 593  static char * file[] = { Line 597  static char * file[] = {
597     "/* XPM */     "/* XPM */
598  static char * file[] = {  static char * file[] = {
599  \"28 28 5 1\",  \"28 28 5 1\",
600  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
601  \".     s FgColor c #000000000000\",  \".     s FgColor c #000000000000\",
602  \"_     c #FFFFFFFFFFFF\",  \"_     c #FFFFFFFFFFFF\",
603  \"G     c #0000BBBB0000\",  \"G     c #0000BBBB0000\",
# Line 633  static char * file[] = { Line 637  static char * file[] = {
637     "/* XPM */     "/* XPM */
638  static char * file[] = {  static char * file[] = {
639  \"28 28 5 1\",  \"28 28 5 1\",
640  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
641  \".     s FgColor c #000000000000\",  \".     s FgColor c #000000000000\",
642  \"_     c #FFFFFFFFFFFF\",  \"_     c #FFFFFFFFFFFF\",
643  \"G     c #0000BBBB0000\",  \"G     c #0000BBBB0000\",
# Line 673  static char * file[] = { Line 677  static char * file[] = {
677     "/* XPM */     "/* XPM */
678  static char * file[] = {  static char * file[] = {
679  \"28 28 3 1\",  \"28 28 3 1\",
680  \"      c #C8C8C8C8C8C8 s backgroundToolBarColor\",  \"      c None s backgroundToolBarColor\",
681  \"G     c #0000BBBB0000\",  \"G     c #0000BBBB0000\",
682  \".     c #000000000000\",  \".     c #000000000000\",
683  \"                            \",  \"                            \",
# Line 874  static char * file[] = { Line 878  static char * file[] = {
878  (provide 'idlwave-toolbar)  (provide 'idlwave-toolbar)
879    
880  ;;; idlw-toolbar.el ends here  ;;; idlw-toolbar.el ends here
881    
882    

Legend:
Removed from v.3.9  
changed lines
  Added in v.3.9.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26