~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to vibrant/vibdefns.h

  • 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:   7/1/91
31
31
*
32
 
* $Revision: 6.8 $
 
32
* $Revision: 6.14 $
33
33
*
34
34
* File Description: 
35
35
*       Vibrant alias definitions
37
37
* Modifications:  
38
38
* --------------------------------------------------------------------------
39
39
* $Log: vibdefns.h,v $
 
40
* Revision 6.14  2004/02/05 16:25:06  kans
 
41
* revert to Nlm_GetTextVScrollBar and Nlm_GetTextHScrollBar being static, implement setOffset and getOffset for scroll text, since Windows scroll text has its own scroll bar
 
42
*
 
43
* Revision 6.13  2004/02/04 15:21:02  kans
 
44
* make GetTextVScrollBar and GetTextHScrollBar extern, to add search function to general text viewer
 
45
*
 
46
* Revision 6.12  2004/01/05 17:11:20  kans
 
47
* added defines for functions to control dual monitor usage
 
48
*
 
49
* Revision 6.11  2003/10/30 17:32:16  kans
 
50
* removed define for SetTextColor, which was conflicting with Win32 symbol
 
51
*
 
52
* Revision 6.10  2003/10/29 19:10:00  bazhin
 
53
* Added function Nlm_SetTextColor(Nlm_TexT t, Nlm_Uint4 r, Nlm_Uint4 g,
 
54
*                                 Nlm_Uint4 b).
 
55
*
 
56
* Revision 6.9  2002/01/09 15:23:54  kans
 
57
* added HasAquaMenuLayout
 
58
*
40
59
* Revision 6.8  2001/09/10 17:34:21  bazhin
41
60
* Added function Nlm_SetTextCursorBlinkRate(Nlm_TexT t, Nlm_Int2 msec).
42
61
*
249
268
#define SetWindowExtra Nlm_SetWindowExtra
250
269
#define GetWindowExtra Nlm_GetWindowExtra
251
270
 
 
271
#define HasDualScreen Nlm_HasDualScreen
 
272
#define UseFullScreen Nlm_UseFullScreen
 
273
#define UseLeftScreen Nlm_UseLeftScreen
 
274
#define UseRightScreen Nlm_UseRightScreen
 
275
 
252
276
#define NormalGroup Nlm_NormalGroup
253
277
#define HiddenGroup Nlm_HiddenGroup
254
278
#define SetGroupMargins Nlm_SetGroupMargins
279
303
#define DeskAccGroup Nlm_DeskAccGroup
280
304
#define FontGroup Nlm_FontGroup
281
305
#define SeparatorItem Nlm_SeparatorItem
 
306
#define HasAquaMenuLayout Nlm_HasAquaMenuLayout
282
307
 
283
308
#define ScrollBar4 Nlm_ScrollBar4
284
309
#define ScrollBar Nlm_ScrollBar