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_specifie.pro

    r226 r231  
    1 ;***************************************************** 
    2 ;+ 
    3 ; @file_comments 
    4 ; 
     1;+ 
     2; 
     3; @file_comments 
    54; 
    65; @categories 
     
    2524; $Id$ 
    2625;- 
     26; 
    2727PRO cw_specifie_set_value, id, value 
    2828; 
     
    5050   return 
    5151end 
    52 ;***************************************************** 
    53 ;+ 
    54 ; @file_comments 
    55 ; 
     52; 
     53;+ 
     54; 
     55; @file_comments 
    5656; 
    5757; @categories 
     
    7272; @version 
    7373; $Id$ 
    74 ;- 
     74; 
     75;- 
     76; 
    7577FUNCTION cw_specifie_get_value, id 
    7678; 
     
    9799   return, exextra 
    98100end 
    99 ;***************************************************** 
    100 ;+ 
    101 ; @file_comments 
    102 ; 
     101; 
     102;+ 
     103; @file_comments 
    103104; 
    104105; @categories 
     
    119120; @version 
    120121; $Id$ 
    121 ;- 
     122; 
     123;- 
     124; 
    122125FUNCTION cw_specifie_event, event 
     126; 
     127  compile_opt idl2, strictarrsubs 
     128; 
    123129;------------------------------------------------------------ 
    124130; on recupere les ID des differents widgets 
    125131;------------------------------------------------------------ 
    126132;------------------------------------------------------------ 
    127 ; 
    128   compile_opt idl2, strictarrsubs 
    129 ; 
    130133  widget_control, event.id, get_uvalue = uval 
    131134  widget_control, event.top, get_uvalue = top_uvalue 
     
    157160  return, {ID:event.handler, TOP:event.top, HANDLER:0L, OK:uval EQ 'ok'} 
    158161end 
    159 ;***************************************************** 
    160 ;***************************************************** 
    161 ;+ 
    162 ; @file_comments 
    163 ; 
     162; 
     163;+ 
     164; 
     165; @file_comments 
    164166; 
    165167; @categories 
     
    188190; 
    189191; @keyword _EXTRA 
    190 ; Used to pass your keywords 
     192; Used to pass keywords 
    191193; 
    192194; @returns 
     
    207209; 
    208210;- 
     211; 
    209212FUNCTION cw_specifie, parent, ROW = row, COLUMN = column, UVALUE = uvalue, UNAME = uname, FRAME = frame, FORXXX = forxxx, _extra = ex 
    210213; checking exclusive keywords 
Note: See TracChangeset for help on using the changeset viewer.