mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-27 17:33:13 +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>
|
||||
<w>gamename</w>
|
||||
<w>maxlen</w>
|
||||
<w>outdirname</w>
|
||||
<w>pagename</w>
|
||||
<w>pythondir</w>
|
||||
<w>unhashable</w>
|
||||
</words>
|
||||
</dictionary>
|
||||
|
||||
@ -15,7 +15,9 @@ if TYPE_CHECKING:
|
||||
|
||||
|
||||
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,
|
||||
position: tuple[float, float],
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user