tkinter.ttk.Treeview.tag_configure()

tag_configure(tagname, option=None, **kw)

Query or modify the options for the specified tagname.

If kw is not given, returns a dict of the option settings for tagname. If option is specified, returns the value for that option for the specified tagname. Otherwise, sets the options to the corresponding values for the given tagname.

doc_python
2016-10-07 17:45:04
Comments
Leave a Comment

Please login to continue.