Changeset 229 for trunk/include/helpers/dialog.h
- Timestamp:
- Nov 24, 2002, 9:45:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dialog.h
r209 r229 106 106 // flags for winhAdjustControls; any combination of 107 107 // XAC_MOVEX, XAC_MOVEY, XAC_SIZEX, XAC_SIZEY 108 // removed V 0.9.21(2002-08-18) [umoeller]108 // removed V1.0.0 (2002-08-18) [umoeller] 109 109 110 110 SIZEL szlDlgUnits; … … 244 244 245 245 #define START_TABLE_EXT(fl) { TYPE_START_NEW_TABLE, (ULONG)NULL, fl } 246 // added V 0.9.21(2002-08-16) [umoeller]246 // added V1.0.0 (2002-08-16) [umoeller] 247 247 248 248 #define START_TABLE_ALIGN START_TABLE_EXT(TABLE_ALIGN_COLUMNS) … … 251 251 252 252 #define START_GROUP_TABLE_EXT(pDef, fl) { TYPE_START_NEW_TABLE, (ULONG)pDef, fl } 253 // added V 0.9.21(2002-08-16) [umoeller]253 // added V1.0.0 (2002-08-16) [umoeller] 254 254 255 255 #define START_GROUP_TABLE_ALIGN(pDef) START_GROUP_TABLE_EXT(pDef, TABLE_ALIGN_COLUMNS)
Note:
See TracChangeset
for help on using the changeset viewer.