MCPcopy Create free account
hub / github.com/RainingComputers/whipFTP / deselect_everything

Method deselect_everything

whipFTP_FileDialogs.py:837–841  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

835 self.selected_file_indices[file_index] = self.canvas.create_rectangle(i*self.cell_width+2, j*35+2, (i+1)*self.cell_width-1, (j+1)*35-1, fill = '', outline = 'Red')
836
837 def deselect_everything(self):
838 #Delete selected file list
839 self.selected_file_indices.clear()
840 #Redraw all icons and remove any 'selected' highlighting rectangles
841 self.draw_icons()
842
843 def change_dir(self, event):
844 #Delete selected file list

Callers 7

handle_dndMethod · 0.95
show_dnd_iconMethod · 0.95
toggle_hidden_filesMethod · 0.95
mouse_selectMethod · 0.95
dir_upMethod · 0.95
change_dir_on_enterMethod · 0.95
change_dir_side_barMethod · 0.95

Calls 1

draw_iconsMethod · 0.95

Tested by

no test coverage detected