mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
@@ -2314,7 +2314,7 @@ class Scrollbar(Widget):
|
||||
def get(self): ...
|
||||
def set(self, first, last): ...
|
||||
|
||||
_TextIndex = Union[_tkinter.Tcl_Obj, str, float]
|
||||
_TextIndex = Union[_tkinter.Tcl_Obj, str, float, Misc]
|
||||
|
||||
class Text(Widget, XView, YView):
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user