diff 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
line wrap: on
line diff
--- a/dw.h	Thu Jan 12 18:56:30 2012 +0000
+++ b/dw.h	Fri Jan 13 02:02:28 2012 +0000
@@ -1428,6 +1428,12 @@
 
 #define DWSIGNAL API
 
+/* Constants for sizing scrolled widgets */
+#define _DW_SCROLLED_MIN_WIDTH   100
+#define _DW_SCROLLED_MIN_HEIGHT  75
+#define _DW_SCROLLED_MAX_WIDTH   500
+#define _DW_SCROLLED_MAX_HEIGHT  400
+
 /* Let other APIs know what types we've defined,
  * Regina REXX in particular, on Unix.
  */