tkfluent 0.0.3__py3-none-any.whl → 0.0.5__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.
- tkflu/__init__.py +6 -2
- tkflu/__main__.py +20 -11
- tkflu/badge.py +41 -32
- tkflu/button.py +126 -208
- tkflu/bwm.py +50 -30
- tkflu/constants.py +15 -0
- tkflu/defs.py +16 -0
- tkflu/designs/__init__.py +2 -0
- tkflu/designs/badge.py +44 -0
- tkflu/designs/button.py +304 -0
- tkflu/designs/design.py +27 -0
- tkflu/designs/entry.py +164 -0
- tkflu/designs/fonts/__init__.py +20 -0
- tkflu/designs/fonts/segoeui.ttf +0 -0
- tkflu/designs/frame.py +37 -0
- tkflu/designs/primary_color.py +25 -0
- tkflu/designs/text.py +164 -0
- tkflu/designs/window.py +21 -0
- tkflu/entry.py +178 -69
- tkflu/frame.py +84 -43
- tkflu/icons.py +47 -0
- tkflu/label.py +2 -3
- tkflu/menu.py +43 -4
- tkflu/popupmenu.py +4 -29
- tkflu/popupwindow.py +31 -0
- tkflu/text.py +174 -65
- tkflu/togglebutton.py +204 -161
- tkflu/tooltip.py +8 -0
- tkflu/toplevel.py +3 -4
- tkflu/window.py +6 -3
- {tkfluent-0.0.3.dist-info → tkfluent-0.0.5.dist-info}/METADATA +3 -1
- tkfluent-0.0.5.dist-info/RECORD +42 -0
- tkflu/winico.py +0 -25
- tkfluent-0.0.3.dist-info/RECORD +0 -27
- {tkfluent-0.0.3.dist-info → tkfluent-0.0.5.dist-info}/WHEEL +0 -0
tkfluent-0.0.3.dist-info/RECORD
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
tkflu/__init__.py,sha256=HXTCYFRrttdDS-SfE-vKHNbb6_sw4WqAUkaiv-F7IkA,751
|
2
|
-
tkflu/__main__.py,sha256=sWIY4ltJN76w7LmlGZQmE3N0X0VyYS3_zSL-76VwEeY,2002
|
3
|
-
tkflu/badge.py,sha256=SReWYzwuJpKU-OvnpMUrsYoYAJ2pA0bahChxS06lhYk,4914
|
4
|
-
tkflu/button.py,sha256=WZgwCxKIg0O_zwgsYY37FNyeZdcjIs7xewEiAUqdaK8,11967
|
5
|
-
tkflu/bwm.py,sha256=KdDbHar0wReUwJDmLqKYQkfQ_xcBLNVDkTZayTk30FY,5979
|
6
|
-
tkflu/checkbox.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
tkflu/customwindow.py,sha256=Fr4CF0vKwj36tYzgX9_5F7OwcD59z9LfOW20Ugm2Hxc,3761
|
8
|
-
tkflu/customwindow2.py,sha256=nyNEMoGVnOYXCPbdvxZFUH-VlpAtjjEGI8Ul9VDvgAs,2109
|
9
|
-
tkflu/entry.py,sha256=5afwWpMgGo_Lm7-ZDuipplxsI5Z1YNsLumtwmaxJIAE,6481
|
10
|
-
tkflu/frame.py,sha256=jQprJ5pXfQ17iywzbAatS12U2g43yg1Mg7O-3dnXPOQ,7934
|
11
|
-
tkflu/image.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
|
-
tkflu/label.py,sha256=m9HEXlM0ribh8y4B6vfp3HEVH8ElyuVPyG-2BwzdGVo,1598
|
13
|
-
tkflu/listbox.py,sha256=gD_oNNWVZtm5qXQ8bVBNRqJL6CGiIYtvhxztM9huzew,9991
|
14
|
-
tkflu/litenav.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
tkflu/menu.py,sha256=XUhbEmo0xgiVAv0o8HDRF4jfZ0PxGKbeyzWp3xkQwKk,1868
|
16
|
-
tkflu/menubar.py,sha256=2XdMfWy6djGU3RL1ykbaUR6bj0rwaqdUJmufOzsdOPE,4027
|
17
|
-
tkflu/popupmenu.py,sha256=rf_YWX5UzwlAhoRDRZE_tVbx_yfVxkecsdWTWvg80QA,2349
|
18
|
-
tkflu/scrollbar.py,sha256=1hbu5n1mx4KyiF_M3sohpJJPux1zu5Jlw9V6LfQQs1Y,7293
|
19
|
-
tkflu/text.py,sha256=5JwWXQ4OutnqxUWoZ-m1agULDSEg6HDoNdaU0wQMKd8,6590
|
20
|
-
tkflu/thememanager.py,sha256=oG-VWkFogVJJOmsz67hyVfvNdkWMUeP252Qcez8FQmk,963
|
21
|
-
tkflu/togglebutton.py,sha256=hcAYh8XYaireQuGLHKWxJDLm2wMYHt3GlJnE8TjjbIY,13436
|
22
|
-
tkflu/toplevel.py,sha256=e5ZhQ7W2OheWJTkqev9sp9onmSASGIp_hdBaO8EYDc0,723
|
23
|
-
tkflu/window.py,sha256=X3hhhtzwwFpKfuVsdkcUk4qX_5Y0iGEUO_N7mKU9sGw,713
|
24
|
-
tkflu/winico.py,sha256=5wB9VL6SyMLD9fH9eglWPuJjQAyd851PoNUO4j5A9gw,859
|
25
|
-
tkfluent-0.0.3.dist-info/METADATA,sha256=Kcv5NWDbTxkT7dV8NIJiuv3JEPZvQvH4wc17RwLt7KQ,872
|
26
|
-
tkfluent-0.0.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
27
|
-
tkfluent-0.0.3.dist-info/RECORD,,
|
File without changes
|