home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / ScoFont.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  1.1 KB  |  26 lines

  1.  
  2. /*-------------------------------------------------------------------------
  3.   Copyright (c) 1992                   The Santa Cruz Operation, Inc.
  4.   -------------------------------------------------------------------------
  5.   All rights reserved.  No part of this  program or publication may be
  6.   reproduced, transmitted, transcribed, stored  in a retrieval system,
  7.   or translated into any language or computer language, in any form or
  8.   by any  means,  electronic, mechanical, magnetic, optical, chemical,
  9.   biological, or otherwise, without the  prior written  permission of:
  10.  
  11.            The Santa Cruz Operation, Inc.  (408) 425-7222
  12.            400 Encinal St, Santa Cruz, CA  95060 USA
  13.   -------------------------------------------------------------------------
  14.   -----------------------------------------------------------------------*/
  15.  
  16. #ifndef _SCOCLIENT_FONT_H
  17. #define _SCOCLIENT_FONT_H
  18.  
  19. #include     <Xm/Xm.h>
  20.  
  21. extern void     XScoAddFontProtocolCallbacks(Widget);
  22. extern void     XScoReconfigureFonts(Widget);
  23. extern void     XScoReconfigurePopupFonts(Widget);
  24.  
  25. #endif    /* _SCOCLIENT_FONT_H */
  26.