From: Foster B. <fos...@us...> - 2006-02-23 23:29:31
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/documentation/sources/tutorials In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25760/adobe/documentation/sources/tutorials Modified Files: defgroup_tutorials.dox Log Message: the state of things. We've been working to isolate static_text_t (now called label_t) but it has been slow going because we're trying to wrestle with perfecting the API and what effect that has on other components that were using label_t in a way that isn't in accordance with the new API we're trying to write. As it stands static_disabled_text_m is broken on both platforms, but everything else should be working better. Index: defgroup_tutorials.dox =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/documentation/sources/tutorials/defgroup_tutorials.dox,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** defgroup_tutorials.dox 19 Mar 2005 00:16:42 -0000 1.1 --- defgroup_tutorials.dox 23 Feb 2006 23:28:55 -0000 1.2 *************** *** 2,4 **** --- 2,6 ---- \defgroup asl_tutorials Tutorials \ingroup asl_home + + The Generic Image Library (GIL) also has a \ref GILTutorial "Tutorial" */ |