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

Definition at line 340 of file TPointGui.cc.

References fList.

Referenced by TPointGui().

341 {
342  TGButton *but = new TGTextButton(f, txt, id);
343  but->Associate(this);
344  f->AddFrame(but, h);
345  fList->Add(but);
346 
347 }
TList * fList
Definition: TPointGui.h:39

+ Here is the caller graph for this function: