GuinierAnalyzer.SimpleGuinierGuiUtils#
SimpleGuinierGuiUtils.py
Copyright (c) 2017, Masatsuyo Takahashi, KEK-PF
- class CheckbuttonFrame(parent, types=None)#
Bases:
Frame
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.
- cb_clear()#
- cb_vars_tracer(*args)#
- cb_vars_tracer_reset()#
- make_index(z)#
- class FolderInfoPanel(parent)#
Bases:
Toplevel
Construct a toplevel widget with the parent MASTER.
Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, menu, relief, screen, takefocus, use, visual, width.
- draw_folder(i)#
- show(folder_paths)#
- class TypeInfoPanel(parent)#
Bases:
Toplevel
Construct a toplevel widget with the parent MASTER.
Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, menu, relief, screen, takefocus, use, visual, width.
- show(type_names)#