home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / wapuniverse-src-0.3.5.build9.tar.gz / wapuniverse-src-0.3.5.build9.tar / wapuniverse-0.3.5.build9 / frmScroll.h < prev    next >
C/C++ Source or Header  |  2000-11-12  |  2KB  |  42 lines

  1. #ifndef _scrollfrm_h_
  2. #define _scrollfrm_h_
  3. // ---------------------------------------------------------------------------
  4. // ScrollFrm.h
  5. // Contains PalmOS specific code, for Scrolling info form (used for view-source, license)
  6. // 
  7. // Project: WAPUniverse for PalmOS
  8. // Copyright ⌐ 1999-2000 Filip Onkelinx
  9. //
  10. // http://www.wapuniverse.com/
  11. // filip@onkelinx.com
  12. //
  13. // This program is free software; you can redistribute it and/or
  14. // modify it under the terms of the GNU General Public License
  15. // as published by the Free Software Foundation; either version 2
  16. // of the License, or (at your option) any later version.
  17. //
  18. // This program is distributed in the hope that it will be useful,
  19. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. // GNU General Public License for more details.
  22. //
  23. // You should have received a copy of the GNU General Public License
  24. // along with this program; if not, write to the Free Software 
  25. // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
  26. //
  27. // 
  28. // $Workfile: frmScroll.h $  
  29. // $Author: wapuniverse $  
  30. // $Date: 2000/11/11 20:51:09 $     
  31. // $Revision: 1.5 $
  32. // 
  33. // $Header: /cvsroot/wapuniverse/wapuniverse/src/frmScroll.h,v 1.5 2000/11/11 20:51:09 wapuniverse Exp $
  34. // 
  35. // -------------------------------------------------------------------------------
  36. #include "PalmOS.h"
  37. #include "WAPUniverse.h"
  38.  
  39. extern void ScrollFrm (Char *title, MemHandle bodyHandle) SEC_1;
  40.  
  41.  
  42. #endif