Definition at line 13 of file numberEntry.py.
|
| | fExit = ROOT.TGTextButton(self.fHor1, "&Exit", "gApplication->Terminate(0)") |
| | fGframe = ROOT.TGGroupFrame(self, "Value") |
| | fHor1 = ROOT.TGHorizontalFrame(self, 60, 20, ROOT.kFixedWidth) |
| | fLabel = ROOT.TGLabel(self.fGframe, "No input.") |
| | fLabelDispatch = ROOT.TPyDispatcher(self.DoSetlabel) |
| | fNumber |
◆ __init__()
| numberEntry.pMyMainFrame.__init__ |
( |
| self, |
|
|
| parent, |
|
|
| width, |
|
|
| height ) |
◆ __del__()
| numberEntry.pMyMainFrame.__del__ |
( |
| self | ) |
|
◆ DoSetlabel()
| numberEntry.pMyMainFrame.DoSetlabel |
( |
| self | ) |
|
◆ fExit
| numberEntry.pMyMainFrame.fExit = ROOT.TGTextButton(self.fHor1, "&Exit", "gApplication->Terminate(0)") |
◆ fGframe
| numberEntry.pMyMainFrame.fGframe = ROOT.TGGroupFrame(self, "Value") |
◆ fHor1
| numberEntry.pMyMainFrame.fHor1 = ROOT.TGHorizontalFrame(self, 60, 20, ROOT.kFixedWidth) |
◆ fLabel
| numberEntry.pMyMainFrame.fLabel = ROOT.TGLabel(self.fGframe, "No input.") |
◆ fLabelDispatch
| numberEntry.pMyMainFrame.fLabelDispatch = ROOT.TPyDispatcher(self.DoSetlabel) |
◆ fNumber
| numberEntry.pMyMainFrame.fNumber |
Initial value:= ROOT.TGNumberEntry(self, 0, 9, 999, ROOT.TGNumberFormat.kNESInteger,
ROOT.TGNumberFormat.kNEANonNegative,
ROOT.TGNumberFormat.kNELLimitMinMax,
0, 99999)
Definition at line 24 of file numberEntry.py.
The documentation for this class was generated from the following file: