def Update_command():
    backend.Update(selected_tuple[0], title_text.get(), author_text.get(),
                   year_text.get(), isbn_text.get())
Beispiel #2
0
def update_command():
    backend.Update(selected_tupple[0], title_text.get(), auther_text.get(),
                   year_text.get(), ISBN_text.get())
Beispiel #3
0
def update_entry():
    backend.Update(selected_list[0], title.get(), author.get(), year.get(),
                   isbn.get())