Ignore:
Timestamp:
08/21/07 16:19:32 (17 years ago)
Author:
pinsard
Message:

corrections of some headers and parameters and keywords case. change of pro2href to replace proidl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.pro

    r242 r262  
    8080; $Id$ 
    8181;- 
    82 function cw_bgroup_getv, id, value 
    83  
     82; 
     83FUNCTION cw_bgroup_getv, id, value 
     84; 
    8485  compile_opt hidden, idl2, strictarrsubs 
     86; 
    8587  ON_ERROR, 2                       ;return to caller 
    8688 
     
    129131; $Id$ 
    130132;- 
    131 function cw_bgroup_event, ev 
     133; 
     134FUNCTION cw_bgroup_event, ev 
     135; 
    132136  compile_opt hidden, idl2, strictarrsubs 
     137; 
    133138  WIDGET_CONTROL, ev.handler, GET_UVALUE=stash 
    134139  WIDGET_CONTROL, stash, GET_UVALUE=state, /NO_COPY 
     
    333338; 
    334339;- 
    335  
    336  
    337  
    338  
    339  
    340 function cw_bgroup, parent, names, $ 
     340; 
     341FUNCTION cw_bgroup, parent, names, $ 
    341342    BUTTON_UVALUE = button_uvalue, COLUMN=column, EVENT_FUNCT = efun, $ 
    342343    EXCLUSIVE=excl, FONT=font, FRAME=frame, IDS=ids, LABEL_TOP=label_top, $ 
     
    349350    YOFFSET=yoffset, YPAD=ypad, YSIZE=ysize, Y_SCROLL_SIZE=y_scroll_size, $ 
    350351    UNAME=uname 
    351  
    352  
     352; 
     353  compile_opt hidden, idl2, strictarrsubs 
     354; 
    353355  IF (N_PARAMS() ne 2) THEN ras = report('Incorrect number of arguments') 
    354356 
Note: See TracChangeset for help on using the changeset viewer.