X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=dialog.h;h=a695c85265b2a35eaf368ebb1a734e83bd285ecd;hb=34f747421d33c977e079481e24cfc0000ab0cf33;hp=8daa3320c843533f1eb33160ec78bbe7774a7ff6;hpb=38f003dbe92f9572cc448b5bf0e61959b57f3d06;p=PuTTY.git diff --git a/dialog.h b/dialog.h index 8daa3320..a695c852 100644 --- a/dialog.h +++ b/dialog.h @@ -610,6 +610,10 @@ void dlg_update_done(union control *ctrl, void *dlg); * Set input focus into a particular control. */ void dlg_set_focus(union control *ctrl, void *dlg); +/* + * Change the label text on a control. + */ +void dlg_label_change(union control *ctrl, void *dlg, char const *text); /* * Return the `ctrl' structure for the most recent control that had * the input focus apart from the one mentioned. This is NOT