FACT++  1.0
void TPointGui::AddResetButton ( TGCompositeFrame *  f,
Int_t  id,
TGLayoutHints *  h,
Int_t  height 
)
private

Definition at line 357 of file TPointGui.cc.

References fList.

Referenced by TPointGui().

358 {
359  TGPictureButton *but = new TGPictureButton(f, "drive/skull.xpm", id);
360  but->SetHeight(height); // Offsets from TGLayout
361  but->SetWidth(height);
362  but->Associate(this);
363  f->AddFrame(but, h);
364  fList->Add(but);
365 }
TList * fList
Definition: TPointGui.h:39
float height
Definition: HeadersGPS.h:26

+ Here is the caller graph for this function: