X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdt%2Feditint.c;h=26fcde909fbe2159fdc7b6df6e4315f2002b26a0;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=8ddcb7ed0bdc37afd7d84a24bf3388006cfbcb4c;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/dt/editint.c b/bertos/dt/editint.c index 8ddcb7ed..26fcde90 100644 --- a/bertos/dt/editint.c +++ b/bertos/dt/editint.c @@ -29,53 +29,21 @@ * Copyright 2005 Develer S.r.l. (http://www.develer.com/) * --> * - * \version $Id$ - * * \brief Integer edit widget (implementation). * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2005/11/04 18:26:38 bernie - *#* Import into DevLib. - *#* - *#* Revision 1.7 2005/06/10 15:46:09 batt - *#* Add EDIS_WRAP style that wrap around min and max. - *#* - *#* Revision 1.6 2005/06/08 17:32:33 batt - *#* Switch to new messaging system. - *#* - *#* Revision 1.5 2005/06/06 11:04:12 batt - *#* Add some comments. - *#* - *#* Revision 1.4 2005/05/31 11:09:34 batt - *#* Fix sending pointer instead of value bug. - *#* - *#* Revision 1.3 2005/05/26 14:46:20 batt - *#* Use correct tag; remove warning. - *#* - *#* Revision 1.2 2005/05/26 14:44:10 batt - *#* Abstract widget from layer: use context. - *#* - *#* Revision 1.1 2005/05/26 08:32:53 batt - *#* Add new Develer widget system :) - *#* - *#*/ +#include "editint.h" + +#include -#include #include
#include
#include
-#include - #include /**