| Trees | Indices | Help |
|
|---|
object --+ | core.Interface --+ | IPreferencePanelProvider
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
Inherited from object:
__class__
Return a list of available preference panels.
The items returned by this function must be tuple of the form
(panel, label).
Process a request for a preference panel.
This function should return a tuple of the form (template, data),
where template is the name of the template to use and data is the
data to be passed to the template.
| Trees | Indices | Help |
|
|---|