GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.TabPanels.Frame_Retrieval_Analysis.FrameRetrievalAnalysis module

class GUIBRUSHR.GUI.Input_Output_Panels.Input_Panels.TabPanels.Frame_Retrieval_Analysis.FrameRetrievalAnalysis.FrameRetrievalAnalysis(parent, row, column, color, path_default, frame_input, width_GUI, height_GUI, window, **kwargs)[source]

Bases: MyPanel

__init__(parent, row, column, color, path_default, frame_input, width_GUI, height_GUI, window, **kwargs)[source]

Initialize the MyPanel widget.

Parameters:
  • parent – The parent widget

  • color – Background color of the panel

  • row – Row position in the parent’s grid

  • column – Column position in the parent’s grid

  • columnspan – Number of columns the panel should span

  • rowspan – Number of rows the panel should span

  • visible – Whether the panel should be visible initially

  • **kwargs – Additional keyword arguments passed to the Frame widget