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/updatewidget.pro

    r150 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. 
    10 ;  
     9; 
    1110; @keyword NOBOXZOOM 
    12 ; 
    1311; 
    1412; @keyword NODATES 
    1513; 
     14; @keyword NOTYPE 
    1615; 
    17 ; @keyword NOTYPE 
    18 ;  
    19 ;  
    2016; @returns 
    21 ;  
    22 ;  
     17; 
    2318; @uses 
    24 ;  
    25 ;  
     19; 
    2620; @restrictions 
    27 ;  
    28 ;  
     21; 
    2922; @examples 
    30 ;  
    31 ;  
     23; 
    3224; @history 
    33 ;  
    34 ;  
     25; 
    3526; @version 
    36 ; $Id$  
    37 ;  
     27; $Id$ 
     28; 
    3829; @todo 
    3930; seb 
    4031; 
    4132;- 
     33; 
    4234PRO updatewidget, base, NOBOXZOOM = noboxzoom, NODATES = nodates, NOTYPE = notype 
    43 ;---------------------------------------------------------------------- 
    4435; 
    4536  compile_opt idl2, strictarrsubs 
     
    5647   if keyword_set(nodates) then begin 
    5748      date1 = 0 
    58       date2 = 0  
    59    ENDIF ELSE BEGIN  
     49      date2 = 0 
     50   ENDIF ELSE BEGIN 
    6051      dates = (extractatt(top_uvalue, 'dates'))[*, numdessinin] 
    6152      date1 = dates[0] & date2 = dates[1] 
     
    8475         widget_control, date2id, set_value = date2 
    8576      endif 
    86       if keyword_set(boxzoom) then BEGIN  
     77      if keyword_set(boxzoom) then BEGIN 
    8778         domainid = widget_info(base, find_by_uname = 'domain') 
    8879         widget_control, domainid, set_value = boxzoom 
     
    10798;-------------- 
    10899; graphtype 
    109 ;--------------    
     100;-------------- 
    110101   if NOT keyword_set(notype) then BEGIN 
    111102      graphtype = (extractatt(top_uvalue, 'types'))[numdessinin] 
Note: See TracChangeset for help on using the changeset viewer.