historical/toontown-classic.git/panda/direct/gui/__init__.py

13 lines
345 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
"""
This package contains the DirectGui system, a set of classes
responsible for drawing graphical widgets to the 2-D scene graph.
It is based on the lower-level PGui system, which is implemented in
C++.
For convenience, all of the DirectGui widgets may be imported from a
single module as follows::
from direct.gui.DirectGui import *
"""