source: tags/initial/GDE/LOOPTOOL/globals.h

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 432 bytes
Line 
1        FILE *infile,*tempfile;
2        double xmax,ymax,xmin,ymin;
3        double xscale,yscale,xoffset,yoffset;
4        int seqlen,modified,seqnum,nuc_sel1,nuc_sel2,select_state;
5        int constraint_state,redo,ddepth,ddepth1,Mxdepth,sho_con;
6        int WINDOW_SIZE;
7        char *seqname;
8        DataSet dataset;
9        Base *baselist;
10
11        Menu File,Edit,Style;
12        struct pixfont *screenfont,*fonts[20];
13        Frame page,file_dialog,print_dialog;
14        Canvas pagecan;
15        Pixwin *pagewin;
Note: See TracBrowser for help on using the repository browser.