Ignore:
Timestamp:
07/10/06 17:20:19 (18 years ago)
Author:
pinsard
Message:

some improvements and corrections in some .pro file according to
aspell and idldoc log file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/text_box.pro

    r134 r136  
    55; area in a graphics window.  The message may be split at word 
    66; boundaries into several lines, and the character size and 
    7  ;orientation may be adjusted for the text to fit within the box. 
     7; orientation may be adjusted for the text to fit within the box. 
    88;    
    9 ; @param TEXT {in}{required} ASCII text string containing the message. 
     9; @param TEXT {in}{required}  
     10; ASCII text string containing the message. 
    1011; 
    11 ; @keyword pos  4 element vector specifying the box position and size 
    12 ;               pos[0],pos[1] specify the lower left corner coordinate 
    13 ;               pos[2],pos[3] specify the upper right corner coordinate 
    14 ;               data window normalized coordinates are use 
     12; @keyword pos   
     13; 4 element vector specifying the box position and size 
     14; pos[0],pos[1] specify the lower left corner coordinate 
     15; pos[2],pos[3] specify the upper right corner coordinate 
     16; data window normalized coordinates are use 
    1517; 
    16 ; @keyword fg_color color of box and legend titles (default=0) 
     18; @keyword fg_color 
     19; color of box and legend titles (default=0) 
    1720; 
    18 ; @keyword bg_color background color. Setting BG_COLOR erases the area  
     21; @keyword bg_color  
     22; background color. Setting BG_COLOR erases the area  
    1923;               covered by the text box (filling it with color BG_COLOR) 
    2024;               prior to writing the text.  If both BG_COLOR and !p.color 
     
    2226;               gaurantee a readability. 
    2327;                
    24 ; @keyword right if set, right justify text 
     28; @keyword right  
     29; if set, right justify text 
    2530; 
    26 ; @keyword center if set, center the text 
     31; @keyword center  
     32; if set, center the text 
    2733; 
    28 ; @keyword vert_space {default=1.5}vertical spacing of lines in units of character height 
     34; @keyword vert_space {default=1.5} 
     35; vertical spacing of lines in units of character height 
    2936; 
    30 ; @keyword _EXTRA used to pass your keyword 
     37; @keyword _EXTRA  
     38; used to pass your keyword 
    3139; 
    32 ; @keyword box activate to show the box on graphics window. 
     40; @keyword box  
     41; activate to show the box on graphics window. 
    3342; 
    3443; @history  Paul Ricchiazzi                            7Jul93 
Note: See TracChangeset for help on using the changeset viewer.