Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r157 r163  
    3030; $Id$ 
    3131;- 
    32 pro CW_BGROUP_SETV, id, value 
     32pro cw_bgroup_setv, id, value 
    3333  compile_opt hidden, idl2, strictarrsubs 
    3434 
     
    9090; $Id$ 
    9191;- 
    92 function CW_BGROUP_GETV, id, value 
     92function cw_bgroup_getv, id, value 
    9393 
    9494  compile_opt hidden, idl2, strictarrsubs 
     
    147147; $Id$ 
    148148;- 
    149 function CW_BGROUP_EVENT, ev 
     149function cw_bgroup_event, ev 
    150150  compile_opt hidden, idl2, strictarrsubs 
    151151  WIDGET_CONTROL, ev.handler, GET_UVALUE=stash 
     
    204204; The ID of the parent widget. 
    205205;  
    206 ; @param NAMES 
     206; @param NAMES {type=string array} 
    207207; A string array, containing one string per button, 
    208208; giving the name of each button. 
    209209; 
    210 ; @keyword BUTTON_UVALUE 
     210; @keyword BUTTON_UVALUE {type=array} 
    211211; An array of user values to be associated with 
    212212; each button and returned in the event structure. 
     
    356356 
    357357 
    358 function CW_BGROUP, parent, names, $ 
     358function cw_bgroup, parent, names, $ 
    359359    BUTTON_UVALUE = button_uvalue, COLUMN=column, EVENT_FUNCT = efun, $ 
    360360    EXCLUSIVE=excl, FONT=font, FRAME=frame, IDS=ids, LABEL_TOP=label_top, $ 
Note: See TracChangeset for help on using the changeset viewer.