NAME WriteMPGui -- Writes information for an MPGui. (V4) SYNOPSIS result = WriteMPGui( fname, gh) D0 A0 A1 BOOL WriteMPGui( char *, struct MPGuiHandle *); FUNCTION Writes all the information in the file for an MPGuiHandle allocated by AllocMPGuiHandle(). INPUTS fname - name of file to describe the gui. gh - MPGuiHandle allocated by AllocMPGuiHandle(). RESULT TRUE if file written OK FALSE for error. Use MPGuiError() to get error. EXAMPLE NOTES Ignores any tags supplied to AllocMPGuiHandleA(). This currently serves no purpose, but may be later used for a gui based gui designer. BUGS Currently does nothing! Does not handle TEXT/MTEXT SEE ALSO AllocMPGuiHandleA(),MPGuiError(),ReadMPGui().