Home | History | Annotate | Download | only in tkinter

Lines Matching refs:move_row

1861     def move_row(self, from_, to, offset):
1864 For example, move_row(2, 4, 1) moves the rows 2,3,4 to rows 3,4,5."""