py-imgui-redux 4.0.2__cp313-cp313-win_amd64.whl → 5.0.0__cp313-cp313-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 +84 -20
- imgui/glfw/__init__.pyi +6 -1
- imgui.cp313-win_amd64.pyd +0 -0
- {py_imgui_redux-4.0.2.dist-info → py_imgui_redux-5.0.0.dist-info}/METADATA +1 -1
- py_imgui_redux-5.0.0.dist-info/RECORD +10 -0
- py_imgui_redux-4.0.2.dist-info/RECORD +0 -10
- {py_imgui_redux-4.0.2.dist-info → py_imgui_redux-5.0.0.dist-info}/WHEEL +0 -0
- {py_imgui_redux-4.0.2.dist-info → py_imgui_redux-5.0.0.dist-info}/licenses/LICENSE +0 -0
- {py_imgui_redux-4.0.2.dist-info → py_imgui_redux-5.0.0.dist-info}/top_level.txt +0 -0
imgui/__init__.pyi
CHANGED
|
@@ -221,6 +221,7 @@ __all__ = [
|
|
|
221
221
|
"KeyData",
|
|
222
222
|
"LabelText",
|
|
223
223
|
"ListClipper",
|
|
224
|
+
"ListClipperFlags",
|
|
224
225
|
"ListWrapperBool",
|
|
225
226
|
"ListWrapperDouble",
|
|
226
227
|
"ListWrapperImVec2",
|
|
@@ -460,6 +461,7 @@ class Col():
|
|
|
460
461
|
CheckMark = 18
|
|
461
462
|
ChildBg = 3
|
|
462
463
|
DragDropTarget = 53
|
|
464
|
+
DragDropTargetBg = 54
|
|
463
465
|
FrameBg = 7
|
|
464
466
|
FrameBgActive = 9
|
|
465
467
|
FrameBgHovered = 8
|
|
@@ -468,10 +470,10 @@ class Col():
|
|
|
468
470
|
HeaderHovered = 25
|
|
469
471
|
InputTextCursor = 33
|
|
470
472
|
MenuBarBg = 13
|
|
471
|
-
ModalWindowDimBg =
|
|
472
|
-
NavCursor =
|
|
473
|
-
NavWindowingDimBg =
|
|
474
|
-
NavWindowingHighlight =
|
|
473
|
+
ModalWindowDimBg = 59
|
|
474
|
+
NavCursor = 56
|
|
475
|
+
NavWindowingDimBg = 58
|
|
476
|
+
NavWindowingHighlight = 57
|
|
475
477
|
PlotHistogram = 43
|
|
476
478
|
PlotHistogramHovered = 44
|
|
477
479
|
PlotLines = 41
|
|
@@ -509,6 +511,7 @@ class Col():
|
|
|
509
511
|
TitleBgActive = 11
|
|
510
512
|
TitleBgCollapsed = 12
|
|
511
513
|
TreeLines = 52
|
|
514
|
+
UnsavedMarker = 55
|
|
512
515
|
WindowBg = 2
|
|
513
516
|
pass
|
|
514
517
|
class Color():
|
|
@@ -642,6 +645,7 @@ class DoubleRef():
|
|
|
642
645
|
pass
|
|
643
646
|
class DragDropFlags():
|
|
644
647
|
AcceptBeforeDelivery = 1024
|
|
648
|
+
AcceptDrawAsHovered = 8192
|
|
645
649
|
AcceptNoDrawDefaultRect = 2048
|
|
646
650
|
AcceptNoPreviewTooltip = 4096
|
|
647
651
|
AcceptPeekOnly = 3072
|
|
@@ -2469,6 +2473,7 @@ class InputTextFlags():
|
|
|
2469
2473
|
ParseEmptyRefVal = 8192
|
|
2470
2474
|
Password = 1024
|
|
2471
2475
|
ReadOnly = 512
|
|
2476
|
+
WordWrap = 16777216
|
|
2472
2477
|
pass
|
|
2473
2478
|
class IntList():
|
|
2474
2479
|
"""
|
|
@@ -2565,6 +2570,10 @@ class ListClipper():
|
|
|
2565
2570
|
:type: int
|
|
2566
2571
|
"""
|
|
2567
2572
|
pass
|
|
2573
|
+
class ListClipperFlags():
|
|
2574
|
+
NoSetTableRowCounters = 1
|
|
2575
|
+
None_ = 0
|
|
2576
|
+
pass
|
|
2568
2577
|
class ListWrapperBool():
|
|
2569
2578
|
def __getitem__(self, arg0: typing.SupportsInt) -> bool: ...
|
|
2570
2579
|
def __iter__(self) -> collections.abc.typing.Iterator: ...
|
|
@@ -2621,6 +2630,7 @@ class MultiSelectFlags():
|
|
|
2621
2630
|
NoAutoSelect = 8
|
|
2622
2631
|
NoRangeSelect = 4
|
|
2623
2632
|
NoSelectAll = 2
|
|
2633
|
+
NoSelectOnRightClick = 131072
|
|
2624
2634
|
None_ = 0
|
|
2625
2635
|
ScopeRect = 4096
|
|
2626
2636
|
ScopeWindow = 2048
|
|
@@ -2684,6 +2694,7 @@ class SelectableFlags():
|
|
|
2684
2694
|
Highlight = 32
|
|
2685
2695
|
NoAutoClosePopups = 1
|
|
2686
2696
|
None_ = 0
|
|
2697
|
+
SelectOnNav = 64
|
|
2687
2698
|
SpanAllColumns = 2
|
|
2688
2699
|
pass
|
|
2689
2700
|
class SelectionRequest():
|
|
@@ -2930,6 +2941,30 @@ class Style():
|
|
|
2930
2941
|
def DisplayWindowPadding(self, arg0: Vec2) -> None:
|
|
2931
2942
|
pass
|
|
2932
2943
|
@property
|
|
2944
|
+
def DragDropTargetBorderSize(self) -> float:
|
|
2945
|
+
"""
|
|
2946
|
+
:type: float
|
|
2947
|
+
"""
|
|
2948
|
+
@DragDropTargetBorderSize.setter
|
|
2949
|
+
def DragDropTargetBorderSize(self, arg0: typing.SupportsFloat) -> None:
|
|
2950
|
+
pass
|
|
2951
|
+
@property
|
|
2952
|
+
def DragDropTargetPadding(self) -> float:
|
|
2953
|
+
"""
|
|
2954
|
+
:type: float
|
|
2955
|
+
"""
|
|
2956
|
+
@DragDropTargetPadding.setter
|
|
2957
|
+
def DragDropTargetPadding(self, arg0: typing.SupportsFloat) -> None:
|
|
2958
|
+
pass
|
|
2959
|
+
@property
|
|
2960
|
+
def DragDropTargetRounding(self) -> float:
|
|
2961
|
+
"""
|
|
2962
|
+
:type: float
|
|
2963
|
+
"""
|
|
2964
|
+
@DragDropTargetRounding.setter
|
|
2965
|
+
def DragDropTargetRounding(self, arg0: typing.SupportsFloat) -> None:
|
|
2966
|
+
pass
|
|
2967
|
+
@property
|
|
2933
2968
|
def FontScaleDpi(self) -> float:
|
|
2934
2969
|
"""
|
|
2935
2970
|
:type: float
|
|
@@ -3098,6 +3133,14 @@ class Style():
|
|
|
3098
3133
|
def PopupRounding(self, arg0: typing.SupportsFloat) -> None:
|
|
3099
3134
|
pass
|
|
3100
3135
|
@property
|
|
3136
|
+
def ScrollbarPadding(self) -> float:
|
|
3137
|
+
"""
|
|
3138
|
+
:type: float
|
|
3139
|
+
"""
|
|
3140
|
+
@ScrollbarPadding.setter
|
|
3141
|
+
def ScrollbarPadding(self, arg0: typing.SupportsFloat) -> None:
|
|
3142
|
+
pass
|
|
3143
|
+
@property
|
|
3101
3144
|
def ScrollbarRounding(self) -> float:
|
|
3102
3145
|
"""
|
|
3103
3146
|
:type: float
|
|
@@ -3186,6 +3229,22 @@ class Style():
|
|
|
3186
3229
|
def TabCloseButtonMinWidthUnselected(self, arg0: typing.SupportsFloat) -> None:
|
|
3187
3230
|
pass
|
|
3188
3231
|
@property
|
|
3232
|
+
def TabMinWidthBase(self) -> float:
|
|
3233
|
+
"""
|
|
3234
|
+
:type: float
|
|
3235
|
+
"""
|
|
3236
|
+
@TabMinWidthBase.setter
|
|
3237
|
+
def TabMinWidthBase(self, arg0: typing.SupportsFloat) -> None:
|
|
3238
|
+
pass
|
|
3239
|
+
@property
|
|
3240
|
+
def TabMinWidthShrink(self) -> float:
|
|
3241
|
+
"""
|
|
3242
|
+
:type: float
|
|
3243
|
+
"""
|
|
3244
|
+
@TabMinWidthShrink.setter
|
|
3245
|
+
def TabMinWidthShrink(self, arg0: typing.SupportsFloat) -> None:
|
|
3246
|
+
pass
|
|
3247
|
+
@property
|
|
3189
3248
|
def TabRounding(self) -> float:
|
|
3190
3249
|
"""
|
|
3191
3250
|
:type: float
|
|
@@ -3300,7 +3359,7 @@ class Style():
|
|
|
3300
3359
|
pass
|
|
3301
3360
|
class StyleVar():
|
|
3302
3361
|
Alpha = 0
|
|
3303
|
-
ButtonTextAlign =
|
|
3362
|
+
ButtonTextAlign = 34
|
|
3304
3363
|
CellPadding = 17
|
|
3305
3364
|
ChildBorderSize = 8
|
|
3306
3365
|
ChildRounding = 7
|
|
@@ -3308,25 +3367,29 @@ class StyleVar():
|
|
|
3308
3367
|
FrameBorderSize = 13
|
|
3309
3368
|
FramePadding = 11
|
|
3310
3369
|
FrameRounding = 12
|
|
3311
|
-
GrabMinSize =
|
|
3312
|
-
GrabRounding =
|
|
3313
|
-
ImageBorderSize =
|
|
3370
|
+
GrabMinSize = 21
|
|
3371
|
+
GrabRounding = 22
|
|
3372
|
+
ImageBorderSize = 23
|
|
3314
3373
|
IndentSpacing = 16
|
|
3315
3374
|
ItemInnerSpacing = 15
|
|
3316
3375
|
ItemSpacing = 14
|
|
3317
3376
|
PopupBorderSize = 10
|
|
3318
3377
|
PopupRounding = 9
|
|
3378
|
+
ScrollbarPadding = 20
|
|
3319
3379
|
ScrollbarRounding = 19
|
|
3320
3380
|
ScrollbarSize = 18
|
|
3321
|
-
SelectableTextAlign =
|
|
3322
|
-
SeparatorTextAlign =
|
|
3323
|
-
SeparatorTextBorderSize =
|
|
3324
|
-
SeparatorTextPadding =
|
|
3325
|
-
TabBarBorderSize =
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3381
|
+
SelectableTextAlign = 35
|
|
3382
|
+
SeparatorTextAlign = 37
|
|
3383
|
+
SeparatorTextBorderSize = 36
|
|
3384
|
+
SeparatorTextPadding = 38
|
|
3385
|
+
TabBarBorderSize = 28
|
|
3386
|
+
TabBarOverlineSize = 29
|
|
3387
|
+
TabBorderSize = 25
|
|
3388
|
+
TabMinWidthBase = 26
|
|
3389
|
+
TabMinWidthShrink = 27
|
|
3390
|
+
TabRounding = 24
|
|
3391
|
+
TableAngledHeadersAngle = 30
|
|
3392
|
+
TableAngledHeadersTextAlign = 31
|
|
3330
3393
|
WindowBorderSize = 4
|
|
3331
3394
|
WindowMinSize = 5
|
|
3332
3395
|
WindowPadding = 2
|
|
@@ -3337,9 +3400,10 @@ class TabBarFlags():
|
|
|
3337
3400
|
AutoSelectNewTabs = 2
|
|
3338
3401
|
DrawSelectedOverline = 64
|
|
3339
3402
|
FittingPolicyDefault_ = 128
|
|
3340
|
-
FittingPolicyMask_ =
|
|
3341
|
-
|
|
3342
|
-
FittingPolicyScroll =
|
|
3403
|
+
FittingPolicyMask_ = 896
|
|
3404
|
+
FittingPolicyMixed = 128
|
|
3405
|
+
FittingPolicyScroll = 512
|
|
3406
|
+
FittingPolicyShrink = 256
|
|
3343
3407
|
NoCloseWithMiddleMouseButton = 8
|
|
3344
3408
|
NoTabListScrollingButtons = 16
|
|
3345
3409
|
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,
|
|
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.cp313-win_amd64.pyd
CHANGED
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
imgui.cp313-win_amd64.pyd,sha256=tBueMs7k5J6KAp8NKtYXLttDd2_2ylJAIgrs_L0CeYA,3533312
|
|
2
|
+
imgui/__init__.pyi,sha256=lXHSyppulpjJ9GckO4DLqmQhK7hyX0qW7ZiRQksz_kA,134655
|
|
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=qV0EIPljj1XC_vuSatRWjn02nZIz3N1t8jsZz7HBr2U,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.cp313-win_amd64.pyd,sha256=vxak1iFPOjFL2mb5I4JV0L_qTNR9hxiy5G8e5WxFyXw,3513856
|
|
2
|
-
imgui/__init__.pyi,sha256=WfmAiJKwmzgVxJUeZ-ais3GErE1RmFwtwKAqyCisZlE,132881
|
|
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=qV0EIPljj1XC_vuSatRWjn02nZIz3N1t8jsZz7HBr2U,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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|