예제 #1
0
파일: table.py 프로젝트: griffy/sikwidgets
 def capture_screenshots(self):
     for column in self.columns:
         column.capture_screenshots()
     # capture screenshots of the scrollbars
     ScrollableWidget.capture_screenshots(self)