The
XMNG_TMPL procedure is a
template for widgets that use the XMANAGER. Use this template instead of writing your widget applications from "scratch". This template can be found in the file
xmng_tmpl.pro
in the
lib
subdirectory of the IDL distribution.
The documentation header should be altered to reflect the actual implementation of the XMNG_TMPL widget. Use a global search and replace to replace the word
XMNG_TMPL
with the name of the routine you would like to use. All the comments with a "
***
" in front of them should be read, decided upon and removed from the final copy of your new widget routine.
Set this keyword to have XMANAGER block when this application is registered. By default, BLOCK is set equal to zero, providing access to the command line if active command line processing is available. Note that setting BLOCK=1 will cause all widget applications to block, not just this application. For more information, see the documentation for the NO_BLOCK keyword to XMANAGER .