コード例 #1
0
ファイル: SizerCompanions.py プロジェクト: aricsanders/boa
 def inspectorEdit(self):
     IntPropEdit.inspectorEdit(self)
     self.editorCtrl.editorCtrl.SetRange(0, sys.maxint)
コード例 #2
0
 def inspectorEdit(self):
     IntPropEdit.inspectorEdit(self)
     self.editorCtrl.editorCtrl.SetRange(0, 2L**31-1)
コード例 #3
0
 def inspectorEdit(self):
     IntPropEdit.inspectorEdit(self)
     self.editorCtrl.editorCtrl.SetRange(0, 2L**31 - 1)
コード例 #4
0
 def inspectorEdit(self):
     IntPropEdit.inspectorEdit(self)
     self.editorCtrl.editorCtrl.SetRange(0, sys.maxint)