Changeset 61 for trunk/include/helpers/dialog.h
- Timestamp:
- Apr 19, 2001, 11:15:17 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dialog.h
r54 r61 9 9 *@@added V0.9.9 (2001-04-01) [umoeller] 10 10 *@@include <os2.h> 11 *@@include #include "dialog.h" 11 *@@include #include "helpers\linklist.h" // for mnemonic helpers 12 *@@include #include "helpers\dialog.h" 12 13 */ 13 14 … … 185 186 const char *pcszControlsFont); 186 187 188 VOID dlghSetPrevFocus(PVOID pvllWindows); 189 190 VOID dlghSetNextFocus(PVOID pvllWindows); 191 192 HWND dlghProcessMnemonic(PVOID pvllWindows, 193 USHORT usch); 194 195 BOOL dlghEnter(PVOID pvllWindows); 196 187 197 #endif 188 198
Note:
See TracChangeset
for help on using the changeset viewer.