]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - dialog.h
Support for Windows PuTTY connecting straight to a local serial port
[PuTTY.git] / dialog.h
index 8daa3320c843533f1eb33160ec78bbe7774a7ff6..a695c85265b2a35eaf368ebb1a734e83bd285ecd 100644 (file)
--- 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