Changeset 4 for trunk/common_functions/menu_funcs.c
- Timestamp:
- Jul 13, 2017, 5:17:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/common_functions/menu_funcs.c
r2 r4 76 76 } 77 77 78 /*!***********************************************************/ 79 /* */ 80 /* @@DESC */ 81 /* */ 82 /* To be written... */ 83 /* */ 84 /*!!**********************************************************/ 78 85 SHORT menuQueryItemCount(HWND hwndMenu) 79 86 { … … 82 89 } 83 90 91 /*!***********************************************************/ 92 /* */ 93 /* @@DESC */ 94 /* */ 95 /* To be written... */ 96 /* */ 97 /*!!**********************************************************/ 84 98 MRESULT menuCheckItem(HWND hwndMenu, USHORT usID, BOOL fIncludeSubMenu, BOOL fCheck) 85 99 { … … 88 102 } 89 103 104 /*!***********************************************************/ 105 /* */ 106 /* @@DESC */ 107 /* */ 108 /* To be written... */ 109 /* */ 110 /*!!**********************************************************/ 90 111 MRESULT menuRemoveItem(HWND hwndMenu, USHORT usID, BOOL fIncludeSubMenu) 91 112 { … … 94 115 } 95 116 117 /*!***********************************************************/ 118 /* */ 119 /* @@DESC */ 120 /* */ 121 /* To be written... */ 122 /* */ 123 /*!!**********************************************************/ 96 124 MRESULT menuCheckForItem(HWND hwndMenu, USHORT usID, BOOL fIncludeSubMenu) 97 125 {
Note:
See TracChangeset
for help on using the changeset viewer.