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

    r150 r157  
    4646; end 
    4747;---------------------------------------------------------------------- 
     48;+ 
     49; @file_comments 
     50; 
     51; 
     52; @categories 
     53; Compound widget 
     54;  
     55; @param ID 
     56; 
     57; 
     58; @param VALUE 
     59; It is the default tick mark value (a floating-point number). 
     60; 
     61; @returns 
     62;  
     63;  
     64; @uses 
     65;  
     66;  
     67; @restrictions 
     68;  
     69;  
     70; @examples 
     71;  
     72;  
     73; @history 
     74;  
     75;  
     76; @version  
     77; $Id$ 
     78;- 
    4879PRO cw_combobox_pm_set_value, id, value 
    4980; 
     
    6798end 
    6899;---------------------------------------------------------------------- 
     100;+ 
     101; @file_comments 
     102; 
     103; 
     104; @categories 
     105; Compound widget 
     106;  
     107; @param ID 
     108; 
     109; 
     110; @returns 
     111;  
     112;  
     113; @uses 
     114;  
     115;  
     116; @restrictions 
     117;  
     118;  
     119; @examples 
     120;  
     121;  
     122; @history 
     123;  
     124;  
     125; @version  
     126; $Id$ 
     127;- 
    69128FUNCTION cw_combobox_pm_get_value, id 
    70129; 
     
    81140end 
    82141;---------------------------------------------------------------------- 
     142;---------------------------------------------------------------------- 
     143;+ 
     144; @file_comments 
     145; 
     146; 
     147; @categories 
     148; Compound widget 
     149;  
     150; @param EVENT 
     151; 
     152; 
     153; @returns 
     154;  
     155;  
     156; @uses 
     157;  
     158;  
     159; @restrictions 
     160;  
     161;  
     162; @examples 
     163;  
     164;  
     165; @history 
     166;  
     167;  
     168; @version  
     169; $Id$ 
     170;- 
    83171FUNCTION cw_combobox_pm_event, event 
    84172; 
     
    123211; 
    124212; @categories 
    125 ; compound widget 
     213; Compound widget 
    126214;  
    127215; @param PARENT {in}{required} 
     
    218306; 
    219307; @history 
    220 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     308; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    221309;                      6/9/1999 
    222310; 
Note: See TracChangeset for help on using the changeset viewer.