comparison dw.h @ 1541:1c6593b0ce45

Initial scrolled minimum and maximum code on Windows... MLE implemented, container to go.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 13 Jan 2012 02:02:28 +0000
parents 2913bb58f439
children 4a9c574d5c17
comparison
equal deleted inserted replaced
1540:282727422698 1541:1c6593b0ce45
1425 #ifndef API 1425 #ifndef API
1426 #define API 1426 #define API
1427 #endif 1427 #endif
1428 1428
1429 #define DWSIGNAL API 1429 #define DWSIGNAL API
1430
1431 /* Constants for sizing scrolled widgets */
1432 #define _DW_SCROLLED_MIN_WIDTH 100
1433 #define _DW_SCROLLED_MIN_HEIGHT 75
1434 #define _DW_SCROLLED_MAX_WIDTH 500
1435 #define _DW_SCROLLED_MAX_HEIGHT 400
1430 1436
1431 /* Let other APIs know what types we've defined, 1437 /* Let other APIs know what types we've defined,
1432 * Regina REXX in particular, on Unix. 1438 * Regina REXX in particular, on Unix.
1433 */ 1439 */
1434 #define ULONG_TYPEDEFED 1 1440 #define ULONG_TYPEDEFED 1