Just added another useful tag sub-command: properties. This command is pretty useful for obtaining the non-default property settings for text tags. For example;
foreach t [lsort [$::petxt tag names]] {
puts "$t [$::petxt tag properties $t]"
}

foreach t [lsort [$::petxt tag names]] {
puts "$t [$::petxt tag properties $t]"
}
No comments:
Post a Comment