Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pytype / typeshed / stdlib / tkinter / dialog.pyi
Size: Mime:
from tkinter import Widget
from typing import Any, Mapping

DIALOG_ICON: str

class Dialog(Widget):
    widgetName: str
    num: int
    def __init__(self, master: Any | None = ..., cnf: Mapping[str, Any] = ..., **kw) -> None: ...
    def destroy(self) -> None: ...