Diff for /Amaya/amaya/amaya.h between versions 1.316 and 1.317

version 1.316, 2007/01/29 15:10:41 version 1.317, 2007/03/07 15:37:23
Line 204  typedef enum _ClickEvent { Line 204  typedef enum _ClickEvent {
 #define DocInfoLocation       477  #define DocInfoLocation       477
 #define DocInfoDocTypeTitle   478  #define DocInfoDocTypeTitle   478
 #define DocInfoDocType        479  #define DocInfoDocType        479
 #define MAX_REF         480  #define CssDirSave            480
   #define MAX_REF         481
   
 #define FormPrint        1  #define FormPrint        1
 #define PrintOptions     2  #define PrintOptions     2
Line 367  THOT_EXPORT char      *SaveName; /* savi Line 368  THOT_EXPORT char      *SaveName; /* savi
 THOT_EXPORT char       SaveFileName[MAX_LENGTH];        /* concatenation of SavePath+SaveName */  THOT_EXPORT char       SaveFileName[MAX_LENGTH];        /* concatenation of SavePath+SaveName */
 THOT_EXPORT char      *ObjectName;      /* document name                    */  THOT_EXPORT char      *ObjectName;      /* document name                    */
 THOT_EXPORT char      *SaveImgsURL;     /* where to save remote Images      */  THOT_EXPORT char      *SaveImgsURL;     /* where to save remote Images      */
   THOT_EXPORT char      *SaveCssURL;      /* where to save remote Images      */
 THOT_EXPORT char      *TargetName;  THOT_EXPORT char      *TargetName;
 THOT_EXPORT char      *SavingFile;      /* complete path or URL of the document */  THOT_EXPORT char      *SavingFile;      /* complete path or URL of the document */
 THOT_EXPORT char      *SavedDocumentURL;/* URL of the document that contained  THOT_EXPORT char      *SavedDocumentURL;/* URL of the document that contained
Line 418  THOT_EXPORT ThotBool   SaveAsHTML; Line 420  THOT_EXPORT ThotBool   SaveAsHTML;
 THOT_EXPORT ThotBool   SaveAsXML;  THOT_EXPORT ThotBool   SaveAsXML;
 THOT_EXPORT ThotBool   SaveAsText;  THOT_EXPORT ThotBool   SaveAsText;
 THOT_EXPORT ThotBool   CopyImages;      /* should we copy images in Save As */  THOT_EXPORT ThotBool   CopyImages;      /* should we copy images in Save As */
   THOT_EXPORT ThotBool   CopyCss;         /* should we copy images in Save As */
 THOT_EXPORT ThotBool   UpdateURLs;      /* should we update URLs in Save As */  THOT_EXPORT ThotBool   UpdateURLs;      /* should we update URLs in Save As */
 THOT_EXPORT ThotBool   UserAnswer;  THOT_EXPORT ThotBool   UserAnswer;
 THOT_EXPORT ThotBool   ExtraChoice;  THOT_EXPORT ThotBool   ExtraChoice;

Removed from v.1.316  
changed lines
  Added in v.1.317


Webmaster