Ignore:
Timestamp:
Mar 6, 2002, 6:19:31 PM (23 years ago)
Author:
umoeller
Message:

misc changes

File:
1 edited

Legend:

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

    r137 r145  
    291291    typedef DLGHCREATEDLG *PDLGHCREATEDLG;
    292292
     293    #define DFFL_CREATECONTROLS     0x0002
     294
    293295    APIRET dlghFormatDlg(HWND hwndDlg,
    294296                         PCDLGHITEM paDlgItems,
    295297                         ULONG cDlgItems,
    296298                         PCSZ pcszControlsFont,
    297                          ULONG flFlags);
    298 
    299     #define DFFL_RESIZEFRAME        0x0001
    300     #define DFFL_CREATECONTROLS     0x0002
     299                         ULONG flFlags,
     300                         PSIZEL pszlClient,
     301                         PVOID *ppllControls);
     302
     303    VOID dlghResizeFrame(HWND hwndDlg,
     304                         PSIZEL pszlClient);
    301305
    302306    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.