Ignore:
Timestamp:
08/09/06 12:21:11 (18 years ago)
Author:
navarro
Message:

english and nicer header (3b)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/xnotice.html

    r138 r151  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Create a widget with some text at the middle of the window 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_xnotice"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>xnotice </h2> 
     715          <h2><a class="top" href="#container">top</a>xnotice <span class="categories"> 
     716 Information 
     717 </span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME:xnotice 
    720  
    721  PURPOSE:cree un widget avec du texte au milieu de la fenetre. 
    722  
    723  CATEGORY:information 
    724  
    725  CALLING SEQUENCE:widgetid=xnotice(text) 
    726   
    727  INPUTS:text: un string ou un vecteur de string. Si c''est un 
    728  scalaire on cherche le separateur de ligne !C pour creer un texte a 
    729  plusieurs lignes. 
    730  
    731  KEYWORD PARAMETERS:chkwidget: oblige a verifier qu''il y a des 
    732  widgets actif pour creer un widget, sinon imprime au prompt 
    733  
    734  OUTPUTS:lidentite du widget cree 
    735  
    736  COMMON BLOCKS 
    737  
    738  SIDE EFFECTS:ne fait pas appelle a xmanager -> ne cree aucun event! 
    739  il faut detruire ce widget a la main: 
    740  widget_control, widgetid, /destroy 
    741  
    742  RESTRICTIONS: 
    743  
    744  EXAMPLE: 
    745     IDL> id=xnotice('ca marche !C ou pas?') 
    746     IDL> widget_control, id, /destroy 
    747 </div> 
    748  
    749            
     723</div> 
     724 
     725          <h3>Return value</h3><div class="preformat"> 
     726 The identity of the created widget 
     727</div> 
    750728 
    751729           
     
    754732             
    755733            <h4 id="_xnotice_param_text">text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    756                
    757                
    758                
    759                
     734              <span class="attr">in</span> 
     735               
     736               
     737              <span class="attr">required</span> 
    760738               
    761739               
     
    764742            </h4> 
    765743         
    766           <div class="comments"></div> 
     744          <div class="comments"> 
     745 it is a string or a vector of string. If it is a scalar, we  
     746 look for the line separator !C to create a text with several lines. 
     747</div> 
    767748             
    768749 
     
    784765            </h4> 
    785766         
    786             <div class="comments"></div> 
     767            <div class="comments"> 
     768 Force to verify that they are some active widget to create a widget,  
     769 otherwise print at the prompt 
     770</div> 
    787771             
    788772           
    789773 
    790            
    791            
    792            
    793            
    794            
    795            
    796            
    797            
    798            
    799            
    800            
    801            
     774          <h3>Examples</h3><div class="preformat"> 
     775    IDL> id=xnotice('ca marche !C ou pas?') 
     776    IDL> widget_control, id, /destroy 
     777</div> 
     778          <h3>Version history</h3> 
     779           
     780          <h4>Version</h4><div class="preformat"> 
     781 $Id: xnotice.pro 150 2006-08-09 10:12:54Z navarro $ 
     782</div> 
     783          <h4>History</h4><div class="preformat"></div> 
     784           
     785           
     786          <h3>Known issues</h3> 
     787           
     788           
     789           
     790          <h4>Restrictions</h4><div class="preformat">  
     791 It do not call xmanager -> It do not create any event!  
     792 We have to delete this widget manuelly: 
     793 widget_control, widgetid, /destroy 
     794</div> 
    802795         
    803796           
Note: See TracChangeset for help on using the changeset viewer.