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

  1. #define PULLDOWN_OPH
  2.  
  3. #ifndef LISTBOX_OPH
  4. #include <sdk\listbox>
  5. #endif
  6.  
  7. /* Types for pulldown */
  8.  
  9. STRUCT MENU_ITEM
  10.     com_id#
  11.     mn_txt#(1)
  12. ENDS
  13.  
  14. /* Property of pulldown */
  15.  
  16. STRUCT PR_PULLDOWN
  17.     root#(SIZEOF(PRS_ROOT))
  18.     win#(SIZEOF(PRS_WIN))
  19.     listbox#(SIZEOF(PRS_LISTBOX))
  20. ENDS
  21.