NAME
Curses::Toolkit::Object::MarkupString - a string that contains markups
VERSION
version 0.208
DESCRIPTION
Class that manage tied strings to handle style markup transparently
my $string = Curses::Toolkit::Object::MarkupString->new('hello <span weight="bold">world</span>');
This is an internal Class, you shouldn't use it.
see Curses::Toolkit::Widget::Label to get the list of supported markups (like <u>, <b>, <span>).
AUTHOR
Damien "dams" Krotkine
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Damien "dams" Krotkine.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.