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