FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
TPointGui::fList
TList * fList
Definition:
TPointGui.h:39
height
float height
Definition:
HeadersGPS.h:26
Here is the caller graph for this function:
TPointGui
Generated on Sun Sep 18 2016 20:51:04 for FACT++ by
1.8.11