Lines Matching full:invisible
24 A show-all mode is available that shows invisible items in red.
566 tree.tag_configure("invisible", foreground="red")
682 # to deal with invisible items that can show up outside show-all mode (see
704 # for full-tree mode. A tricky detail is that invisible items need to be
718 # Show invisible symbols (defined with either 'config' and
757 # Invisible item with visible children
787 # The _show_all test avoids showing invisible items in red outside
788 # show-all mode, which could look confusing/broken. Invisible symbols
789 # are shown outside show-all mode if an invisible symbol has visible
792 _img_tag(node) + " invisible")
1007 # This will hit for invisible symbols, which appear in show-all mode and
1008 # when an invisible symbol has visible children (which can happen e.g. for
1491 # reference item isn't shown (only invisible items on the screen, and
1639 if not _tree.tag_has("invisible", item):
1653 if not _tree.tag_has("invisible", item):
1935 img_tag(node) + " invisible")