Mercurial > fife-parpg
changeset 250:6527d53c7133
Extension widgets 'namespace' created.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 26 Mar 2009 17:13:03 +0000 |
parents | 1cc51d145af9 |
children | 92c7ce181881 |
files | engine/extensions/pychan/widgets/ext/__init__.py |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/engine/extensions/pychan/widgets/ext/__init__.py Thu Mar 26 17:13:03 2009 +0000 @@ -0,0 +1,14 @@ +# -*- coding: utf-8 -*- + +""" +Pychan extension widgets. + +Extension widgets are partly experimental, partly rarely used widgets +which are added here. They are by default not included in the widgets +registry and thus cannot be loaded from XML files. Use L{pychan.widgets.registerWidget} +to enable that. + +Not the same care to keep the API stable will be taken for them and +before and if they are added (or replace) the standard widgets they +will have to be reviewed in detail. +"""