I have a Listbox defined as:
listbox1=tk.Listbox(master=frame_1,listvariable=samples_var)
Where samples_var is a tk.StringVar() class that ho