Calculator and StdDev Tool 1.0
Python-based calculator with GUI and standard deviation functionality
|
Functions | |
_on_key (event) | |
get_style (char) | |
on_button_click (char) | |
show_help () | |
Variables | |
dict | _keymap |
KEY BINDINGS. | |
background | |
bg | |
borderwidth | |
list | buttons |
END OF THEME SECTION. | |
char | |
column | |
columnspan | |
command | |
display | |
focuscolor | |
focusthickness | |
font | |
foreground | |
height | |
highlightthickness | |
i | |
padx | |
pady | |
relief | |
bool | resetMode = False |
root = tk.Tk() | |
row | |
rowspan | |
sticky | |
style = ttk.Style(root) | |
style_name = get_style(char) | |
text | |
weight | |
width | |
|
protected |
gui.get_style | ( | char | ) |
gui.on_button_click | ( | char | ) |
gui.show_help | ( | ) |
|
protected |
KEY BINDINGS.
gui.background |
gui.bg |
gui.borderwidth |
list gui.buttons |
END OF THEME SECTION.
gui.char |
gui.column |
gui.columnspan |
gui.command |
gui.display |
gui.focuscolor |
gui.focusthickness |
gui.font |
gui.foreground |
gui.height |
gui.highlightthickness |
gui.i |
gui.padx |
gui.pady |
gui.relief |
bool gui.resetMode = False |
gui.root = tk.Tk() |
gui.row |
gui.rowspan |
gui.sticky |
gui.style = ttk.Style(root) |
THEME
PLEASE DEFINE THE THEME ONLY IN THIS SECTION FOR CLARITY
gui.text |
gui.weight |
gui.width |