# HG changeset patch # User phoku@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1238087583 0 # Node ID 6527d53c7133f74b08d538ee3e18753191e1abc3 # Parent 1cc51d145af95157dab7f977abe0ab2577d9239c Extension widgets 'namespace' created. diff -r 1cc51d145af9 -r 6527d53c7133 engine/extensions/pychan/widgets/ext/__init__.py --- /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. +"""