Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.pro

    r163 r231  
    11;+ 
     2; 
    23; @file_comments 
    3 ; 
    44; 
    55; @categories 
    66; 
    7 ;  
    87; @param BASE {in}{required} 
    98; The id of the widget where apply the drawing. 
    109; 
    1110; @param SMALL 
    12 ; Vector composed of 3 or 4 elements, applied to make a drawing on a small  
    13 ; portion of a page or screen. It delimit the zone where the drawing will  
    14 ; be done. If there is 4 elements: then is constituted of coordinates (expressed  
    15 ; in cm located from the up and left corner of the page or the window (in portrait  
    16 ; like in landscape)) of the bottom and left corner and of the up and right corner  
    17 ; of the drawing zone. If there is 3 elements: in this case, we divide the page or  
    18 ; the screen in small[0] columns and in small[1] lines the drawing made in the box  
    19 ; numbered small[2]. The numerotation starting up and left by the number 1 and then,  
    20 ; following the writing direction. By default, we make the largest drawing we can do,  
     11; Vector composed of 3 or 4 elements, applied to make a drawing on a small 
     12; portion of a page or screen. It delimit the zone where the drawing will 
     13; be done. If there is 4 elements: then is constituted of coordinates (expressed 
     14; in cm located from the up and left corner of the page or the window (in portrait 
     15; like in landscape)) of the bottom and left corner and of the up and right corner 
     16; of the drawing zone. If there is 3 elements: in this case, we divide the page or 
     17; the screen in small[0] columns and in small[1] lines the drawing made in the box 
     18; numbered small[2]. The numerotation starting up and left by the number 1 and then, 
     19; following the writing direction. By default, we make the largest drawing we can do, 
    2120; conserving the aspect rapport (except when REMPLI is activated). 
    22 ;  
     21; 
    2322; @returns 
    24 ;  
    25 ;  
     23; 
    2624; @uses 
    27 ;  
    28 ;  
     25; 
    2926; @restrictions 
    30 ;  
    31 ;  
     27; 
    3228; @examples 
    33 ;  
    34 ;  
     29; 
    3530; @history 
    36 ;  
    37 ;  
    38 ; @version  
     31; 
     32; @version 
    3933; $Id$ 
    4034; 
     
    5549   *top_uvalue[1, findline(top_uvalue, 'globaloldcommand')] = globalcommand 
    5650; portrait or landscape ??? 
    57    options = extractatt(top_uvalue, 'options')    
     51   options = extractatt(top_uvalue, 'options') 
    5852   optionsflag = extractatt(top_uvalue, 'optionsflag') 
    5953   portrait = (optionsflag[where(options EQ 'Portrait/Landscape'), 0])[0] 
Note: See TracChangeset for help on using the changeset viewer.