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 / PalmUtils.h < prev    next >
C/C++ Source or Header  |  2000-11-12  |  2KB  |  43 lines

  1. #ifndef _palmutils_h_
  2. #define _palmutils_h_
  3. // ---------------------------------------------------------------------------
  4. // PalmUtils.h
  5. // Contains generic PalmOS code snippets
  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: PalmUtils.h $  
  29. // $Author: wapuniverse $  
  30. // $Date: 2000/11/11 20:51:09 $     
  31. // $Revision: 1.4 $
  32. // 
  33. // $Header: /cvsroot/wapuniverse/wapuniverse/src/PalmUtils.h,v 1.4 2000/11/11 20:51:09 wapuniverse Exp $
  34. // 
  35. // -------------------------------------------------------------------------------
  36. #include    <PalmOS.h>
  37.  
  38. void *GetObjectPtr (UInt16 objectID);
  39. void DrawCharsToFitWidth (char* s, RectanglePtr r, char c);
  40. FieldPtr GetFocusObjectPtr (void);
  41. void SetFieldFromStr(const Char *srcP , UInt16 fieldIndex);
  42.  
  43. #endif