Terminology used in PyGUI

Properties

The term property has a special meaning in the PyGUI documentation. It refers to an attribute having the following special characteristics:

Some properties are read-only, meaning that they cannot be assigned to or given initial values in the constructor. Some are initialize-only, meaning that they can be given initial values in the constructor but not changed after that. The documentation for each property will make it clear when either of these conditions applies.