Leser: 1
|  | |< 1 2 >| |  | 12 Einträge, 2 Seiten | 
1
2
3
4
5
6
7
$text->tagConfigure('bold', -font => 'Courier 10 bold');
$text->tagConfigure('red', -background => 'red');
$text->tagConfigure('yellow', -background => 'yellow');
$text->insert('end', "irgendwas ", 'bold');
$text->insert('end', "was anderes ", 'red');
# usw.|  | |< 1 2 >| |  | 12 Einträge, 2 Seiten |