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/HOPE/cw_selectinterval.pro

    r163 r231  
    4444;    return 
    4545; end 
    46 ;-------------------------------------------------------------------------- 
    47 ;-------------------------------------------------------------------------- 
    48 ;-------------------------------------------------------------------------- 
     46; 
    4947;+ 
    50 ; @file_comments  
    51 ;  
    52 ;  
     48; @file_comments 
     49; 
    5350; @categories 
    5451; Compound widget 
    55 ;  
     52; 
    5653; @param ID 
    57 ;  
    58 ;  
     54; 
    5955; @returns 
    60 ;  
    61 ;  
     56; 
    6257; @restrictions 
    63 ;  
    64 ;  
     58; 
    6559; @examples 
    6660; 
    67 ; 
    6861; @history 
    69 ;  
    7062; 
    7163; @version 
    7264; $Id$ 
    7365;- 
     66; 
    7467function cw_selectinterval_get_value, id 
    7568; 
     
    9689  if selected[0] eq -1 then return, -1 else return, vecteur[selected] 
    9790END 
    98 ;-------------------------------------------------------------------------- 
     91; 
    9992;+ 
    100 ; @file_comments  
    101 ;  
    102 ;  
     93; @file_comments 
     94; 
    10395; @categories 
    10496; Compound widget 
    105 ;  
     97; 
    10698; @param EVENT 
    107 ;  
    108 ;  
     99; 
    109100; @returns 
    110 ;  
    111 ;  
     101; 
    112102; @restrictions 
    113 ;  
    114 ;  
     103; 
    115104; @examples 
    116105; 
    117 ; 
    118106; @history 
    119 ;  
    120107; 
    121108; @version 
    122109; $Id$ 
    123110;- 
     111; 
    124112 function cw_selectinterval_event, event 
    125113; 
     
    140128   return, {ID:event.handler, TOP:event.top, HANDLER:0L} 
    141129END 
    142  
    143 ;-------------------------------------------------------------------------- 
     130; 
    144131;+ 
    145 ; @file_comments  
    146 ;  
    147 ;  
     132; @file_comments 
     133; 
    148134; @categories 
    149 ; Compound widget  
    150 ;  
    151 ; @param PARENT  
     135; Compound widget 
     136; 
     137; @param PARENT 
    152138; The widget ID of the parent widget. 
    153 ;  
     139; 
    154140; @param VECTEUR {type=vector} 
    155 ; A vector whose the first element must be the smallest one and the last  
     141; A vector whose the first element must be the smallest one and the last 
    156142; must be the biggest one. 
    157 ;  
     143; 
    158144; @keyword _EXTRA 
    159 ; Used to pass your keywords 
    160 ;  
     145; Used to pass keywords 
     146; 
    161147; @returns 
    162 ;  
    163 ;  
     148; 
    164149; @restrictions 
    165 ;  
    166 ;  
     150; 
    167151; @examples 
    168152; 
    169 ; 
    170153; @history 
    171 ;  
    172154; 
    173155; @version 
    174156; $Id$ 
    175157;- 
     158; 
    176159function cw_selectinterval, parent, vecteur, _extra = ex 
    177160; 
Note: See TracChangeset for help on using the changeset viewer.