X-Git-Url: http://git.scottworley.com/paperdoorknob/blobdiff_plain/131deef1eba442d6e05c2ff6c6f7669b4b9e2b24..5f230208bb5e858cfeadb3d9c822579d2b7b8300:/spec.py?ds=inline diff --git a/spec.py b/spec.py index 77a6a12..c4975b5 100644 --- a/spec.py +++ b/spec.py @@ -25,6 +25,8 @@ class Spec: htmlfilter: Callable[[bytes], bytes] domfilter: Callable[[Tag], None] texfilter: Callable[[bytes], bytes] + icon_size: float layout: Layout geometry: str | None texout: IO[bytes] + log: Callable[[str], None]