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

    r150 r157  
    4545; end 
    4646;---------------------------------------------------------------------- 
     47 
     48; 
     49; 
     50;+ 
     51; @file_comments 
     52; 
     53; 
     54; @categories 
     55; Compound widget 
     56;  
     57; @param ID 
     58; 
     59; 
     60; @param VALUE 
     61; It is the default tick mark value (a floating-point number). 
     62; 
     63; @returns 
     64;  
     65;  
     66; @uses 
     67;  
     68;  
     69; @restrictions 
     70;  
     71;  
     72; @examples 
     73;  
     74;  
     75; @history 
     76;  
     77;  
     78; @version  
     79; $Id$ 
     80;- 
    4781PRO cw_droplist_pm_set_value, id, value 
    4882; 
     
    6498end 
    6599;---------------------------------------------------------------------- 
     100;+ 
     101; @file_comments 
     102; Compound widget 
     103; 
     104; @categories 
     105; Compound widget 
     106;  
     107; @param ID 
     108; 
     109; @returns 
     110;  
     111;  
     112; @uses 
     113;  
     114;  
     115; @restrictions 
     116;  
     117;  
     118; @examples 
     119;  
     120;  
     121; @history 
     122;  
     123;  
     124; @version  
     125; $Id$ 
     126;- 
    66127FUNCTION cw_droplist_pm_get_value, id 
    67128; 
     
    74135end 
    75136;---------------------------------------------------------------------- 
     137;+ 
     138; @file_comments 
     139; Compound widget 
     140; 
     141; @categories 
     142; Compound widget 
     143;  
     144; @param EVENT 
     145; 
     146; 
     147; @returns 
     148;  
     149;  
     150; @uses 
     151;  
     152;  
     153; @restrictions 
     154;  
     155;  
     156; @examples 
     157;  
     158;  
     159; @history 
     160;  
     161;  
     162; @version  
     163; $Id$ 
     164;- 
    76165FUNCTION cw_droplist_pm_event, event 
    77166; 
     
    110199; 
    111200; @categories 
    112 ; compound widget 
     201; Compound widget 
    113202;  
    114203; @param PARENT {in}{required} 
     
    202291; 
    203292; @history 
    204 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     293; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    205294;                      6/9/1999 
    206295; 
Note: See TracChangeset for help on using the changeset viewer.