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/COMPOUND_WIDGET/cw_slider_pm.pro

    r226 r231  
    4545;    return 
    4646; end 
    47 ;---------------------------------------------------------------------- 
    48 ;+ 
    49 ; @file_comments 
    50 ; 
     47;+ 
     48; 
     49; @file_comments 
    5150; 
    5251; @categories 
     
    6968; $Id$ 
    7069;- 
     70; 
    7171FUNCTION decvalue, value 
    7272; 
     
    7676  return, strtrim(string(floor(a) + 0.1*indgen(10), format = '(f15.1)'), 2) 
    7777end 
    78 ;---------------------------------------------------------------------- 
    79 ;+ 
    80 ; @file_comments 
    81 ; 
     78; 
     79;+ 
     80; 
     81; @file_comments 
    8282; 
    8383; @categories 
     
    100100; $Id$ 
    101101;- 
     102; 
    102103FUNCTION decind, value 
    103104; 
     
    107108  return, round(10*(a - floor(a))) ; !! computation accuracy 
    108109end 
    109 ;---------------------------------------------------------------------- 
    110 ;+ 
    111 ; @file_comments 
    112 ; 
     110; 
     111;+ 
     112; 
     113; @file_comments 
    113114; 
    114115; @categories 
     
    133134; $Id$ 
    134135;- 
     136; 
    135137PRO cw_slider_pm_set_value, id, value 
    136138; 
     
    184186  return 
    185187end 
    186 ;---------------------------------------------------------------------- 
    187 ;+ 
     188; 
     189;+ 
     190; 
    188191; @file_comments 
    189192; 
     
    207210; $Id$ 
    208211;- 
     212; 
    209213FUNCTION cw_slider_pm_get_value, id 
    210214; 
     
    217221   return, {value:value, slider_min_max:minmax} 
    218222end 
    219 ;---------------------------------------------------------------------- 
    220 ;+ 
    221 ; @file_comments 
    222 ; 
     223; 
     224;+ 
     225; 
     226; @file_comments 
    223227; 
    224228; @categories 
     
    240244; $Id$ 
    241245;- 
     246; 
    242247FUNCTION cw_slider_pm_event, event 
    243248; 
     
    274279           , VALUE:value, OUT:OUT} 
    275280end 
    276 ;---------------------------------------------------------------------- 
    277 ;------------------------------------------------------------ 
    278 ;------------------------------------------------------------ 
    279 ;------------------------------------------------------------ 
     281; 
    280282;+ 
    281283; 
     
    301303; @keyword MINIMUM 
    302304; 
    303 ; 
    304305; @keyword STRMINLEN 
    305306; 
    306 ; 
    307307; @keyword _EXTRA 
    308 ; Used to pass your keywords 
     308; Used to pass keywords 
    309309; 
    310310; @returns 
     
    381381; 
    382382;- 
    383 ;------------------------------------------------------------ 
    384 ;------------------------------------------------------------ 
    385 ;------------------------------------------------------------ 
     383; 
    386384FUNCTION cw_slider_pm, parent, MAXIMUM = maximum, MINIMUM = minimum $ 
    387385                       , STRMINLEN = strminlen, VALUE = value, UVALUE = uvalue $ 
Note: See TracChangeset for help on using the changeset viewer.