Reference Manual: (offline | online) Quickstart: (offline | online)

Customizing the Preferences Screen

Customizing the preferences screen is accomplished by modifying config.preferences, which is a dictionary mapping from vbox style to a list of preferences to be placed in that vbox. Modifying this dictionary and lists can move preferences around, and eliminate preferences entirely. It may be desirable to create new vbox styles, by using style.create .

Alternative, one can position preferences using config.preference_positions .

To create an entirely new preference, create it with _Preference, _SliderPreference, or _VolumePreference, and then add it to an appropriate list in config.preferences.

Reference Manual: (offline | online) Quickstart: (offline | online)