rnd-19990126-2
[rocksndiamonds.git] / src / buttons.h
index 2df5507d149066e4bd286cd2a5d873f57c5882cb..9ef1acec549617484e71fde80fd35a8d04b26d84 100644 (file)
@@ -427,16 +427,16 @@ 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();
 
+void ClickOnGadget(struct GadgetInfo *);
+
 void HandleGadgets(int, int, int);
 void HandleGadgetsKeyInput(KeySym);