FACT++  1.0
TGLabel * TPointGui::AddLabel ( TGCompositeFrame *  f,
TString  txt,
TGLayoutHints *  h = 0 
)
private

Definition at line 367 of file TPointGui.cc.

References fLabel, and fList.

Referenced by TPointGui().

368 {
369  TGLabel *l = new TGLabel(f, txt/*, TGLabel::GetDefaultGC()(), fFont*/);
370  f->AddFrame(l, h);
371  fList->Add(l);
372  fLabel.Add(l);
373  return l;
374 }
TList fLabel
Definition: TPointGui.h:43
TList * fList
Definition: TPointGui.h:39

+ Here is the caller graph for this function: