From: <kr_...@us...> - 2003-08-17 16:45:10
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1:/tmp/cvs-serv25012/port/src/include Modified Files: Menu.h Log Message: Implementation for popup menus Index: Menu.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Menu.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Menu.h 15 Aug 2003 21:24:54 -0000 1.7 --- Menu.h 17 Aug 2003 16:45:07 -0000 1.8 *************** *** 4,7 **** --- 4,10 ---- #include "Types.h" + MenuHandle osCreatePopupMenu(); + void osTrackPopupMenu(MenuHandle handle, WindowHandle hwnd, int x, int y); + MenuHandle osInsertMenu(MenuHandle parent, int pos); MenuHandle osInsertMenuItem(MenuHandle parent, int pos); |