Screens¶
A class responsible for displaying a single screen. It needs to be passed a GUI object and has one public method: show().
Interface¶
How to subclass¶
Subclasses should implement the following methods:
show()
Available properties and methods:
_gui: Gui