external/CDAWlib/
cdaweb_xdisplayfile.pro
Routines
Routines from cdaweb_xdisplayfile.pro
XDISPLAYFILE_write, wText, filename
XDISPLAYFILE_event, event
XDisplayFileGrowToScreen, tlb, text, height, nlines
cdaweb_XDisplayFile, FILENAME, TITLE=TITLE, GROUP=GROUP, WIDTH=WIDTH, HEIGHT=HEIGHT, TEXT=TEXT, FONT=FONT, DONE_BUTTON=DONE_BUTTON, MODAL=MODAL, EDITABLE=EDITABLE, GROW_TO_SCREEN=GROW_TO_SCREEN, WTEXT=WTEXT, BLOCK=BLOCK, RETURN_ID=RETURN_ID
NAME: XDISPLAYFILE PURPOSE: Display an ASCII text file using widgets and the widget manager.
Routine details
top source XDisplayFileGrowToScreen
XDisplayFileGrowToScreen, tlb, text, height, nlines
Parameters
- tlb
- text
- height
- nlines
top source cdaweb_XDisplayFile
cdaweb_XDisplayFile, FILENAME, TITLE=TITLE, GROUP=GROUP, WIDTH=WIDTH, HEIGHT=HEIGHT, TEXT=TEXT, FONT=FONT, DONE_BUTTON=DONE_BUTTON, MODAL=MODAL, EDITABLE=EDITABLE, GROW_TO_SCREEN=GROW_TO_SCREEN, WTEXT=WTEXT, BLOCK=BLOCK, RETURN_ID=RETURN_ID
NAME:
XDISPLAYFILE
PURPOSE:
Display an ASCII text file using widgets and the widget manager.
CATEGORY:
Widgets.
CALLING SEQUENCE:
XDISPLAYFILE, Filename
INPUTS:
Filename: A scalar string that contains the filename of the file
to display. The filename can include a path to that file.
KEYWORD PARAMETERS:
BLOCK: Set this keyword to have XMANAGER block when this
application is registered. By default the Xmanager
keyword NO_BLOCK is set to 1 to provide access to the
command line if active command line processing is available.
Note that setting BLOCK for this application will cause
all widget applications to block, not only this
application. For more information see the NO_BLOCK keyword
to XMANAGER.
DONE_BUTTON: the text to use for the Done button. If omitted,
the text "Done with
Parameters
- FILENAME
Keywords
- TITLE
- GROUP
- WIDTH
- HEIGHT
- TEXT
- FONT
- DONE_BUTTON
- MODAL
- EDITABLE
- GROW_TO_SCREEN
- WTEXT
- BLOCK
- RETURN_ID
File attributes
Modification date: | Tue Oct 21 13:53:47 2014 |
Lines: | 183 |