py-imgui-redux 4.0.2__cp310-cp310-win_amd64.whl → 5.0.0__cp310-cp310-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
@@ -220,6 +220,7 @@ __all__ = [
220
220
  "KeyData",
221
221
  "LabelText",
222
222
  "ListClipper",
223
+ "ListClipperFlags",
223
224
  "ListWrapperBool",
224
225
  "ListWrapperDouble",
225
226
  "ListWrapperImVec2",
@@ -459,6 +460,7 @@ class Col():
459
460
  CheckMark = 18
460
461
  ChildBg = 3
461
462
  DragDropTarget = 53
463
+ DragDropTargetBg = 54
462
464
  FrameBg = 7
463
465
  FrameBgActive = 9
464
466
  FrameBgHovered = 8
@@ -467,10 +469,10 @@ class Col():
467
469
  HeaderHovered = 25
468
470
  InputTextCursor = 33
469
471
  MenuBarBg = 13
470
- ModalWindowDimBg = 57
471
- NavCursor = 54
472
- NavWindowingDimBg = 56
473
- NavWindowingHighlight = 55
472
+ ModalWindowDimBg = 59
473
+ NavCursor = 56
474
+ NavWindowingDimBg = 58
475
+ NavWindowingHighlight = 57
474
476
  PlotHistogram = 43
475
477
  PlotHistogramHovered = 44
476
478
  PlotLines = 41
@@ -508,6 +510,7 @@ class Col():
508
510
  TitleBgActive = 11
509
511
  TitleBgCollapsed = 12
510
512
  TreeLines = 52
513
+ UnsavedMarker = 55
511
514
  WindowBg = 2
512
515
  pass
513
516
  class Color():
@@ -641,6 +644,7 @@ class DoubleRef():
641
644
  pass
642
645
  class DragDropFlags():
643
646
  AcceptBeforeDelivery = 1024
647
+ AcceptDrawAsHovered = 8192
644
648
  AcceptNoDrawDefaultRect = 2048
645
649
  AcceptNoPreviewTooltip = 4096
646
650
  AcceptPeekOnly = 3072
@@ -2468,6 +2472,7 @@ class InputTextFlags():
2468
2472
  ParseEmptyRefVal = 8192
2469
2473
  Password = 1024
2470
2474
  ReadOnly = 512
2475
+ WordWrap = 16777216
2471
2476
  pass
2472
2477
  class IntList():
2473
2478
  """
@@ -2564,6 +2569,10 @@ class ListClipper():
2564
2569
  :type: int
2565
2570
  """
2566
2571
  pass
2572
+ class ListClipperFlags():
2573
+ NoSetTableRowCounters = 1
2574
+ None_ = 0
2575
+ pass
2567
2576
  class ListWrapperBool():
2568
2577
  def __getitem__(self, arg0: typing.SupportsInt) -> bool: ...
2569
2578
  def __iter__(self) -> collections.abc.typing.Iterator: ...
@@ -2620,6 +2629,7 @@ class MultiSelectFlags():
2620
2629
  NoAutoSelect = 8
2621
2630
  NoRangeSelect = 4
2622
2631
  NoSelectAll = 2
2632
+ NoSelectOnRightClick = 131072
2623
2633
  None_ = 0
2624
2634
  ScopeRect = 4096
2625
2635
  ScopeWindow = 2048
@@ -2683,6 +2693,7 @@ class SelectableFlags():
2683
2693
  Highlight = 32
2684
2694
  NoAutoClosePopups = 1
2685
2695
  None_ = 0
2696
+ SelectOnNav = 64
2686
2697
  SpanAllColumns = 2
2687
2698
  pass
2688
2699
  class SelectionRequest():
@@ -2929,6 +2940,30 @@ class Style():
2929
2940
  def DisplayWindowPadding(self, arg0: Vec2) -> None:
2930
2941
  pass
2931
2942
  @property
2943
+ def DragDropTargetBorderSize(self) -> float:
2944
+ """
2945
+ :type: float
2946
+ """
2947
+ @DragDropTargetBorderSize.setter
2948
+ def DragDropTargetBorderSize(self, arg0: typing.SupportsFloat) -> None:
2949
+ pass
2950
+ @property
2951
+ def DragDropTargetPadding(self) -> float:
2952
+ """
2953
+ :type: float
2954
+ """
2955
+ @DragDropTargetPadding.setter
2956
+ def DragDropTargetPadding(self, arg0: typing.SupportsFloat) -> None:
2957
+ pass
2958
+ @property
2959
+ def DragDropTargetRounding(self) -> float:
2960
+ """
2961
+ :type: float
2962
+ """
2963
+ @DragDropTargetRounding.setter
2964
+ def DragDropTargetRounding(self, arg0: typing.SupportsFloat) -> None:
2965
+ pass
2966
+ @property
2932
2967
  def FontScaleDpi(self) -> float:
2933
2968
  """
2934
2969
  :type: float
@@ -3097,6 +3132,14 @@ class Style():
3097
3132
  def PopupRounding(self, arg0: typing.SupportsFloat) -> None:
3098
3133
  pass
3099
3134
  @property
3135
+ def ScrollbarPadding(self) -> float:
3136
+ """
3137
+ :type: float
3138
+ """
3139
+ @ScrollbarPadding.setter
3140
+ def ScrollbarPadding(self, arg0: typing.SupportsFloat) -> None:
3141
+ pass
3142
+ @property
3100
3143
  def ScrollbarRounding(self) -> float:
3101
3144
  """
3102
3145
  :type: float
@@ -3185,6 +3228,22 @@ class Style():
3185
3228
  def TabCloseButtonMinWidthUnselected(self, arg0: typing.SupportsFloat) -> None:
3186
3229
  pass
3187
3230
  @property
3231
+ def TabMinWidthBase(self) -> float:
3232
+ """
3233
+ :type: float
3234
+ """
3235
+ @TabMinWidthBase.setter
3236
+ def TabMinWidthBase(self, arg0: typing.SupportsFloat) -> None:
3237
+ pass
3238
+ @property
3239
+ def TabMinWidthShrink(self) -> float:
3240
+ """
3241
+ :type: float
3242
+ """
3243
+ @TabMinWidthShrink.setter
3244
+ def TabMinWidthShrink(self, arg0: typing.SupportsFloat) -> None:
3245
+ pass
3246
+ @property
3188
3247
  def TabRounding(self) -> float:
3189
3248
  """
3190
3249
  :type: float
@@ -3299,7 +3358,7 @@ class Style():
3299
3358
  pass
3300
3359
  class StyleVar():
3301
3360
  Alpha = 0
3302
- ButtonTextAlign = 31
3361
+ ButtonTextAlign = 34
3303
3362
  CellPadding = 17
3304
3363
  ChildBorderSize = 8
3305
3364
  ChildRounding = 7
@@ -3307,25 +3366,29 @@ class StyleVar():
3307
3366
  FrameBorderSize = 13
3308
3367
  FramePadding = 11
3309
3368
  FrameRounding = 12
3310
- GrabMinSize = 20
3311
- GrabRounding = 21
3312
- ImageBorderSize = 22
3369
+ GrabMinSize = 21
3370
+ GrabRounding = 22
3371
+ ImageBorderSize = 23
3313
3372
  IndentSpacing = 16
3314
3373
  ItemInnerSpacing = 15
3315
3374
  ItemSpacing = 14
3316
3375
  PopupBorderSize = 10
3317
3376
  PopupRounding = 9
3377
+ ScrollbarPadding = 20
3318
3378
  ScrollbarRounding = 19
3319
3379
  ScrollbarSize = 18
3320
- SelectableTextAlign = 32
3321
- SeparatorTextAlign = 34
3322
- SeparatorTextBorderSize = 33
3323
- SeparatorTextPadding = 35
3324
- TabBarBorderSize = 25
3325
- TabBorderSize = 24
3326
- TabRounding = 23
3327
- TableAngledHeadersAngle = 27
3328
- TableAngledHeadersTextAlign = 28
3380
+ SelectableTextAlign = 35
3381
+ SeparatorTextAlign = 37
3382
+ SeparatorTextBorderSize = 36
3383
+ SeparatorTextPadding = 38
3384
+ TabBarBorderSize = 28
3385
+ TabBarOverlineSize = 29
3386
+ TabBorderSize = 25
3387
+ TabMinWidthBase = 26
3388
+ TabMinWidthShrink = 27
3389
+ TabRounding = 24
3390
+ TableAngledHeadersAngle = 30
3391
+ TableAngledHeadersTextAlign = 31
3329
3392
  WindowBorderSize = 4
3330
3393
  WindowMinSize = 5
3331
3394
  WindowPadding = 2
@@ -3336,9 +3399,10 @@ class TabBarFlags():
3336
3399
  AutoSelectNewTabs = 2
3337
3400
  DrawSelectedOverline = 64
3338
3401
  FittingPolicyDefault_ = 128
3339
- FittingPolicyMask_ = 384
3340
- FittingPolicyResizeDown = 128
3341
- FittingPolicyScroll = 256
3402
+ FittingPolicyMask_ = 896
3403
+ FittingPolicyMixed = 128
3404
+ FittingPolicyScroll = 512
3405
+ FittingPolicyShrink = 256
3342
3406
  NoCloseWithMiddleMouseButton = 8
3343
3407
  NoTabListScrollingButtons = 16
3344
3408
  NoTooltip = 32
imgui/glfw/__init__.pyi CHANGED
@@ -2,6 +2,7 @@
2
2
  from __future__ import annotations
3
3
  import imgui.glfw
4
4
  import typing
5
+ import collections.abc
5
6
 
6
7
  __all__ = [
7
8
  "ACCUM_ALPHA_BITS",
@@ -445,6 +446,10 @@ class Gammaramp():
445
446
  """
446
447
  pass
447
448
  class Image():
449
+ @typing.overload
450
+ def __init__(self, data: bytes, width: typing.SupportsInt, height: typing.SupportsInt) -> None: ...
451
+ @typing.overload
452
+ def __init__(self, filename: str) -> None: ...
448
453
  @property
449
454
  def height(self) -> int:
450
455
  """
@@ -697,7 +702,7 @@ def SetWindowContentScaleCallback(window: Window, callback: collections.abc.typi
697
702
  pass
698
703
  def SetWindowFocusCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt], None]:
699
704
  pass
700
- def SetWindowIcon(window: Window, image: Image) -> None:
705
+ def SetWindowIcon(window: Window, images: collections.abc.Sequence[Image]) -> None:
701
706
  pass
702
707
  def SetWindowIconifyCallback(window: Window, callback: collections.abc.typing.Callable[[Window, typing.SupportsInt], None]) -> collections.abc.typing.Callable[[Window, typing.SupportsInt], None]:
703
708
  pass
imgui.cp310-win_amd64.pyd CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: py-imgui-redux
3
- Version: 4.0.2
3
+ Version: 5.0.0
4
4
  Summary: A python wrapper for DearImGUI and popular extensions
5
5
  Author: Alagyn
6
6
  License-Expression: MIT
@@ -0,0 +1,10 @@
1
+ imgui.cp310-win_amd64.pyd,sha256=YWZH0M3MAoLcu8sAQS7ZZvopK8fvb1I518wCAYStWrU,3507200
2
+ imgui/__init__.pyi,sha256=inO6xjXI_oN5bvVbjOTv8ggtRxT9CGgoZ1OIzz-VOz4,134809
3
+ imgui/glfw/__init__.pyi,sha256=_D9Pr5WdVfOTYhvPqZl1gwEstbvYBr4YF77nUOTwiWU,28258
4
+ imgui/imnodes/__init__.pyi,sha256=T10TNe3dLgIslN0X2dUtiqlPMgCeZXfyrqlT-U2-FXc,14674
5
+ imgui/implot/__init__.pyi,sha256=aNWwcBOjQGQdl-M6Hy7_dy-aIIdDN6WCXrA1lNzmjgU,46521
6
+ py_imgui_redux-5.0.0.dist-info/licenses/LICENSE,sha256=v6z-cZiXtre58jrdVABjqeIA5Boa9n-fYZXM_ROc4V8,1091
7
+ py_imgui_redux-5.0.0.dist-info/METADATA,sha256=JjlGkQ1F2rgFQfUAjD5QVEEAR5zlGO9KlrNCYII_Kro,8070
8
+ py_imgui_redux-5.0.0.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
9
+ py_imgui_redux-5.0.0.dist-info/top_level.txt,sha256=15onHRujL1_V625VUUaELFCxh9bOaAi5IzpVBJIPyHI,6
10
+ py_imgui_redux-5.0.0.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- imgui.cp310-win_amd64.pyd,sha256=g7XnVdvvvmkNx-QyjDrZ9VAHU11ZBhF-7hO0k053MaM,3490816
2
- imgui/__init__.pyi,sha256=I__GdtC0N03iBEcWL-UUc1ugajQ6zFJ-chTPHe79_Ao,133035
3
- imgui/glfw/__init__.pyi,sha256=9HmeEA77saOf8X4sTar2qEdjg0v5thZaHrRrOg5qVp8,28006
4
- imgui/imnodes/__init__.pyi,sha256=T10TNe3dLgIslN0X2dUtiqlPMgCeZXfyrqlT-U2-FXc,14674
5
- imgui/implot/__init__.pyi,sha256=aNWwcBOjQGQdl-M6Hy7_dy-aIIdDN6WCXrA1lNzmjgU,46521
6
- py_imgui_redux-4.0.2.dist-info/licenses/LICENSE,sha256=v6z-cZiXtre58jrdVABjqeIA5Boa9n-fYZXM_ROc4V8,1091
7
- py_imgui_redux-4.0.2.dist-info/METADATA,sha256=JyjeXwKQ9s_eaDlFZExi9ylHeq44bFYVt7D1rHnRMOY,8070
8
- py_imgui_redux-4.0.2.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
9
- py_imgui_redux-4.0.2.dist-info/top_level.txt,sha256=15onHRujL1_V625VUUaELFCxh9bOaAi5IzpVBJIPyHI,6
10
- py_imgui_redux-4.0.2.dist-info/RECORD,,