コード例 #1
0
ファイル: diary_widget.py プロジェクト: ssavva05/openmolar2
 def set_style(self, style):
     '''
     set the style as day, fourday, week, fortnight, month or year
     '''
     _DiarySettings.set_style(self, style)
     self.apply_style()
     self.update()
コード例 #2
0
ファイル: diary_widget.py プロジェクト: ssavva05/openmolar2
 def set_style(self, style):
     '''
     overwrite the base class
     '''
     _DiarySettings.set_style(self, style)
     self.calc_height()
     self._headers = None
コード例 #3
0
ファイル: diary_widget.py プロジェクト: ssavva05/openmolar2
 def setViewStyle(self, style):
     '''
     set the style as day, fourday, week, fortnight, month or year
     '''
     _DiarySettings.set_style(self, style)
     self.set_scroll_values()
     self.canvas.set_style(style)
     self.header.set_offset(self.canvas.left_margin.width)
     self.header.set_style(style)
コード例 #4
0
ファイル: diary_widget.py プロジェクト: ssavva05/openmolar2
 def set_style(self, style):
     _DiarySettings.set_style(self, style)
     self.calc_width()