Оглавление:
Карта сайта:
Оглавление:
Карта сайта:
Это старая версия документа!
| Sr.No. | Method & Description |
|---|---|
| 1 | tag_add(tagname, startindex[,endindex] …) This method tags either the position defined by startindex, or a range delimited by the positions startindex and endindex. |
| 2 | tag_config You can use this method to configure the tag properties, which include, justify(center, left, or right), tabs(this property has the same functionality of the Text widget tabs's property), and underline(used to underline the tagged text). |
| 3 | tag_delete(tagname) This method is used to delete and remove a given tag. |
| 4 | tag_remove(tagname [,startindex[.endindex]] …) After applying this method, the given tag is removed from the provided area without deleting the actual tag definition. |