- Timestamp:
 - Oct 28, 2002, 8:59:52 PM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/win32dlg.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/win32dlg.h
r7241 r9366 1 /* $Id: win32dlg.h,v 1.1 4 2001-10-28 10:38:13sandervl Exp $ */1 /* $Id: win32dlg.h,v 1.15 2002-10-28 19:59:52 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 35 35 } DLG_CONTROL_INFO; 36 36 37 /* Dialog template */ 37 /* Some home-brewen dialog template 38 TODO: redo this and make it standart one */ 38 39 typedef struct 39 40 { 40 41 DWORD style; 41 42 DWORD exStyle; 43 WORD nbItems; 44 short x; 45 short y; 46 short cx; 47 short cy; 42 48 DWORD helpId; 43 UINT nbItems;44 INT x;45 INT y;46 INT cx;47 INT cy;48 49 LPCSTR menuName; 49 50 LPCSTR className;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  