Lightningbeam/PyGUI-2.5.3/GUI/Generic/GFrames.py

11 lines
196 B
Python

#
# Python GUI - Frames - Generic
#
from GUI import Container
class Frame(Container):
"""A Frame is a general-purpose instantiable subclass of Container."""
_default_size = (100, 100)