Changeset 9366 for trunk/src


Ignore:
Timestamp:
Oct 28, 2002, 8:59:52 PM (23 years ago)
Author:
sandervl
Message:

PF: Fixed creation of dialog with CreateWindowExA/W

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32dlg.h

    r7241 r9366  
    1 /* $Id: win32dlg.h,v 1.14 2001-10-28 10:38:13 sandervl Exp $ */
     1/* $Id: win32dlg.h,v 1.15 2002-10-28 19:59:52 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    3535} DLG_CONTROL_INFO;
    3636
    37 /* Dialog template */
     37/* Some home-brewen dialog template
     38   TODO: redo this and make it standart one */
    3839typedef struct
    3940{
    4041    DWORD      style;
    4142    DWORD      exStyle;
     43    WORD       nbItems;
     44    short      x;
     45    short      y;
     46    short      cx;
     47    short      cy;
    4248    DWORD      helpId;
    43     UINT       nbItems;
    44     INT        x;
    45     INT        y;
    46     INT        cx;
    47     INT        cy;
    4849    LPCSTR     menuName;
    4950    LPCSTR     className;
Note: See TracChangeset for help on using the changeset viewer.