justbytes_gui._frame module

Highest level code for module.

class justbytes_gui._frame.RangeFrame(master=None)

Bases: Tkinter.Frame

Simple class to display a single Range value.

reset()

Reset to defaults and show.

show()

Show the resulting string.

justbytes_gui._frame.show(a_range)

Start a simple GUI to show display options for a_range.

Parameters:a_range (Range) – the range to display

Previous topic

justbytes_gui._errors module

Next topic

justbytes_gui._gadgets module

This Page