
Curses::Toolkit::Object::MarkupString - a string that contains markups

version 0.207

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>).

Damien "dams" Krotkine

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.