11 #include <TGNumberEntry.h>
16 : TGHorizontalFrame(parent)
17 , fCheck(new TGCheckButton(this, label))
18 , fNumber(new TGNumberEntry(this,
22 TGNumberFormat::kNESInteger,
23 TGNumberFormat::kNEANonNegative,
24 TGNumberFormat::kNELLimitMinMax,
28 SetCleanup(kDeepCleanup);
35 fCheck->Connect(
"Toggled(Bool_t)", this->ClassName(),
this,
"Toggled(Bool_t)");
36 fNumber->Connect(
"ValueSet(Long_t)", this->ClassName(),
this,
"ValueSet()");
virtual void SetTransparency(Bool_t use_xml, Int_t trans)
static FairEventManager * Instance()
FairEveTransparencyControl(TGFrame const *parent, char const *label="Transparency")