Author: engelsman Date: 2009-05-30 04:44:08 -0700 (Sat, 30 May 2009) New Revision: 6791 Log: added warning to forms.dox that Forms compatibility in not maintained
Modified: branches/branch-1.3/documentation/src/forms.dox Modified: branches/branch-1.3/documentation/src/forms.dox =================================================================== --- branches/branch-1.3/documentation/src/forms.dox 2009-05-25 19:49:40 UTC (rev 6790) +++ branches/branch-1.3/documentation/src/forms.dox 2009-05-30 11:44:08 UTC (rev 6791) @@ -5,6 +5,17 @@ This appendix describes the Forms compatibility included with FLTK. +<center> +<table border="1" width="90%"> +<tr> +<th align="center"> +Warning: The Forms compatility is deprecated and no longer maintained in FLTK1, +and is likely to be removed completely after the next official release. +</th> +</tr> +</table> +</center> + \section forms_importing Importing Forms Layout Files \ref fluid "FLUID" _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
