Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r136 r163  
    1010; ASCII text string containing the message. 
    1111; 
    12 ; @keyword pos   
     12; @keyword POS   
    1313; 4 element vector specifying the box position and size 
    1414; pos[0],pos[1] specify the lower left corner coordinate 
     
    1616; data window normalized coordinates are use 
    1717; 
    18 ; @keyword fg_color 
    19 ; color of box and legend titles (default=0) 
     18; @keyword FG_COLOR {default=0} 
     19; color of box and legend titles 
    2020; 
    21 ; @keyword bg_color  
     21; @keyword BG_COLOR  
    2222; background color. Setting BG_COLOR erases the area  
    2323;               covered by the text box (filling it with color BG_COLOR) 
     
    2626;               gaurantee a readability. 
    2727;                
    28 ; @keyword right  
     28; @keyword RIGHT  
    2929; if set, right justify text 
    3030; 
    31 ; @keyword center  
     31; @keyword CENTER  
    3232; if set, center the text 
    3333; 
    34 ; @keyword vert_space {default=1.5} 
     34; @keyword VERT_SPACE {default=1.5} 
    3535; vertical spacing of lines in units of character height 
    3636; 
     
    3838; used to pass your keyword 
    3939; 
    40 ; @keyword box  
     40; @keyword BOX  
    4141; activate to show the box on graphics window. 
    4242; 
Note: See TracChangeset for help on using the changeset viewer.