rnd-19990104-1
[rocksndiamonds.git] / src / buttons.h
index 91ec8f1e58e7c40059c0657bbd5f94f4c8c5db65..e3ba29be841272d50ad5f294b9dd8d69c508ef73 100644 (file)
@@ -308,16 +308,18 @@ int CheckCountButtons(int, int, int);
 #define GDI_RADIO_NR                   8
 #define GDI_RADIO_PRESSED              9
 #define GDI_NUMBER_VALUE               10
-#define GDI_TEXT_VALUE                 11
-#define GDI_DESIGN_UNPRESSED           12
-#define GDI_DESIGN_PRESSED             13
-#define GDI_ALT_DESIGN_UNPRESSED       14
-#define GDI_ALT_DESIGN_PRESSED         15
-#define GDI_EVENT_MASK                 16
-#define GDI_EVENT                      17
-#define GDI_CALLBACK                   18
-#define GDI_AREA_SIZE                  19
-#define GDI_ITEM_SIZE                  20
+#define GDI_NUMBER_MIN                 11
+#define GDI_NUMBER_MAX                 12
+#define GDI_TEXT_VALUE                 13
+#define GDI_DESIGN_UNPRESSED           14
+#define GDI_DESIGN_PRESSED             15
+#define GDI_ALT_DESIGN_UNPRESSED       16
+#define GDI_ALT_DESIGN_PRESSED         17
+#define GDI_EVENT_MASK                 18
+#define GDI_EVENT                      19
+#define GDI_CALLBACK                   20
+#define GDI_AREA_SIZE                  21
+#define GDI_ITEM_SIZE                  22
 
 typedef void (*gadget_callback_function)(void *);
 
@@ -366,6 +368,8 @@ struct GadgetInfo
 struct GadgetInfo *CreateGadget(int, ...);
 void FreeGadget(struct GadgetInfo *);
 
+void ClickOnGadget(struct GadgetInfo *);
+
 void MapGadget(struct GadgetInfo *);
 void UnmapGadget(struct GadgetInfo *);