"""Document the API for widget classes.
These are widgets in the normal GUI meaning of the word "widget". Widget
classes generally subclass aquarium.util.AquariumTemplate_. Unlike navigation
modules, you don't have to stick to a single method named ``__call__``.
However, if you *do* only have a single method, please name it ``__call__``.
Similarly, your methods can use whatever arguments make sense. Each method
must return its content as a string.
.. _aquarium.util.AquariumTemplate:
aquarium.util.AquariumTemplate.AquariumTemplate-class.html
"""
__docformat__ = "restructuredtext"
# Created: Mon Mar 29 16:10:30 PST 2004
# Author: Shannon -jj Behrens
# Email: jjinux@users.sourceforge.net
#
# Copyright (c) Shannon -jj Behrens. All rights reserved.
|