4772: Not all Gramplets make sense on all views (filter gramplet on Gramplets View); changed to using navigation_type rather than category
svn: r17209
This commit is contained in:
@@ -122,3 +122,11 @@ class GrampletView(PageView):
|
||||
:return: list of functions
|
||||
"""
|
||||
return self.widget._get_configure_page_funcs()
|
||||
|
||||
def navigation_type(self):
|
||||
"""
|
||||
Return a description of the specific nav_type items that are
|
||||
associated with this view. None means that there is no specific
|
||||
type.
|
||||
"""
|
||||
return None
|
||||
|
Reference in New Issue
Block a user