Important: The information in this document is obsolete and should not be used for new development.
AGFileGetHelpBalloonText
Use theAGFileGetHelpBalloonText
function to obtain the help balloon text associated with a guide file.
OSErr AGFileGetHelpBalloonText (AGFileFSSpecType *fileSpec, Str255 helpMenuBalloonString);
- fileSpe
c
- A pointer to the file system specification record for the guide file.
helpMenuBalloonString
- A text string. The
AGFileGetHelpBalloonText
function returns, in this parameter, the help balloon text for the guide file.DESCRIPTION
TheAGFileGetHelpBalloonText
function returns, in itshelpMenuBalloonString
parameter, the help balloon text associated with the guide file. Apple Guide displays this text in a help balloon when Balloon Help is on and the cursor is in the guide file's menu item in the Help menu.RESULT CODES