示例#1
0
 def on_treeview_scrolled(self, adjustment):
     if gutil.reach_scrolled_bottom(adjustment) and self.has_next:
         self.load_next()
示例#2
0
 def on_scrolled(self, adj):
     if gutil.reach_scrolled_bottom(adj) and self.parent.has_next:
         self.parent.load_next()
示例#3
0
文件: SharePage.py 项目: CQiao/bcloud
 def on_treeview_scrolled(self, adjustment):
     if gutil.reach_scrolled_bottom(adjustment) and self.has_next:
         self.load_next()