X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fbuttons.h;h=fcd23247594809e78f286a43a1f93032c48b4e69;hp=2df5507d149066e4bd286cd2a5d873f57c5882cb;hb=3ae3dff29ac1a6022b1e5af414ba2c99391148c8;hpb=d7bb50dd6727a25908eaecca817b361d9b09158e diff --git a/src/buttons.h b/src/buttons.h index 2df5507d..fcd23247 100644 --- a/src/buttons.h +++ b/src/buttons.h @@ -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);