home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / FontMancer.sit / FontMancer / Common / Prefs.h < prev    next >
C/C++ Source or Header  |  1996-06-21  |  379b  |  14 lines

  1. struct prefStuff {
  2.  
  3.     Str255        samplePhrase;
  4.     Point        windowPosition;
  5. };
  6.  
  7. #define rSetSamplePhrase    131
  8. #define iEditTextItem        3
  9.  
  10. OSErr        FindPrefs(FSSpec *fileSpec, struct prefStuff *Prefs);
  11. OSErr        LoadPrefs(struct prefStuff *Prefs);
  12. void        SavePrefs(struct prefStuff *Prefs);
  13. void        SetSamplePhrase(void);
  14. void        GetDItemHandle(short iDialogItem, DialogPtr theDlg, Handle *itemHandle);