FunctionGUI 0.6.2__py3-none-any.whl → 0.6.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,8 +33,8 @@ def Place(widget, x, y):
33
33
  def Font(name = 'arial', size = 20, weight = "bold"):
34
34
  font = tkfont.Font(name = name, size = size, weight = weight)
35
35
  return font
36
- def StrVar():
37
- v = tk.StringVar()
36
+ def StrVar(master, string):
37
+ v = tk.StringVar(master, string)
38
38
  return v
39
39
 
40
40
  def OpenFile(title):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: FunctionGUI
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: A simple Tkinter GUI library with basic widgets and functionality.
5
5
  Home-page: https://github.com/aa425/FunctionGUI
6
6
  Author: Aaroh Charne
@@ -0,0 +1,6 @@
1
+ FunctionGUI/FunctionGUI.py,sha256=Nkqq0t2HYWC7fv5cMfM3Qh0cfmI_DDhbk3jNfOW9LKo,3996
2
+ FunctionGUI/__init__.py,sha256=QVxdhpXu8KTDl7ylSFkn7HucZiS2HHLoJSW4nPVPCtY,256
3
+ FunctionGUI-0.6.3.dist-info/METADATA,sha256=Qevca_fOJRnsNNr7PgPQBL_7fMd3gGby7BR8hNn5_XQ,1724
4
+ FunctionGUI-0.6.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
+ FunctionGUI-0.6.3.dist-info/top_level.txt,sha256=_gisKDTO1FqIkJYqH6X1ZrcA0ZvQdKnA_JhABqCSUFo,12
6
+ FunctionGUI-0.6.3.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- FunctionGUI/FunctionGUI.py,sha256=pdZA8rGOfr6mJFy-w4xlgWGmfi-YpPFUcWQq-wxXIGw,3968
2
- FunctionGUI/__init__.py,sha256=QVxdhpXu8KTDl7ylSFkn7HucZiS2HHLoJSW4nPVPCtY,256
3
- FunctionGUI-0.6.2.dist-info/METADATA,sha256=9DXQXpR5yO6KnpVpuwYR7ddAx44yNn70hTahO2P1qFc,1724
4
- FunctionGUI-0.6.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
5
- FunctionGUI-0.6.2.dist-info/top_level.txt,sha256=_gisKDTO1FqIkJYqH6X1ZrcA0ZvQdKnA_JhABqCSUFo,12
6
- FunctionGUI-0.6.2.dist-info/RECORD,,