Mercurial > fife-parpg
comparison engine/extensions/pychan/widgets/ext/__init__.py @ 250:6527d53c7133
Extension widgets 'namespace' created.
author | phoku@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 26 Mar 2009 17:13:03 +0000 |
parents | |
children | 48c99636453e |
comparison
equal
deleted
inserted
replaced
249:1cc51d145af9 | 250:6527d53c7133 |
---|---|
1 # -*- coding: utf-8 -*- | |
2 | |
3 """ | |
4 Pychan extension widgets. | |
5 | |
6 Extension widgets are partly experimental, partly rarely used widgets | |
7 which are added here. They are by default not included in the widgets | |
8 registry and thus cannot be loaded from XML files. Use L{pychan.widgets.registerWidget} | |
9 to enable that. | |
10 | |
11 Not the same care to keep the API stable will be taken for them and | |
12 before and if they are added (or replace) the standard widgets they | |
13 will have to be reviewed in detail. | |
14 """ |