py-imgui-redux 3.4.0__cp39-cp39-win_amd64.whl → 3.4.1__cp39-cp39-win_amd64.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.
imgui/__init__.pyi CHANGED
@@ -371,7 +371,7 @@ __all__ = [
371
371
  "TextDisabled",
372
372
  "TextLink",
373
373
  "TextLinkOpenURL",
374
- "TextWrapper",
374
+ "TextWrapped",
375
375
  "Texture",
376
376
  "TreeNode",
377
377
  "TreeNodeEx",
@@ -3537,7 +3537,7 @@ class ViewportFlags():
3537
3537
  pass
3538
3538
  class WCharList():
3539
3539
  """
3540
- This wrapper over a std::vector<ImWchar>
3540
+ Thin wrapper over a std::vector<ImWchar>
3541
3541
  """
3542
3542
  def __getitem__(self, index: int) -> int: ...
3543
3543
  @typing.overload
@@ -4298,7 +4298,7 @@ def TextLink(label: str) -> bool:
4298
4298
  pass
4299
4299
  def TextLinkOpenURL(label: str, url: str) -> None:
4300
4300
  pass
4301
- def TextWrapper(text: str) -> None:
4301
+ def TextWrapped(text: str) -> None:
4302
4302
  pass
4303
4303
  @typing.overload
4304
4304
  def TreeNode(label: str) -> bool:
imgui.cp39-win_amd64.pyd CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: py-imgui-redux
3
- Version: 3.4.0
3
+ Version: 3.4.1
4
4
  Summary: A python wrapper for DearImGUI and popular extensions
5
5
  Author: Alagyn
6
6
  Project-URL: Homepage, https://github.com/alagyn/py-imgui-redux
@@ -0,0 +1,10 @@
1
+ imgui.cp39-win_amd64.pyd,sha256=OAgFcdKEaVhfXo6VCKKJgE24UXkeydpgrp9OFEo6dHk,3294208
2
+ imgui/__init__.pyi,sha256=L5E9FTTFXkMVyTgww7Y8xV5sSDAnnLbXiCLB7VraEEo,121229
3
+ imgui/glfw/__init__.pyi,sha256=2wBI1njFbZsL-s2TlZXSISQff-x0g-ynk7Q9_LiZaFQ,25485
4
+ imgui/imnodes/__init__.pyi,sha256=6hQaovVz7YOV4RgFOoJoEN59EAkDX1uzz6J_Ta8eRQU,13825
5
+ imgui/implot/__init__.pyi,sha256=dH5usFpnFRFWuTCwU2ASIuu1TZ3XHqC5cXhZ0F5Igj4,39444
6
+ py_imgui_redux-3.4.1.dist-info/LICENSE,sha256=fDrCLKI_lLbO88WTSx4QGbbOEZrWhcw0TBLOQxkydX4,1070
7
+ py_imgui_redux-3.4.1.dist-info/METADATA,sha256=jXDfjknhDAp6TcO5Gkenf7VAfmaqXrifMS55tMETEJk,8074
8
+ py_imgui_redux-3.4.1.dist-info/WHEEL,sha256=agy-BJge3afXwWznUXANATmKFW4eqelqRR0uf608A_0,99
9
+ py_imgui_redux-3.4.1.dist-info/top_level.txt,sha256=15onHRujL1_V625VUUaELFCxh9bOaAi5IzpVBJIPyHI,6
10
+ py_imgui_redux-3.4.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- imgui.cp39-win_amd64.pyd,sha256=504S-Z3RwM5UHu5r6B5Kg2LEkeaaAKrtKkzAj_l4CxY,3294208
2
- imgui/__init__.pyi,sha256=ASfPr-6ZgcFMi-XIb1-rfTy9h0GBw7WPawryUIBvb68,121229
3
- imgui/glfw/__init__.pyi,sha256=2wBI1njFbZsL-s2TlZXSISQff-x0g-ynk7Q9_LiZaFQ,25485
4
- imgui/imnodes/__init__.pyi,sha256=6hQaovVz7YOV4RgFOoJoEN59EAkDX1uzz6J_Ta8eRQU,13825
5
- imgui/implot/__init__.pyi,sha256=dH5usFpnFRFWuTCwU2ASIuu1TZ3XHqC5cXhZ0F5Igj4,39444
6
- py_imgui_redux-3.4.0.dist-info/LICENSE,sha256=fDrCLKI_lLbO88WTSx4QGbbOEZrWhcw0TBLOQxkydX4,1070
7
- py_imgui_redux-3.4.0.dist-info/METADATA,sha256=P1BalrA2epybNJXD8RmwAoS-PVuTKDZ7zPSzkIovmxU,8074
8
- py_imgui_redux-3.4.0.dist-info/WHEEL,sha256=agy-BJge3afXwWznUXANATmKFW4eqelqRR0uf608A_0,99
9
- py_imgui_redux-3.4.0.dist-info/top_level.txt,sha256=15onHRujL1_V625VUUaELFCxh9bOaAi5IzpVBJIPyHI,6
10
- py_imgui_redux-3.4.0.dist-info/RECORD,,