Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
numberEntry.pMyMainFrame Class Reference

Definition at line 13 of file numberEntry.py.

Public Member Functions

 __init__ (self, parent, width, height)
 __del__ (self)
 DoSetlabel (self)

Public Attributes

 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
Inheritance diagram for numberEntry.pMyMainFrame:
[legend]

Constructor & Destructor Documentation

◆ __init__()

numberEntry.pMyMainFrame.__init__ ( self,
parent,
width,
height )

Definition at line 14 of file numberEntry.py.

◆ __del__()

numberEntry.pMyMainFrame.__del__ ( self)

Definition at line 43 of file numberEntry.py.

Member Function Documentation

◆ DoSetlabel()

numberEntry.pMyMainFrame.DoSetlabel ( self)

Definition at line 46 of file numberEntry.py.

Member Data Documentation

◆ fExit

numberEntry.pMyMainFrame.fExit = ROOT.TGTextButton(self.fHor1, "&Exit", "gApplication->Terminate(0)")

Definition at line 18 of file numberEntry.py.

◆ fGframe

numberEntry.pMyMainFrame.fGframe = ROOT.TGGroupFrame(self, "Value")

Definition at line 32 of file numberEntry.py.

◆ fHor1

numberEntry.pMyMainFrame.fHor1 = ROOT.TGHorizontalFrame(self, 60, 20, ROOT.kFixedWidth)

Definition at line 17 of file numberEntry.py.

◆ fLabel

numberEntry.pMyMainFrame.fLabel = ROOT.TGLabel(self.fGframe, "No input.")

Definition at line 33 of file numberEntry.py.

◆ fLabelDispatch

numberEntry.pMyMainFrame.fLabelDispatch = ROOT.TPyDispatcher(self.DoSetlabel)

Definition at line 28 of file numberEntry.py.

◆ 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.

Collaboration diagram for numberEntry.pMyMainFrame:
[legend]

The documentation for this class was generated from the following file: