Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

File:
1 edited

Legend:

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

    r150 r157  
     1;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; Compound widget 
     7;  
     8; @param ID 
     9; 
     10; 
     11; @param VALUE 
     12; It is the default tick mark value (a floating-point number). 
     13; 
     14; @returns 
     15;  
     16;  
     17; @uses 
     18;  
     19;  
     20; @restrictions 
     21;  
     22;  
     23; @examples 
     24;  
     25;  
     26; @history 
     27;  
     28;  
     29; @version  
     30; $Id$ 
     31;- 
    132pro CW_BGROUP_SETV, id, value 
    233  compile_opt hidden, idl2, strictarrsubs 
     
    2859 
    2960 
     61;+ 
     62; @file_comments 
     63; Compound widget 
     64; 
     65; @categories 
     66; 
     67;  
     68; @param ID 
     69; 
     70; 
     71; @param VALUE 
     72; It is the default tick mark value (a floating-point number). 
     73; 
     74; @returns 
     75;  
     76;  
     77; @uses 
     78;  
     79;  
     80; @restrictions 
     81;  
     82;  
     83; @examples 
     84;  
     85;  
     86; @history 
     87;  
     88;  
     89; @version  
     90; $Id$ 
     91;- 
    3092function CW_BGROUP_GETV, id, value 
    3193 
     
    57119 
    58120 
     121;+ 
     122; @file_comments 
     123; Compound widget 
     124; 
     125; @categories 
     126; 
     127;  
     128; @param EV 
     129; 
     130; 
     131; @returns 
     132;  
     133;  
     134; @uses 
     135;  
     136;  
     137; @restrictions 
     138;  
     139;  
     140; @examples 
     141;  
     142;  
     143; @history 
     144;  
     145;  
     146; @version  
     147; $Id$ 
     148;- 
    59149function CW_BGROUP_EVENT, ev 
    60150  compile_opt hidden, idl2, strictarrsubs 
     
    109199; 
    110200; @categories 
    111 ; Compound widgets. 
     201; Compound widget 
    112202; 
    113203; @param PARENT {in}{required} 
Note: See TracChangeset for help on using the changeset viewer.