]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs_gui/form.h
* Bugfix : en procesar_leer_registro para tipo1 me estaba pasando 1 char
[z.facultad/75.06/emufs.git] / emufs_gui / form.h
index 3b5bd572d26fa68cc448e3691763d537d4b40c89..3b8c531e30f249e6b7ce7c2a91ef841d9a8791d0 100644 (file)
@@ -101,6 +101,8 @@ void form_ejecutar(t_Form *f, int x, int y);
  */
 void form_es_modificable(t_Form *f, const char *widget, int b);
 
+void form_set_valor(t_Form *f, const char *widget, const char *s);
+
 /** Obtiene el valor asociado a un campo como char *
  *
  *  \param f Formulario.