示例#1
0
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     headers = list(self.get_headers())
     toclistmode.show_toclist(wnd, headers)
示例#2
0
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     headers = list(self.get_headers())
     toclistmode.show_toclist(wnd, headers)
示例#3
0
文件: inimode.py 项目: kaaedit/kaa
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     sections = list(self.get_sections())
     toclistmode.show_toclist(wnd, sections)
示例#4
0
 def show_toclist(self, wnd):
     from kaa.ui.toclist import toclistmode
     sections = list(self.get_sections())
     toclistmode.show_toclist(wnd, sections)