FACT++  1.0
void TPointGui::AddCheckButton ( TGCompositeFrame *  f,
TString  txt,
Int_t  id = -1,
TGLayoutHints *  h = 0 
)
private

Definition at line 349 of file TPointGui.cc.

References fList.

Referenced by TPointGui().

350 {
351  TGButton *but = new TGCheckButton(f, txt, id);
352  but->Associate(this);
353  f->AddFrame(but, h);
354  fList->Add(but);
355 }
TList * fList
Definition: TPointGui.h:39

+ Here is the caller graph for this function: