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/buildinit.pro

    r137 r157  
    11;+ 
    2 ; NAME: 
    3 ; 
    4 ; 
    5 ; 
    6 ; PURPOSE: 
    7 ; 
    8 ; 
    9 ; 
    10 ; CATEGORY: 
    11 ; 
    12 ; 
    13 ; 
    14 ; CALLING SEQUENCE: 
    15 ; 
    16 ; 
    17 ; 
    18 ; INPUTS: 
    19 ; 
    20 ; 
    21 ; 
    22 ; OPTIONAL INPUTS: 
    23 ; 
    24 ; 
    25 ; 
    26 ; KEYWORD PARAMETERS: 
    27 ; 
    28 ; 
    29 ; 
    30 ; OUTPUTS: 
    31 ; 
    32 ; 
    33 ; 
    34 ; OPTIONAL OUTPUTS: 
    35 ; 
    36 ; 
    37 ; 
    38 ; COMMON BLOCKS: 
    39 ; 
    40 ; 
    41 ; 
    42 ; SIDE EFFECTS: 
    43 ; 
    44 ; 
    45 ; 
    46 ; RESTRICTIONS: 
    47 ; 
    48 ; 
    49 ; 
    50 ; PROCEDURE: 
    51 ; 
    52 ; 
    53 ; 
    54 ; EXAMPLE: 
    55 ; 
    56 ; 
    57 ; 
    58 ; MODIFICATION HISTORY: 
    59 ; 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @param PARENT {in}{requiered} 
     9; The ID of the parent widget. 
     10; 
     11; @keyword COLUMN  
     12; Buttons will be arranged in the number of columns specified by this keyword. 
     13; 
     14; @keyword ROW 
     15; Buttons will be arranged in the number of rows specified by this keyword. 
     16; 
     17; @keyword EVENT_FUNC 
     18; The name of an optional user-supplied event function for buttons.  
     19; This function is called with the return value structure whenever a  
     20; button is pressed, and follows the conventions for user-written event functions. 
     21; 
     22; @keyword FLOATING 
     23; 
     24; 
     25; @keyword INTEGER 
     26; 
     27; 
     28; @keyword LONG 
     29; 
     30; 
     31; @keyword STRING 
     32; 
     33; 
     34; @keyword FONT 
     35; The name of the font to be used for the button titles. If this keyword  
     36; is not specified, the default font is used. 
     37; 
     38; @keyword FRAME 
     39; Specifies the width of the frame to be drawn around the base. 
     40; 
     41; @keyword TITLE 
     42; The title of the window 
     43; 
     44; @keyword UVALUE 
     45; The user value to be associated with the widget. 
     46; 
     47; @keyword VALUE 
     48; 
     49; 
     50; @keyword RETURN_EVENTS 
     51; 
     52; 
     53; @keyword ALL_EVENTS 
     54; 
     55; 
     56; @keyword FIELDFONT 
     57; 
     58; 
     59; @keyword NOEDIT 
     60; 
     61; 
     62; @keyword TEXT_FRAME 
     63; 
     64; 
     65; @keyword XSIZE 
     66; The width of the base.  
     67; 
     68; @keyword YSIZE 
     69; The height of the base. 
     70; 
     71; @keyword UNAME 
     72; The user name to be associated with the widget. 
     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$ 
    6091;- 
    6192; 
     
    141172;---------------------------------------------------------- 
    142173; 
     174;+ 
     175; @file_comments 
     176; 
     177; 
     178; @categories 
     179; 
     180;  
     181; @param EVENT 
     182; 
     183; 
     184; @returns 
     185;  
     186;  
     187; @uses 
     188;  
     189;  
     190; @restrictions 
     191;  
     192;  
     193; @examples 
     194;  
     195;  
     196; @history 
     197;  
     198;  
     199; @version  
     200; $Id$ 
     201;- 
    143202PRO printerdef_event, event 
    144203; get back the ids of the cw_field widgets 
     
    174233;---------------------------------------------------------- 
    175234; 
     235;+ 
     236; @file_comments 
     237; 
     238; 
     239; @categories 
     240; 
     241;  
     242; @param EVENT 
     243; 
     244; 
     245; @returns 
     246;  
     247;  
     248; @uses 
     249;  
     250;  
     251; @restrictions 
     252;  
     253;  
     254; @examples 
     255;  
     256;  
     257; @history 
     258;  
     259;  
     260; @version  
     261; $Id$ 
     262;- 
    176263PRO papsize_event, event 
    177264; get back the ids of the cw_field widgets 
     
    197284;---------------------------------------------------------- 
    198285; 
     286;+ 
     287; @file_comments 
     288; 
     289; 
     290; @categories 
     291; 
     292;  
     293; @param EVENT 
     294; 
     295; 
     296; @returns 
     297;  
     298;  
     299; @uses 
     300;  
     301;  
     302; @restrictions 
     303;  
     304;  
     305; @examples 
     306;  
     307;  
     308; @history 
     309;  
     310;  
     311; @version  
     312; $Id$ 
     313;- 
    199314PRO xask_event, event 
    200315; now we give the answer to buildinit.pro by using the pointer uvalue 
     
    212327;---------------------------------------------------------- 
    213328; 
     329;+ 
     330; @file_comments 
     331; 
     332; 
     333; @categories 
     334; 
     335;  
     336; @keyword _EXTRA 
     337; Used to pass your keywords 
     338; 
     339; @returns 
     340;  
     341;  
     342; @uses 
     343;  
     344;  
     345; @restrictions 
     346;  
     347;  
     348; @examples 
     349;  
     350;  
     351; @history 
     352;  
     353;  
     354; @version  
     355; $Id$ 
     356;- 
    214357FUNCTION xask, _extra = ex 
    215358; 
     
    232375;---------------------------------------------------------- 
    233376; 
     377;+ 
     378; @file_comments 
     379; 
     380; 
     381; @categories 
     382; 
     383; 
     384; @keyword TITLE 
     385; The title of the window 
     386; 
     387; @keyword NOMARK 
     388;  
     389; 
     390; @keyword NOWRITE 
     391; 
     392; 
     393; @returns 
     394;  
     395;  
     396; @uses 
     397;  
     398;  
     399; @restrictions 
     400;  
     401;  
     402; @examples 
     403;  
     404;  
     405; @history 
     406;  
     407;  
     408; @version  
     409; $Id$ 
     410;- 
    234411FUNCTION getdir, title = title, nomark = nomark, nowrite = nowrite 
    235412; 
     
    252429;---------------------------------------------------------- 
    253430; 
     431;+ 
     432; @file_comments 
     433; 
     434; 
     435; @categories 
     436; 
     437; 
     438; @returns 
     439;  
     440;  
     441; @uses 
     442;  
     443;  
     444; @restrictions 
     445;  
     446;  
     447; @examples 
     448;  
     449;  
     450; @history 
     451;  
     452;  
     453; @version  
     454; $Id$ 
     455;- 
    254456PRO buildinit 
    255457; 
Note: See TracChangeset for help on using the changeset viewer.