Home | History | Annotate | Download | only in test_ttk

Lines Matching refs:reattach

1259         # reattach should fail
1261 self.tv.reattach, item_id, '', 'end')
1288 # reattach item with children
1289 self.tv.reattach(item_id, '', 'end')
1300 self.tv.reattach, 'nonexistent', '', 'end')
1304 self.tv.reattach, item2, 'otherparent', 'end')
1306 self.tv.reattach, item2, '', 'invalid')