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

    r150 r157  
    3939; 
    4040;********************************************************************* 
     41;+ 
     42; @file_comments 
     43; 
     44; 
     45; @categories 
     46; Compound widget 
     47;  
     48; @param ID 
     49; 
     50; 
     51; @param VALUE 
     52; It is the default tick mark value (a floating-point number). 
     53; 
     54; @returns 
     55;  
     56;  
     57; @uses 
     58;  
     59;  
     60; @restrictions 
     61;  
     62;  
     63; @examples 
     64;  
     65;  
     66; @history 
     67;  
     68;  
     69; @version  
     70; $Id$ 
     71;- 
    4172pro cw_domain_set_value, id, value 
    4273; 
     
    258289end 
    259290;********************************************************************* 
     291;+ 
     292; @file_comments 
     293; 
     294; 
     295; @categories 
     296; Compound widget 
     297;  
     298; @param ID 
     299; 
     300; 
     301; @returns 
     302;  
     303;  
     304; @uses 
     305;  
     306;  
     307; @restrictions 
     308;  
     309;  
     310; @examples 
     311;  
     312;  
     313; @history 
     314;  
     315;  
     316; @version  
     317; $Id$ 
     318;- 
    260319FUNCTION cw_domain_get_value, id 
    261320; 
     
    272331end 
    273332;********************************************************************* 
     333;+ 
     334; @file_comments 
     335; 
     336; 
     337; @categories 
     338; Compound widget 
     339;  
     340; @param EVENT 
     341; 
     342; 
     343; @returns 
     344;  
     345;  
     346; @uses 
     347;  
     348;  
     349; @restrictions 
     350;  
     351;  
     352; @examples 
     353;  
     354;  
     355; @history 
     356;  
     357;  
     358; @version  
     359; $Id$ 
     360;- 
    274361FUNCTION cw_domain_event, event 
    275362; 
     
    422509; 
    423510; @categories 
    424 ; 
     511; Compound widget 
    425512;  
    426513; @param PARENT {in}{required} 
Note: See TracChangeset for help on using the changeset viewer.