home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / harbb30g.zip / INCLUDE / gt.api < prev    next >
Text File  |  1999-09-15  |  3KB  |  76 lines

  1. /*
  2.  * $Id: gt.api,v 1.8 1999/09/15 14:03:37 vszel Exp $
  3.  */
  4.  
  5. /*
  6.  * Harbour Project source code:
  7.  * Compatibility header file for CA-Clipper Terminal API
  8.  *
  9.  * Copyright 1999 {list of individual authors and e-mail addresses}
  10.  * www - http://www.harbour-project.org
  11.  *
  12.  * This program is free software; you can redistribute it and/or modify
  13.  * it under the terms of the GNU General Public License as published by
  14.  * the Free Software Foundation; either version 2 of the License, or
  15.  * (at your option) any later version, with one exception:
  16.  *
  17.  * The exception is that if you link the Harbour Runtime Library (HRL)
  18.  * and/or the Harbour Virtual Machine (HVM) with other files to produce
  19.  * an executable, this does not by itself cause the resulting executable
  20.  * to be covered by the GNU General Public License. Your use of that
  21.  * executable is in no way restricted on account of linking the HRL
  22.  * and/or HVM code into it.
  23.  *
  24.  * This program is distributed in the hope that it will be useful,
  25.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  26.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  27.  * GNU General Public License for more details.
  28.  *
  29.  * You should have received a copy of the GNU General Public License
  30.  * along with this program; if not, write to the Free Software
  31.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit
  32.  * their web site at http://www.gnu.org/).
  33.  *
  34.  */
  35.  
  36. /* DON'T USE THIS FILE FOR NEW HARBOUR C CODE */
  37.  
  38. #ifndef HB_GT_API_
  39. #define HB_GT_API_
  40.  
  41. #include "clipdefs.h"
  42. #include "gtapi.h"
  43.  
  44. #define _gtBox          hb_gtBox
  45. #define _gtBoxD         hb_gtBoxD
  46. #define _gtBoxS         hb_gtBoxS
  47. #define _gtColorSelect  hb_gtColorSelect
  48. #define _gtDispBegin    hb_gtDispBegin
  49. #define _gtDispCount    hb_gtDispCount
  50. #define _gtDispEnd      hb_gtDispEnd
  51. #define _gtGetColorStr  hb_gtGetColorStr
  52. #define _gtGetCursor    hb_gtGetCursor
  53. #define _gtGetPos       hb_gtGetPos
  54. #define _gtIsColor      hb_gtIsColor
  55. #define _gtMaxCol       hb_gtMaxCol
  56. #define _gtMaxRow       hb_gtMaxRow
  57. #define _gtPostExt      hb_gtPostExt
  58. #define _gtPreExt       hb_gtPreExt
  59. #define _gtRectSize     hb_gtRectSize
  60. #define _gtRepChar      hb_gtRepChar
  61. #define _gtRest         hb_gtRest
  62. #define _gtSave         hb_gtSave
  63. #define _gtScrDim       hb_gtScrDim
  64. #define _gtScroll       hb_gtScroll
  65. #define _gtSetBlink     hb_gtSetBlink
  66. #define _gtSetColorStr  hb_gtSetColorStr
  67. #define _gtSetCursor    hb_gtSetCursor
  68. #define _gtSetMode      hb_gtSetMode
  69. #define _gtSetPos       hb_gtSetPos
  70. #define _gtSetSnowFlag  hb_gtSetSnowFlag
  71. #define _gtWrite        hb_gtWrite
  72. #define _gtWriteAt      hb_gtWriteAt
  73. #define _gtWriteCon     hb_gtWriteCon
  74.  
  75. #endif /* HB_GT_API_ */
  76.