Ignore:
Timestamp:
Sep 27, 2001, 10:15:15 PM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

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

    r95 r104  
    305305                         const MSGBOXSTRINGS *pStrings);
    306306
     307    #define TEBF_REMOVETILDE            0x0001
     308    #define TEBF_REMOVEELLIPSE          0x0002
     309    #define TEBF_SELECTALL              0x0004
     310
     311    PSZ dlghTextEntryBox(HWND hwndOwner,
     312                         const char *pcszTitle,
     313                         const char *pcszDescription,
     314                         const char *pcszDefault,
     315                         const char *pcszOK,
     316                         const char *pcszCancel,
     317                         ULONG ulMaxLen,
     318                         ULONG fl,
     319                         const char *pcszFont);
     320
    307321    VOID dlghSetPrevFocus(PVOID pvllWindows);
    308322
Note: See TracChangeset for help on using the changeset viewer.