Ignore:
Timestamp:
Apr 19, 2001, 11:15:17 PM (24 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dialog.h

    r54 r61  
    99 *@@added V0.9.9 (2001-04-01) [umoeller]
    1010 *@@include <os2.h>
    11  *@@include #include "dialog.h"
     11 *@@include #include "helpers\linklist.h"           // for mnemonic helpers
     12 *@@include #include "helpers\dialog.h"
    1213 */
    1314
     
    185186                         const char *pcszControlsFont);
    186187
     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
    187197#endif
    188198
Note: See TracChangeset for help on using the changeset viewer.