コード例 #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()