Previous SAXO Documentation Assistant: Overview Next

ToBeReviewed/WIDGET/

xnotice.pro

Create a widget with some text at the middle of the window

xnotice Information

result = xnotice(text, CHKWIDGET=CHKWIDGET)

Return value

The identity of the created widget

Parameters

text        in required type: string vector or scalar

it is a string or a vector of string. If it is a scalar, we look for the line separator !C to create a text with several lines.

Keywords

CHKWIDGET       

Force to verify that they are some active widget to create a widget, otherwise print at the prompt

Examples


   IDL> id=xnotice('ca marche !C ou pas?')
   IDL> widget_control, id, /destroy

    

Version history

Version

$Id: xnotice.pro 371 2008-08-07 09:32:02Z pinsard $

History

Sebastien Masson (smasson@lodyc.jussieu.fr) 2000 3 17

Known issues

Restrictions

It do not call xmanager -> It do not create any event! We have to delete this widget manually: widget_control, widgetid, /destroy

 


  Produced by IDLdoc 2.0.