mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
moved to pdoc docs generation library
This commit is contained in:
parent
723a7744cf
commit
4ab704bb2f
2
.idea/dictionaries/roman.xml
generated
2
.idea/dictionaries/roman.xml
generated
@ -3,7 +3,9 @@
|
|||||||
<words>
|
<words>
|
||||||
<w>gamename</w>
|
<w>gamename</w>
|
||||||
<w>maxlen</w>
|
<w>maxlen</w>
|
||||||
|
<w>outdirname</w>
|
||||||
<w>pagename</w>
|
<w>pagename</w>
|
||||||
|
<w>pythondir</w>
|
||||||
<w>unhashable</w>
|
<w>unhashable</w>
|
||||||
</words>
|
</words>
|
||||||
</dictionary>
|
</dictionary>
|
||||||
|
|||||||
@ -15,7 +15,9 @@ if TYPE_CHECKING:
|
|||||||
|
|
||||||
|
|
||||||
class PopupWindow:
|
class PopupWindow:
|
||||||
"""A transient window that positions and scales itself for visibility."""
|
"""A transient window that positions and scales itself for visibility.
|
||||||
|
|
||||||
|
Category: UI Classes"""
|
||||||
|
|
||||||
def __init__(self,
|
def __init__(self,
|
||||||
position: tuple[float, float],
|
position: tuple[float, float],
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user