<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

ToBeReviewed/WIDGET/

xnotice.pro

topxnotice

result = xnotice(text, CHKWIDGET=CHKWIDGET)

NAME:xnotice PURPOSE:cree un widget avec du texte au milieu de la fenetre. CATEGORY:information CALLING SEQUENCE:widgetid=xnotice(text) INPUTS:text: un string ou un vecteur de string. Si c''est un scalaire on cherche le separateur de ligne !C pour creer un texte a plusieurs lignes. KEYWORD PARAMETERS:chkwidget: oblige a verifier qu''il y a des widgets actif pour creer un widget, sinon imprime au prompt OUTPUTS:lidentite du widget cree COMMON BLOCKS SIDE EFFECTS:ne fait pas appelle a xmanager -> ne cree aucun event! il faut detruire ce widget a la main: widget_control, widgetid, /destroy RESTRICTIONS: EXAMPLE: IDL> id=xnotice('ca marche !C ou pas?') IDL> widget_control, id, /destroy

Parameters

text       

Keywords

CHKWIDGET       

Produced by IDLdoc 2.0.