Developer


The include files are only available for C, yet. Please refer to the Autodocs for further informations. But generally you just have to insert something like the following in you Applications declaration, to get a working HTMLtext object:

   ...
   Child, HTMLtextObject,
      MUIA_HTMLtext_Contents, "This is a <b>Test</b>.",
      End,
   ...

But don't forget, that HTMLtext.mcc uses some more memory and is slower than TextObject and it doesn't always make sense to use it.


Written by Dirk Holtwick (dirco@uni-duisburg.de), 1997