Changeset 232 for trunk/SRC/Postscript


Ignore:
Timestamp:
03/20/07 17:59:36 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

Location:
trunk/SRC/Postscript
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Postscript/closeps.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; Close the Postscript mode 
     
    910; 
    1011; @keyword INFOWIDGET {type=long integer} 
    11 ; id of the information widget (created by; <pro>OPENPS</pro>) 
     12; id of the information widget (created by <pro>OPENPS</pro>) 
    1213; that we have to destroy at the end of closeps (when the postscript is done). 
    1314; 
  • trunk/SRC/Postscript/openps.pro

    r231 r232  
    1010; @keyword FILENAME 
    1111; to define the name of the postscript file through a keyword rather than with 
    12 ; nameps input argument (in this case the keyword can be pass through 
     12; namepsin input argument (in this case the keyword can be pass through 
    1313; different routines via _EXTRA keyword). 
    1414; 
     
    3636; 
    3737; @keyword _EXTRA 
    38 ; Used to pass keywords to <pro>device<pro>. 
     38; Used to pass keywords to <proidl>device</proidl>. 
    3939; 
    4040; @uses  
     
    5555            , KEEPPFONT = keeppfont, KEEP_PFONT = keep_pfont $ 
    5656            , PORTRAIT = portrait, LANDSCAPE = landscape $ 
    57             , LIGHTNESS = Lightness,_extra = ex 
     57            , LIGHTNESS = Lightness,_EXTRA = ex 
    5858; 
    5959; 
     
    123123           , LANDSCAPE = 1 - key_portrait, PORTRAIT = key_portrait $ 
    124124           , xsize = xs, ysize = ys, xoffset = xoff, yoffset = yoff $ 
    125            , bits_per_pixel = 8, language_level = 2, _extra = ex 
     125           , bits_per_pixel = 8, language_level = 2, _EXTRA = ex 
    126126; to make smaller postcripts 
    127127   IF NOT (keyword_set(keeppfont) OR keyword_set(keep_pfont)) $ 
Note: See TracChangeset for help on using the changeset viewer.