import NavLinks
class AdjacentArrows(NavLinks) string __module__ = 'NavLinks' instance method get_left_terminus = <unbound method NavLinks.null> instance method get_left_terminus = <unbound method NavLinks.null> instance method get_left_terminus = <unbound method NavLinks.null> instance method get_left_terminus = <unbound method NavLinks.null> def link_next_page(self, index) instance method get_left_terminus = <unbound method NavLinks.null> def link_previous_page(self, index) instance method get_left_terminus = <unbound method NavLinks.null> # Methods inherited by AdjacentArrows from NavLinks def __call__(self, docs, marker='NAVLINKS') def __init__(self, **kw) def generate_navbar(self, index) def get_left_terminus(self) def get_right_terminus(self) def get_sep(self) def link_future_page(self, index) def link_past_page(self, index) def link_this_page(self, index) def link_up(self) def null(self, *arg)
Mandatory attributes: prev_image, next_image Optional Attribute: uplink, upimage set either as keywords to the constructor or as attribute assignments to instance.
Generate and return navbar.
Return symbol used as left delimiter of navlinks.
Return symbol used as right delimiter of navlinks.
Return symbol used to separate navlinks.
Return symbol used for non-adjacent following pages.
Return symbol used for non-adjacent past pages.
Return symbol used for this page.
Return symbol used to traverse upward.
Return empty string. Used to nullify one of these feature methods.
Copyright © 1996-9 Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Tue Apr 20, 1999