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

Method update_status_red

whipFTP.py:506–514  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

504 self.current_status.set(message)
505
506 def update_status_red(self, message):
507 #Stop mouse-hover highlighting
508 self.canvas.itemconfig(self.rect_id, outline = '')
509 self.canvas.coords(self.rect_id, -1, -1, -1, -1)
510 #Display message in status bar in red color only if change_status is true else ignore it
511 if self.change_status is True:
512 self.status_label.configure(style = 'Red.TLabel')
513 self.current_status.set(message)
514 self.problem()
515
516 def lock_status_bar(self):
517 self.change_status = False

Callers 9

connect_threadMethod · 0.95
change_dirMethod · 0.95
goto_pathMethod · 0.95
dir_upMethod · 0.95
rename_fileMethod · 0.95
change_permissionsMethod · 0.95
create_dirMethod · 0.95
search_fileMethod · 0.95

Calls 1

problemMethod · 0.95

Tested by

no test coverage detected