On Wednesday, January 25, 2012 9:50:14 PM UTC-5, pbreit wrote:
>
> Instead of making it configurable, is there a way to make it over-rideable?
>
> I don't know Python that well but doesn't it support object orientation 
> such that functionality can be over-ridden by sib-classing or whatever?
>

You could write your own navbar function, but then you'd have to duplicate 
the entire function just to make the labels customizable. In this case, 
probably easier just to allow args (with defaults) to set the labels. 

Reply via email to