Home | History | Annotate | Download | only in test_ttk

Lines Matching full:reattach

851         # reattach should fail
853 self.tv.reattach, item_id, '', 'end')
880 # reattach item with children
881 self.tv.reattach(item_id, '', 'end')
892 self.tv.reattach, 'nonexistent', '', 'end')
896 self.tv.reattach, item2, 'otherparent', 'end')
898 self.tv.reattach, item2, '', 'invalid')