X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8eed910da111b888ec363493ee55c6057eb61acf..934dbf050b7f8043eab8f0f04365f18a6b9055f3:/dialog.h diff --git a/dialog.h b/dialog.h index 8daa3320..a695c852 100644 --- a/dialog.h +++ b/dialog.h @@ -611,6 +611,10 @@ void dlg_update_done(union control *ctrl, void *dlg); */ 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 * GUARANTEED to work on all platforms, so don't base any critical