コード例 #1
0
ファイル: starcal.py プロジェクト: greyzero/starcal
 def keyPress(self, arg, gevent):
     CustomizableCalBox.keyPress(self, arg, gevent)
     return True ## FIXME
コード例 #2
0
ファイル: weekCal.py プロジェクト: ilius/starcal
	def onDateChange(self, *a, **kw):
		self.updateStatus()
		CustomizableCalBox.onDateChange(self, *a, **kw)
		self.queue_draw()
コード例 #3
0
ファイル: starcal.py プロジェクト: greyzero/starcal
 def updateVars(self):
     CustomizableCalBox.updateVars(self)
     ui.mainWinItems = self.getItemsData()
コード例 #4
0
ファイル: winContronller.py プロジェクト: ilius/starcal
	def updateVars(self):
		CustomizableCalBox.updateVars(self)
		ui.winControllerButtons = self.getItemsData()
コード例 #5
0
ファイル: starcal.py プロジェクト: ubuntu-ir/starcal
	def keyPress(self, arg, gevent):
		CustomizableCalBox.keyPress(self, arg, gevent)
		return True ## FIXME
コード例 #6
0
ファイル: starcal.py プロジェクト: ubuntu-ir/starcal
	def updateVars(self):
		CustomizableCalBox.updateVars(self)
		ui.mainWinItems = self.getItemsData()
コード例 #7
0
ファイル: winContronller.py プロジェクト: ubuntu-ir/starcal
	def updateVars(self):
		CustomizableCalBox.updateVars(self)
		ui.winControllerButtons = self.getItemsData()
コード例 #8
0
ファイル: weekCal.py プロジェクト: ubuntu-ir/starcal
	def onDateChange(self, *a, **kw):
		self.updateStatus()
		CustomizableCalBox.onDateChange(self, *a, **kw)
		self.queue_draw()