コード例 #1
0
 def events(self):
     return ChoicedDTC.events(self) + ['ChoiceEvent']
コード例 #2
0
ファイル: ListCompanions.py プロジェクト: cwt/boa-constructor
 def events(self):
     return ChoicedDTC.events(self) + ['RadioBoxEvent']
コード例 #3
0
ファイル: ListCompanions.py プロジェクト: aricsanders/boa
 def events(self):
     return ChoicedDTC.events(self) + ['RadioBoxEvent']
コード例 #4
0
ファイル: ListCompanions.py プロジェクト: cwt/boa-constructor
 def events(self):
     return ChoicedDTC.events(self) + ['ListBoxEvent']
コード例 #5
0
ファイル: ListCompanions.py プロジェクト: aricsanders/boa
 def events(self):
     return ChoicedDTC.events(self) + ['ListBoxEvent']