~ubuntu-branches/ubuntu/maverick/ncbi-tools6/maverick

« back to all changes in this revision

Viewing changes to demo/entrez.c

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*
30
30
* Version Creation Date:   8/5/96
31
31
*
32
 
* $Revision: 6.34 $
 
32
* $Revision: 6.36 $
33
33
*
34
34
* File Description: 
35
35
*
36
36
* Modifications:  
37
37
* --------------------------------------------------------------------------
38
38
* $Log: entrez.c,v $
 
39
* Revision 6.36  2002/01/04 15:01:43  kans
 
40
* move query window down a bit
 
41
*
 
42
* Revision 6.35  2002/01/03 16:56:44  kans
 
43
* unique names for windows, different positions for comparison with entrez2
 
44
*
39
45
* Revision 6.34  2000/12/05 17:52:58  kans
40
46
* removed cn3d, which caused ddv link problem
41
47
*
1734
1740
  */
1735
1741
  SetTitle (w, "Creating initial window");
1736
1742
 
1737
 
  termListForm = CreateTermListForm (-50, -33, "Query",
 
1743
  termListForm = CreateTermListForm (-70, -70, "Entrez1 Query",
1738
1744
                                    TermSelectionActivateProc,
1739
1745
                                    TermSelectionFormMessage);
1740
1746
 
1746
1752
    Select (termListForm);
1747
1753
    Update ();
1748
1754
 
1749
 
    docSumForm = CreateDocSumForm (-10, -90, "Document",
 
1755
    docSumForm = CreateDocSumForm (-90, -10, "Entrez1 Document",
1750
1756
                                   DocumentSummaryActivateProc,
1751
1757
                                   DocumentSummaryFormMessage);
1752
1758
    UseDelayedNeighbor (docSumForm, TRUE);