def set_bounds(self, bounds):
     GScrollableView.set_bounds(self, bounds)
     extent = self._win.GetTotalSize()
     self._win_update_scroll_sizes(extent)
예제 #2
0
 def set_bounds(self, bounds):
     GScrollableView.set_bounds(self, bounds)
     extent = self._win.GetTotalSize()
     self._win_update_scroll_sizes(extent)
예제 #3
0
 def set_bounds(self, bounds):
     GScrollableView.set_bounds(self, bounds)
     self._win_update_scroll_sizes()
 def set_bounds(self, bounds):
     GScrollableView.set_bounds(self, bounds)
     self._win_update_scroll_sizes()