pycoze 0.1.217__py3-none-any.whl → 0.1.219__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pycoze/ui/__init__.py +1 -0
- pycoze/ui/ui_def.py +7 -1
- {pycoze-0.1.217.dist-info → pycoze-0.1.219.dist-info}/METADATA +1 -1
- {pycoze-0.1.217.dist-info → pycoze-0.1.219.dist-info}/RECORD +7 -7
- {pycoze-0.1.217.dist-info → pycoze-0.1.219.dist-info}/LICENSE +0 -0
- {pycoze-0.1.217.dist-info → pycoze-0.1.219.dist-info}/WHEEL +0 -0
- {pycoze-0.1.217.dist-info → pycoze-0.1.219.dist-info}/top_level.txt +0 -0
pycoze/ui/__init__.py
CHANGED
pycoze/ui/ui_def.py
CHANGED
@@ -186,4 +186,10 @@ def seed(name, default=0, tip="", hide_if="", style="", cls="") -> int:
|
|
186
186
|
return useDefault(name, default)
|
187
187
|
|
188
188
|
|
189
|
-
|
189
|
+
_cache_button_ui = get_ui()
|
190
|
+
def button(name, tip="", hide_if="") -> bool:
|
191
|
+
value = useDefault(name, _cache_button_ui[name])
|
192
|
+
if value != _cache_button_ui[name]:
|
193
|
+
_cache_button_ui[name] = value
|
194
|
+
return True
|
195
|
+
return False
|
@@ -19,17 +19,17 @@ pycoze/reference/bot.py,sha256=BDflTV3zYoZqWnJpD5lMM_1vU_5b20M3XiFt1p-RHWM,2427
|
|
19
19
|
pycoze/reference/lib.py,sha256=0xQJTLTHedGzQBsjuTFNBVqYc4-8Yl65gGCrAhWyOX8,2155
|
20
20
|
pycoze/reference/tool.py,sha256=9OxHawxjkh6S8eAOlGNrbfhkk5oRlRc7LBpnV6RmhYI,1722
|
21
21
|
pycoze/reference/workflow.py,sha256=xIxv4EAeIR663bRfXkLhgBC0OhfMs5RdfvdORI80CoQ,2068
|
22
|
-
pycoze/ui/__init__.py,sha256=
|
22
|
+
pycoze/ui/__init__.py,sha256=RTEUVXdMo7AYC1wsyS1yl5sLi5vf4bNFv4iggghGEgg,469
|
23
23
|
pycoze/ui/base.py,sha256=sbBZGMUtlosWHQJpxMULa1bGByeSlcldtE9QXNyiJmM,1093
|
24
24
|
pycoze/ui/color.py,sha256=cT9Ib8uNzkOKxyW0IwVj46o4LwdB1xgNCj1_Rou9d_4,854
|
25
25
|
pycoze/ui/typ.py,sha256=NpT0FrbHvByOszBZMFtroRp7I7pN-38tYz_zPOPejF4,1723
|
26
|
-
pycoze/ui/ui_def.py,sha256=
|
26
|
+
pycoze/ui/ui_def.py,sha256=PEvTQWJ9iErXRXWQkY56Pem9fPT4z8F8l6ylN5X52DM,4450
|
27
27
|
pycoze/utils/__init__.py,sha256=Gi5EnrWZGMD2JRejgV4c_VLCXyvA2wwBFI_niDF5MUE,110
|
28
28
|
pycoze/utils/arg.py,sha256=GtfGbMTMdaK75Fwh6MpUe1pCA5X6Ep4LFG7a72YrzjI,525
|
29
29
|
pycoze/utils/env.py,sha256=W04lhvTHhAAC6EldP6kk2xrctqtu8K6kl1vDLZDNeh8,561
|
30
30
|
pycoze/utils/text_or_file.py,sha256=gpxZVWt2DW6YiEg_MnMuwg36VNf3TX383QD_1oZNB0Y,551
|
31
|
-
pycoze-0.1.
|
32
|
-
pycoze-0.1.
|
33
|
-
pycoze-0.1.
|
34
|
-
pycoze-0.1.
|
35
|
-
pycoze-0.1.
|
31
|
+
pycoze-0.1.219.dist-info/LICENSE,sha256=QStd_Qsd0-kAam_-sOesCIp_uKrGWeoKwt9M49NVkNU,1090
|
32
|
+
pycoze-0.1.219.dist-info/METADATA,sha256=5GqtpZPQiQ9C0Lump1lKJVDoNfv1SRrJcb2w-4y5oJI,726
|
33
|
+
pycoze-0.1.219.dist-info/WHEEL,sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo,92
|
34
|
+
pycoze-0.1.219.dist-info/top_level.txt,sha256=76dPeDhKvOCleL3ZC5gl1-y4vdS1tT_U1hxWVAn7sFo,7
|
35
|
+
pycoze-0.1.219.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|