예제 #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()