home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / XPULLDWN.OPH < prev   
Encoding:
Text File  |  1995-12-21  |  367 b   |  21 lines

  1. #define XPULLDWN_OPH
  2.  
  3. #ifndef PULLDOWN_OPH
  4. #include <sdk\pulldown>
  5. #endif
  6.  
  7. /* Constants for xpulldwn */
  8.  
  9. #define PULLDOWN_3b_LEFT 4
  10. #define PULLDOWN_3b_RIGHT 3
  11. #define PULLDOWN_3b_BOTTOM 3
  12. #define PULLDOWN_3b_TOP 4
  13.  
  14. /* Property of xpulldwn */
  15.  
  16. STRUCT PR_XPULLDWN
  17.     root#(SIZEOF(PRS_ROOT))
  18.     win#(SIZEOF(PRS_WIN))
  19.     listbox#(SIZEOF(PRS_LISTBOX))
  20. ENDS
  21.