home *** CD-ROM | disk | FTP | other *** search
- #define PULLDOWN_OPH
-
- #ifndef LISTBOX_OPH
- #include <sdk\listbox>
- #endif
-
- /* Types for pulldown */
-
- STRUCT MENU_ITEM
- com_id#
- mn_txt#(1)
- ENDS
-
- /* Property of pulldown */
-
- STRUCT PR_PULLDOWN
- root#(SIZEOF(PRS_ROOT))
- win#(SIZEOF(PRS_WIN))
- listbox#(SIZEOF(PRS_LISTBOX))
- ENDS
-