Update BaseSidebar
svn: r16164
This commit is contained in:
parent
613bd9669a
commit
d560bd1a55
@ -37,13 +37,7 @@ class BaseSidebar(object):
|
|||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def loaded(self):
|
def view_changed(self, cat_num, view_num):
|
||||||
"""
|
|
||||||
Called after all the sidebar plugins have been loaded.
|
|
||||||
"""
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
def view_changed(self, page_num):
|
|
||||||
"""
|
"""
|
||||||
Called when the active view is changed.
|
Called when the active view is changed.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user