| Line 36... |
Line 36... |
| 36 |
* graphics and grid; graphics devices such as gtkDevice, RSvgDevice)
|
36 |
* graphics and grid; graphics devices such as gtkDevice, RSvgDevice)
|
| 37 |
* can detect any version mismatch.
|
37 |
* can detect any version mismatch.
|
| 38 |
*
|
38 |
*
|
| 39 |
* Version 1: Introduction of the version number.
|
39 |
* Version 1: Introduction of the version number.
|
| 40 |
* Version 2: GEDevDesc *dd dropped from GEcontourLines().
|
40 |
* Version 2: GEDevDesc *dd dropped from GEcontourLines().
|
| 41 |
* Version 3: R_GE_str2col() added to API.
|
41 |
* Version 3: R_GE_str2col() added to API. (r41887)
|
| 42 |
* Version 4: UTF-8 text hooks, useRotatedTextInContour,
|
42 |
* Version 4: UTF-8 text hooks, useRotatedTextInContour,
|
| 43 |
* add newFrameConfirm() to NewDevDesc.
|
43 |
* add newFrameConfirm() to NewDevDesc.
|
| 44 |
* New API: GEaddDevice[2] GEgetDevice, GEkillDevice,
|
44 |
* New API: GEaddDevice[2] GEgetDevice, GEkillDevice,
|
| 45 |
* ndevNumber.
|
45 |
* ndevNumber. (R 2.7.0)
|
| 46 |
* Version 5: Clean up 1.4.0/2.0.0 changes!
|
46 |
* Version 5: Clean up 1.4.0/2.0.0 changes!
|
| 47 |
* Remove newDevStruct from GEDevDesc and NewDevDesc.
|
47 |
* Remove newDevStruct from GEDevDesc and NewDevDesc.
|
| 48 |
* Remove asp, dot(), hold(), open() from NewDevDesc.
|
48 |
* Remove asp, dot(), hold(), open() from NewDevDesc.
|
| 49 |
* Move displayList, DLlastElt, savedSnapshot from
|
49 |
* Move displayList, DLlastElt, savedSnapshot from
|
| 50 |
* NewDevDesc to GEDevDesc.
|
50 |
* NewDevDesc to GEDevDesc.
|
| 51 |
* Add 'ask' to GEDevDesc.
|
51 |
* Add 'ask' to GEDevDesc. (R 2.8.0)
|
| 52 |
* Version 6: Add dev_Raster() and dev_Cap()
|
52 |
* Version 6: Add dev_Raster() and dev_Cap() (R 2.11.0)
|
| 53 |
* Version 7: Change graphics event handling, adding eventEnv and eventHelper()
|
53 |
* Version 7: Change graphics event handling, adding eventEnv and eventHelper()
|
| 54 |
* to DevDesc.
|
54 |
* to DevDesc. (R 2.12.0)
|
| 55 |
* Version 8: Add dev_Path()
|
55 |
* Version 8: Add dev_Path() (R 2.12.0)
|
| 56 |
* Version 9: Add dev_HoldFlush()
|
56 |
* Version 9: Add dev_HoldFlush(), haveTrans*, haveRaster,
|
| - |
|
57 |
* haveCapture, haveLocator. (R 2.14.0)
|
| 57 |
*/
|
58 |
*/
|
| 58 |
|
59 |
|
| 59 |
#define R_GE_version 9
|
60 |
#define R_GE_version 9
|
| 60 |
|
61 |
|
| 61 |
int R_GE_getVersion(void);
|
62 |
int R_GE_getVersion(void);
|