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