Displaying Help Files

You can display the help file in a window and then give the user the ability to scroll through the file with the memory file browse function, mf_browse():

int mf_browse(wnp);
 
WINDOWPTR wnp;
/* Window with associated 
*/
 
/* memory file
*/

If the file will fit entirely within a window without the need for scrolling, display the file with:

mf_disp(wnp)


Home Contents Previous Next