Exemple #1
0
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     headers = list(self.get_headers())
     toclistmode.show_toclist(wnd, headers)
Exemple #2
0
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     headers = list(self.get_headers())
     toclistmode.show_toclist(wnd, headers)
Exemple #3
0
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     sections = list(self.get_sections())
     toclistmode.show_toclist(wnd, sections)
Exemple #4
0
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     sections = list(self.get_sections())
     toclistmode.show_toclist(wnd, sections)