/relevation/branches/1.1/gui.py |
---|
104,6 → 104,12 |
top.columnconfigure(0, weight=1, pad=5) |
frame.rowconfigure(0, weight=1, pad=5) |
frame.columnconfigure(0, weight=1) |
# Avoid printing to stderr |
def ignoreme(s): |
pass |
relevation.printe = ignoreme |
relevation.printen = ignoreme |
FILL = tk.N+tk.S+tk.E+tk.W |
BTNROW = 2 |