Description | |||||||||||
Creates a window and shows the text of the file specified by file_name.
NOTE: On UNIX machines, file names are case sensitive. |
|||||||||||
Replacement in Object TOOLKIT: | wfcWSession::DisplayInformationWindow | ||||||||||
Synopsis | |||||||||||
#include <ProUtil.h> | |||||||||||
ProError | ProInfoWindowDisplay | ( | |||||||||
ProPath file_name | |||||||||||
/* (In) | |||||||||||
The file name. The name can include the directory path. | |||||||||||
*/ | |||||||||||
ProInfoWindowLocation* location | |||||||||||
/* (In) | |||||||||||
The location of the window. If this is NULL, the function uses the default window position settings. | |||||||||||
*/ | |||||||||||
ProInfoWindowSize* size | |||||||||||
/* (In) | |||||||||||
The size of the window, in the number of lines and columns. If this is NULL, the function uses the default values. The default value for rows is 24, and the default for columns is 80. The valid values for rows is between 6 and 33. The valid values for columns is between 8 and 80. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|