gui.frames.content_frames.collection_frame

class gui.frames.content_frames.collection_frame.CollectionFrame(master: tkinter.Frame, gui: gui.app.GUI, **kwargs)
__init__(master: tkinter.Frame, gui: gui.app.GUI, **kwargs)

Construct a frame widget with the parent MASTER.

Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.

update_ui(kwargs)