SilverScreen Solid Modeler

view_file

view_file

Previous topic Next topic  

view_file

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void view_file ( char *file_name, char *title )

 

char *file_name;      // name of file to view

char *title;          // title string

 

 




Synopsis

#include "silver.h"

 

The view_file function used to display a text file on the screen. The name of the file is given by file_name . The title that is to appear at the top of the screen is given by title . The file will be displayed in panel format.

 

 

Parameters

file_name and title are null-terminated strings containing the name of the file to view, and the panel title, respectively.

 

 

Return Value

none.