rnd-19990205-1
[rocksndiamonds.git] / src / buttons.h
index 2df5507d149066e4bd286cd2a5d873f57c5882cb..fcd23247594809e78f286a43a1f93032c48b4e69 100644 (file)
@@ -427,16 +427,17 @@ struct GadgetInfo
 struct GadgetInfo *CreateGadget(int, ...);
 void FreeGadget(struct GadgetInfo *);
 
-void ClickOnGadget(struct GadgetInfo *);
-void AdjustScrollbar(struct GadgetInfo *, int, int);
-void ModifyTextInputTextValue(struct GadgetInfo *, char *);
-void ModifyTextInputNumberValue(struct GadgetInfo *, int);
+void ModifyGadget(struct GadgetInfo *, int, ...);
+void RedrawGadget(struct GadgetInfo *);
 
 void MapGadget(struct GadgetInfo *);
 void UnmapGadget(struct GadgetInfo *);
 void UnmapAllGadgets();
 void RemapAllGadgets();
 
+boolean anyTextGadgetActive();
+void ClickOnGadget(struct GadgetInfo *, int);
+
 void HandleGadgets(int, int, int);
 void HandleGadgetsKeyInput(KeySym);